Lines Matching refs:fealnx_desc
60 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct fealnx_desc)
61 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct fealnx_desc)
238 struct fealnx_desc { struct
243 struct fealnx_desc *next_desc_logical; argument
377 struct fealnx_desc *rx_ring;
378 struct fealnx_desc *tx_ring;
400 struct fealnx_desc *cur_rx;
401 struct fealnx_desc *lack_rxbuf;
403 struct fealnx_desc *cur_tx;
404 struct fealnx_desc *cur_tx_copy;
1248 (i + 1)*sizeof(struct fealnx_desc); in init_ring()
1284 (i + 1)*sizeof(struct fealnx_desc); in init_ring()
1320 struct fealnx_desc *next; in start_tx()
1376 struct fealnx_desc *cur; in reset_tx_descriptors()
1397 (i + 1)*sizeof(struct fealnx_desc); in reset_tx_descriptors()
1410 struct fealnx_desc *cur = np->cur_rx; in reset_rx_descriptors()
1493 struct fealnx_desc *next; in intr_handler()
1642 struct fealnx_desc *cur; in netdev_rx()