Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/dc/
H A Dif_dcreg.h459 #define DC_RX_LIST_CNT 192 macro
461 #define DC_RX_LIST_CNT 64 macro
470 struct dc_desc dc_rx_list[DC_RX_LIST_CNT];
475 struct mbuf *dc_rx_chain[DC_RX_LIST_CNT];
H A Dif_dc.c2291 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_list_rx_init()
2294 if (i == (DC_RX_LIST_CNT - 1)) { in dc_list_rx_init()
2427 DC_INC(i, DC_RX_LIST_CNT); in dc_pnic_rx_bug_war()
2477 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_rx_resync()
2481 DC_INC(pos, DC_RX_LIST_CNT); in dc_rx_resync()
2485 if (i == DC_RX_LIST_CNT) in dc_rx_resync()
2529 DC_INC(i, DC_RX_LIST_CNT); in dc_rxeof()
2557 DC_INC(i, DC_RX_LIST_CNT); in dc_rxeof()
2583 DC_INC(i, DC_RX_LIST_CNT); in dc_rxeof()
2592 DC_INC(i, DC_RX_LIST_CNT); in dc_rxeof()
[all …]