Lines Matching defs: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 {
287 /* Bits in yellowfin_desc.cmd */
295 /* Bits in yellowfin_desc.status */
309 struct yellowfin_desc *rx_ring;
310 struct yellowfin_desc *tx_ring;
741 ((i+1)%RX_RING_SIZE)*sizeof(struct yellowfin_desc));
770 ((i+1)%TX_RING_SIZE)*sizeof(struct yellowfin_desc));
783 (j+1)*sizeof(struct yellowfin_desc));
803 ((j+1)%(2*TX_RING_SIZE))*sizeof(struct yellowfin_desc));
1061 struct yellowfin_desc *desc = &yp->rx_ring[entry];
1084 yf_size = sizeof(struct yellowfin_desc);