Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_tireg.h573 struct ti_rx_desc { struct
607 #define TI_STD_RX_RING_SZ (sizeof(struct ti_rx_desc) * TI_STD_RX_RING_CNT) argument
608 #define TI_MINI_RX_RING_SZ (sizeof(struct ti_rx_desc) * TI_MINI_RX_RING_CNT)
609 #define TI_RX_RETURN_RING_SZ (sizeof(struct ti_rx_desc) * TI_RETURN_RING_CNT)
667 (sizeof(struct ti_rx_desc) * TI_JUMBO_RX_RING_CNT)
941 struct ti_rx_desc *ti_rx_std_ring;
946 struct ti_rx_desc *ti_rx_jumbo_ring;
949 struct ti_rx_desc *ti_rx_mini_ring;
951 struct ti_rx_desc *ti_rx_return_ring;
H A Dif_ti.c1393 struct ti_rx_desc *r; in ti_newbuf_std()
1448 struct ti_rx_desc *r; in ti_newbuf_mini()
1505 struct ti_rx_desc *r; in ti_newbuf_jumbo()
2679 struct ti_rx_desc *r; in ti_discard_std()
2696 struct ti_rx_desc *r; in ti_discard_mini()
2714 struct ti_rx_desc *r; in ti_discard_jumbo()
2766 struct ti_rx_desc *cur_rx; in ti_rxeof()