Searched refs:ALC_DESC_INC (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_alc.c1364 ALC_DESC_INC(prod, ALC_TX_RING_CNT);
1743 ALC_DESC_INC(cons, ALC_TX_RING_CNT)) {
1849 ALC_DESC_INC(rr_cons, ALC_RR_RING_CNT);
1922 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) {
H A Dif_alcreg.h989 #define ALC_DESC_INC(x, y) ((x) = ((x) + 1) % (y)) macro

Completed in 108 milliseconds