Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.h2584 struct tg3_rx_buffer_desc { struct
2652 struct tg3_rx_buffer_desc std; argument
2992 struct tg3_rx_buffer_desc *rx_std;
3020 struct tg3_rx_buffer_desc *rx_rcb;
H A Dtg3.c158 (sizeof(struct tg3_rx_buffer_desc) * TG3_RX_STD_RING_SIZE(tp))
162 (sizeof(struct tg3_rx_buffer_desc) * (tp->rx_ret_ring_mask + 1))
6670 struct tg3_rx_buffer_desc *desc; in tg3_alloc_rx_data()
6739 struct tg3_rx_buffer_desc *src_desc, *dest_desc; in tg3_recycle_rx()
6825 struct tg3_rx_buffer_desc *desc = &tnapi->rx_rcb[sw_idx]; in tg3_rx()
7089 struct tg3_rx_buffer_desc *sbd, *dbd; in tg3_rx_prodring_xfer()
7147 struct tg3_rx_buffer_desc *sbd, *dbd; in tg3_rx_prodring_xfer()
8406 struct tg3_rx_buffer_desc *rxd; in tg3_rx_prodring_alloc()
8441 struct tg3_rx_buffer_desc *rxd; in tg3_rx_prodring_alloc()
13423 struct tg3_rx_buffer_desc *desc; in tg3_run_loopback()