Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/seeq/
H A Dsgiseeq.c48 #define NEXT_RX(i) (((i) + 1) & (SEEQ_RX_BUFFERS - 1)) macro
/openbmc/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c88 #define NEXT_RX(N) (((N) + 1) & GRETH_RXBD_NUM_MASK) macro
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.h254 #define NEXT_RX(num) (((num) + 1) & (RX_RING_SIZE - 1)) macro
H A Dsunqe.h294 #define NEXT_RX(num) (((num) + 1) & (RX_RING_MAXSIZE - 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
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c94 #define NEXT_RX(N) (((N) + 1) & (DE_RX_RING_SIZE - 1)) macro
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139cp.c114 #define NEXT_RX(N) (((N) + 1) & (CP_RX_RING_SIZE - 1)) macro
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h694 #define NEXT_RX(idx) (((idx) + 1) & bp->rx_ring_mask) macro