Searched refs:yellowfin_desc (Results 1 – 1 of 1) sorted by relevance
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 { struct309 struct yellowfin_desc *rx_ring;310 struct yellowfin_desc *tx_ring;739 ((i+1)%RX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()768 ((i+1)%TX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()781 (j+1)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()801 ((j+1)%(2*TX_RING_SIZE))*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()1059 struct yellowfin_desc *desc = &yp->rx_ring[entry]; in yellowfin_rx()[all …]