ti_rx_desc
struct ti_rx_desc *r;
struct ti_rx_desc *r;
struct ti_rx_desc *r;
struct ti_rx_desc *r;
struct ti_rx_desc *r;
struct ti_rx_desc *r;
struct ti_rx_desc *cur_rx;
#define TI_STD_RX_RING_SZ (sizeof(struct ti_rx_desc) * TI_STD_RX_RING_CNT)
#define TI_MINI_RX_RING_SZ (sizeof(struct ti_rx_desc) * TI_MINI_RX_RING_CNT)
#define TI_RX_RETURN_RING_SZ (sizeof(struct ti_rx_desc) * TI_RETURN_RING_CNT)
(sizeof(struct ti_rx_desc) * TI_JUMBO_RX_RING_CNT)
struct ti_rx_desc *ti_rx_std_ring;
struct ti_rx_desc *ti_rx_jumbo_ring;
struct ti_rx_desc *ti_rx_mini_ring;
struct ti_rx_desc *ti_rx_return_ring;