Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddc.c901 DC_INC(sc->dc_cdata.dc_tx_prod, DC_TX_LIST_CNT); in dc_setfilt_21143()
1087 DC_INC(sc->dc_cdata.dc_tx_prod, DC_TX_LIST_CNT); in dc_setfilt_xircom()
2000 DC_INC(i, DC_RX_LIST_CNT); in dc_pnic_rx_bug_war()
2058 DC_INC(pos, 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()
2225 DC_INC(idx, DC_TX_LIST_CNT); in dc_txeof()
2282 DC_INC(idx, DC_TX_LIST_CNT); in dc_txeof()
2517 DC_INC(frag, DC_TX_LIST_CNT); in dc_encap()
H A Ddcreg.h483 #define DC_INC(x, y) (x) = (x + 1) % y macro