Home
last modified time | relevance | path

Searched defs:NEXT_RX (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/seeq/
A Dsgiseeq.c48 #define NEXT_RX(i) (((i) + 1) & (SEEQ_RX_BUFFERS - 1)) macro
/linux-6.3-rc2/drivers/net/ethernet/aeroflex/
A Dgreth.c88 #define NEXT_RX(N) (((N) + 1) & GRETH_RXBD_NUM_MASK) macro
/linux-6.3-rc2/drivers/net/ethernet/sun/
A Dsunbmac.h254 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
A Dsunqe.h294 #define NEXT_RX(num) (((num) + 1) & (RX_RING_MAXSIZE - 1)) macro
A Dsunhme.h360 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
A Dsungem.h931 #define NEXT_RX(N) (((N) + 1) & (RX_RING_SIZE - 1)) macro
/linux-6.3-rc2/drivers/net/ethernet/dec/tulip/
A Dde2104x.c94 #define NEXT_RX(N) (((N) + 1) & (DE_RX_RING_SIZE - 1)) macro
/linux-6.3-rc2/drivers/net/ethernet/realtek/
A D8139cp.c114 #define NEXT_RX(N) (((N) + 1) & (CP_RX_RING_SIZE - 1)) macro
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.h688 #define NEXT_RX(idx) (((idx) + 1) & bp->rx_ring_mask) macro

Completed in 36 milliseconds