Home
last modified time | relevance | path

Searched refs:TX_PAGES (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_bnxvar.h233 bus_dma_segment_t tx_bd_chain_seg[TX_PAGES];
234 int tx_bd_chain_rseg[TX_PAGES];
235 bus_dmamap_t tx_bd_chain_map[TX_PAGES];
236 struct tx_bd *tx_bd_chain[TX_PAGES];
237 bus_addr_t tx_bd_chain_paddr[TX_PAGES];
Dif_bnx.c490 sc->bnx_bc_ver, RX_PAGES, TX_PAGES); in bnx_print_adapter_info()
2365 for (i = 0; i < TX_PAGES; i++ ) { in bnx_dma_free()
2578 for (i = 0; i < TX_PAGES; i++) { in bnx_dma_alloc()
4190 for (i = 0; i < TX_PAGES; i++) { in bnx_init_tx_chain()
4196 if (i == (TX_PAGES - 1)) in bnx_init_tx_chain()
4252 for (i = 0; i < TX_PAGES; i++) { in bnx_free_tx_chain()
6093 (uint32_t)BCM_PAGE_SIZE, (uint32_t) TX_PAGES); in bnx_dump_tx_chain()
Dif_bnxreg.h4578 #define TX_PAGES 2 macro
4581 #define TOTAL_TX_BD (TOTAL_TX_BD_PER_PAGE * TX_PAGES)
4582 #define USABLE_TX_BD (USABLE_TX_BD_PER_PAGE * TX_PAGES)