Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c88 #define NEXT_RX(N) (((N) + 1) & GRETH_RXBD_NUM_MASK) macro
/linux/drivers/net/ethernet/sun/
H A Dsunqe.h294 #define NEXT_RX(num) (((num) + 1) & (RX_RING_MAXSIZE - 1)) macro
H A Dsunbmac.h254 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
H A Dsunhme.h360 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
H A Dsungem.h931 #define NEXT_RX(N) (((N) + 1) & (RX_RING_SIZE - 1)) macro
/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c94 #define NEXT_RX(N) (((N) + 1) & (DE_RX_RING_SIZE - 1)) macro
/linux/drivers/net/ethernet/realtek/
H A D8139cp.c114 #define NEXT_RX(N) (((N) + 1) & (CP_RX_RING_SIZE - 1)) macro
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h860 #define NEXT_RX(idx) ((idx) + 1) macro