HomeSort by: relevance | last modified time | path
    Searched refs:ALC_DESC_INC (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_alc.c 1996 ALC_DESC_INC(prod, ALC_TX_RING_CNT);
2397 ALC_DESC_INC(cons, ALC_TX_RING_CNT)) {
2503 ALC_DESC_INC(rr_cons, ALC_RR_RING_CNT);
2576 ALC_DESC_INC(rx_cons, ALC_RX_RING_CNT)) {
if_alcreg.h 1288 #define ALC_DESC_INC(x, y) ((x) = ((x) + 1) % (y))

Completed in 15 milliseconds