TX_PAGES         2118 dev/pci/if_bnx.c 	for (i = 0; i < TX_PAGES; i++ ) {
TX_PAGES         2271 dev/pci/if_bnx.c 	for (i = 0; i < TX_PAGES; i++) {
TX_PAGES         3418 dev/pci/if_bnx.c 	for (i = 0; i < TX_PAGES; i++) {
TX_PAGES         3424 dev/pci/if_bnx.c 		if (i == (TX_PAGES - 1))
TX_PAGES         3486 dev/pci/if_bnx.c 	for (i = 0; i < TX_PAGES; i++)
TX_PAGES         5262 dev/pci/if_bnx.c 	    (u_int32_t)BCM_PAGE_SIZE, (u_int32_t) TX_PAGES);
TX_PAGES         4427 dev/pci/if_bnxreg.h #define TOTAL_TX_BD (TOTAL_TX_BD_PER_PAGE * TX_PAGES)
TX_PAGES         4428 dev/pci/if_bnxreg.h #define USABLE_TX_BD (USABLE_TX_BD_PER_PAGE * TX_PAGES)
TX_PAGES         4703 dev/pci/if_bnxreg.h 	bus_dma_segment_t	tx_bd_chain_seg[TX_PAGES];
TX_PAGES         4704 dev/pci/if_bnxreg.h 	int			tx_bd_chain_rseg[TX_PAGES];
TX_PAGES         4705 dev/pci/if_bnxreg.h 	bus_dmamap_t		tx_bd_chain_map[TX_PAGES];
TX_PAGES         4706 dev/pci/if_bnxreg.h 	struct tx_bd		*tx_bd_chain[TX_PAGES];
TX_PAGES         4707 dev/pci/if_bnxreg.h 	bus_addr_t			tx_bd_chain_paddr[TX_PAGES];
TX_PAGES         4710 dev/pci/if_bnxreg.h 	bus_dma_segment_t	rx_bd_chain_seg[TX_PAGES];
TX_PAGES         4711 dev/pci/if_bnxreg.h 	int			rx_bd_chain_rseg[TX_PAGES];