Lines Matching refs:yellowfin_desc
77 #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;
737 ((i+1)%RX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
764 ((i+1)%TX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
777 (j+1)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
797 ((j+1)%(2*TX_RING_SIZE))*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
1052 struct yellowfin_desc *desc = &yp->rx_ring[entry]; in yellowfin_rx()
1074 yf_size = sizeof(struct yellowfin_desc); in yellowfin_rx()