RX_TOTAL_SIZE      39 drivers/net/ethernet/dlink/dl2k.h #define RX_TOTAL_SIZE	RX_RING_SIZE*sizeof(struct netdev_desc)
RX_TOTAL_SIZE      73 drivers/net/ethernet/dlink/sundance.c #define RX_TOTAL_SIZE	RX_RING_SIZE*sizeof(struct netdev_desc)
RX_TOTAL_SIZE      61 drivers/net/ethernet/fealnx.c #define RX_TOTAL_SIZE	RX_RING_SIZE*sizeof(struct fealnx_desc)
RX_TOTAL_SIZE     122 drivers/net/ethernet/packetengines/hamachi.c #define RX_TOTAL_SIZE	RX_RING_SIZE*sizeof(struct hamachi_desc)
RX_TOTAL_SIZE      78 drivers/net/ethernet/packetengines/yellowfin.c #define RX_TOTAL_SIZE		RX_RING_SIZE*sizeof(struct yellowfin_desc)
RX_TOTAL_SIZE     326 drivers/net/ethernet/sis/sis900.h #define RX_TOTAL_SIZE	NUM_RX_DESC*sizeof(BufferDesc)
RX_TOTAL_SIZE      57 drivers/net/ethernet/smsc/epic100.c #define RX_TOTAL_SIZE	RX_RING_SIZE*sizeof(struct epic_rx_desc)
RX_TOTAL_SIZE     578 drivers/net/hippi/rrunner.h #define RX_TOTAL_SIZE	(RX_RING_ENTRIES * sizeof(struct rx_desc))