Searched refs:MAX_TX_PAGES (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/bce/
H A Dif_bcereg.h6067 #define MAX_TX_PAGES 8 macro
6070 #define MAX_TX_BD_AVAIL (MAX_TX_PAGES * TOTAL_TX_BD_PER_PAGE)
6484 bus_dmamap_t tx_bd_chain_map[MAX_TX_PAGES];
6485 struct tx_bd *tx_bd_chain[MAX_TX_PAGES];
6486 bus_addr_t tx_bd_chain_paddr[MAX_TX_PAGES];

Completed in 160 milliseconds