Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.h326 #define RX_TOTAL_SIZE NUM_RX_DESC*sizeof(BufferDesc) macro
/openbmc/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c78 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct yellowfin_desc) macro
H A Dhamachi.c122 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct hamachi_desc) macro
/openbmc/linux/drivers/net/ethernet/dlink/
H A Ddl2k.h39 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc) macro
H A Dsundance.c70 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct netdev_desc) macro
/openbmc/linux/drivers/net/ethernet/smsc/
H A Depic100.c57 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct epic_rx_desc) macro
/openbmc/linux/drivers/net/ethernet/
H A Dfealnx.c59 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct fealnx_desc) macro
/openbmc/linux/drivers/net/hippi/
H A Drrunner.h578 #define RX_TOTAL_SIZE (RX_RING_ENTRIES * sizeof(struct rx_desc)) macro