Home
last modified time | relevance | path

Searched refs:tx_pages (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bce/
H A Dif_bce.c554 SYSCTL_UINT(_hw_bce, OID_AUTO, tx_pages, CTLFLAG_RDTUN, &bce_tx_pages, 0,
747 sc->bce_bc_ver, sc->rx_pages, sc->tx_pages, in bce_print_adapter_info()
887 sc->tx_pages = bce_tx_pages; in bce_set_tunables()
890 sc->tx_pages = DEFAULT_TX_PAGES; in bce_set_tunables()
3226 for (i = 0; i < sc->tx_pages; i++ ) { in bce_dma_free()
3587 for (i = 0; i < sc->tx_pages; i++) { in bce_dma_alloc()
5544 for (i = 0; i < sc->tx_pages; i++) { in bce_init_tx_chain()
5550 if (i == (sc->tx_pages - 1)) in bce_init_tx_chain()
5596 for (i = 0; i < sc->tx_pages; i++) in bce_free_tx_chain()
10340 (u32) BCM_PAGE_SIZE, (u32) sc->tx_pages); in bce_dump_tx_chain()
H A Dif_bcereg.h6071 #define TOTAL_TX_BD_ALLOC (TOTAL_TX_BD_PER_PAGE * sc->tx_pages)
6072 #define USABLE_TX_BD_ALLOC (USABLE_TX_BD_PER_PAGE * sc->tx_pages)
6482 int tx_pages; member