Lines Matching defs:fealnx_desc
58 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct fealnx_desc)
59 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct fealnx_desc)
231 struct fealnx_desc {
236 struct fealnx_desc *next_desc_logical;
370 struct fealnx_desc *rx_ring;
371 struct fealnx_desc *tx_ring;
393 struct fealnx_desc *cur_rx;
394 struct fealnx_desc *lack_rxbuf;
396 struct fealnx_desc *cur_tx;
397 struct fealnx_desc *cur_tx_copy;
1240 (i + 1)*sizeof(struct fealnx_desc);
1278 (i + 1)*sizeof(struct fealnx_desc);
1314 struct fealnx_desc *next;
1373 struct fealnx_desc *cur;
1394 (i + 1)*sizeof(struct fealnx_desc);
1407 struct fealnx_desc *cur = np->cur_rx;
1490 struct fealnx_desc *next;
1641 struct fealnx_desc *cur;