Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/
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;
Dtg3.c156 (sizeof(struct tg3_rx_buffer_desc) * TG3_RX_STD_RING_SIZE(tp))
160 (sizeof(struct tg3_rx_buffer_desc) * (tp->rx_ret_ring_mask + 1))
6668 struct tg3_rx_buffer_desc *desc; in tg3_alloc_rx_data()
6737 struct tg3_rx_buffer_desc *src_desc, *dest_desc; in tg3_recycle_rx()
6823 struct tg3_rx_buffer_desc *desc = &tnapi->rx_rcb[sw_idx]; in tg3_rx()
7084 struct tg3_rx_buffer_desc *sbd, *dbd; in tg3_rx_prodring_xfer()
7142 struct tg3_rx_buffer_desc *sbd, *dbd; in tg3_rx_prodring_xfer()
8399 struct tg3_rx_buffer_desc *rxd; in tg3_rx_prodring_alloc()
8434 struct tg3_rx_buffer_desc *rxd; in tg3_rx_prodring_alloc()
13387 struct tg3_rx_buffer_desc *desc; in tg3_run_loopback()