Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Ddcreg.h480 #define DC_RX_LIST_CNT 64 macro
486 struct dc_desc dc_rx_list[DC_RX_LIST_CNT];
499 struct dc_swdesc dc_rx_chain[DC_RX_LIST_CNT];
Ddc.c1658 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_attach()
1832 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_list_rx_init()
1836 if (i == (DC_RX_LIST_CNT - 1)) in dc_list_rx_init()
2000 DC_INC(i, DC_RX_LIST_CNT); in dc_pnic_rx_bug_war()
2048 for (i = 0; i < DC_RX_LIST_CNT; i++) { in dc_rx_resync()
2058 DC_INC(pos, DC_RX_LIST_CNT); in dc_rx_resync()
2062 if (i == DC_RX_LIST_CNT) in dc_rx_resync()
2113 DC_INC(i, DC_RX_LIST_CNT); in dc_rxeof()
2141 DC_INC(i, DC_RX_LIST_CNT); in dc_rxeof()
2155 DC_INC(i, DC_RX_LIST_CNT); in dc_rxeof()
[all …]