Home
last modified time | relevance | path

Searched refs:yellowfin_desc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c77 #define TX_TOTAL_SIZE 2*TX_RING_SIZE*sizeof(struct yellowfin_desc)
78 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct yellowfin_desc)
266 struct yellowfin_desc { struct
309 struct yellowfin_desc *rx_ring;
310 struct yellowfin_desc *tx_ring;
741 ((i+1)%RX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
770 ((i+1)%TX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
783 (j+1)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
803 ((j+1)%(2*TX_RING_SIZE))*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
1061 struct yellowfin_desc *desc = &yp->rx_ring[entry]; in yellowfin_rx()
[all …]