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

/freebsd-12-stable/sys/dev/ti/
H A Dif_tireg.h575 struct ti_rx_desc { struct
609 #define TI_STD_RX_RING_SZ (sizeof(struct ti_rx_desc) * TI_STD_RX_RING_CNT)
610 #define TI_MINI_RX_RING_SZ (sizeof(struct ti_rx_desc) * TI_MINI_RX_RING_CNT)
611 #define TI_RX_RETURN_RING_SZ (sizeof(struct ti_rx_desc) * TI_RETURN_RING_CNT)
669 (sizeof(struct ti_rx_desc) * TI_JUMBO_RX_RING_CNT)
943 struct ti_rx_desc *ti_rx_std_ring;
948 struct ti_rx_desc *ti_rx_jumbo_ring;
951 struct ti_rx_desc *ti_rx_mini_ring;
953 struct ti_rx_desc *ti_rx_return_ring;
H A Dif_ti.c1390 struct ti_rx_desc *r;
1445 struct ti_rx_desc *r;
1502 struct ti_rx_desc *r;
2696 struct ti_rx_desc *r;
2713 struct ti_rx_desc *r;
2731 struct ti_rx_desc *r;
2783 struct ti_rx_desc *cur_rx;

Completed in 103 milliseconds