Searched refs:fealnx_desc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfealnx.c60 #define TX_TOTAL_SIZE TX_RING_SIZE*sizeof(struct fealnx_desc)
61 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct fealnx_desc)
237 struct fealnx_desc { struct
242 struct fealnx_desc *next_desc_logical;
376 struct fealnx_desc *rx_ring;
377 struct fealnx_desc *tx_ring;
399 struct fealnx_desc *cur_rx;
400 struct fealnx_desc *lack_rxbuf;
402 struct fealnx_desc *cur_tx;
403 struct fealnx_desc *cur_tx_cop
[all...]

Completed in 98 milliseconds