Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h522 #define RX_ENTRIES 128 macro
584 struct txp_rx_desc txp_rxhiring[RX_ENTRIES];
585 struct txp_rx_desc txp_rxloring[RX_ENTRIES];
H A Dif_txp.c733 if (roff == (RX_ENTRIES * sizeof(struct txp_rx_desc))) { in txp_rx_reclaim()
911 boot->br_rxhipri_siz = RX_ENTRIES * sizeof(struct txp_rx_desc); in txp_alloc_rings()
919 boot->br_rxlopri_siz = RX_ENTRIES * sizeof(struct txp_rx_desc); in txp_alloc_rings()