Lines Matching refs: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 { struct
236 struct fealnx_desc *next_desc_logical; argument
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); in init_ring()
1278 (i + 1)*sizeof(struct fealnx_desc); in init_ring()
1314 struct fealnx_desc *next; in start_tx()
1373 struct fealnx_desc *cur; in reset_tx_descriptors()
1394 (i + 1)*sizeof(struct fealnx_desc); in reset_tx_descriptors()
1407 struct fealnx_desc *cur = np->cur_rx; in reset_rx_descriptors()
1490 struct fealnx_desc *next; in intr_handler()
1641 struct fealnx_desc *cur; in netdev_rx()