Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.h2566 struct tg3_rx_buffer_desc { struct
2634 struct tg3_rx_buffer_desc std; argument
2974 struct tg3_rx_buffer_desc *rx_std;
3002 struct tg3_rx_buffer_desc *rx_rcb;
Dtg3.c155 (sizeof(struct tg3_rx_buffer_desc) * TG3_RX_STD_RING_SIZE(tp))
159 (sizeof(struct tg3_rx_buffer_desc) * (tp->rx_ret_ring_mask + 1))
6656 struct tg3_rx_buffer_desc *desc; in tg3_alloc_rx_data()
6727 struct tg3_rx_buffer_desc *src_desc, *dest_desc; in tg3_recycle_rx()
6813 struct tg3_rx_buffer_desc *desc = &tnapi->rx_rcb[sw_idx]; in tg3_rx()
7073 struct tg3_rx_buffer_desc *sbd, *dbd; in tg3_rx_prodring_xfer()
7131 struct tg3_rx_buffer_desc *sbd, *dbd; in tg3_rx_prodring_xfer()
8393 struct tg3_rx_buffer_desc *rxd; in tg3_rx_prodring_alloc()
8428 struct tg3_rx_buffer_desc *rxd; in tg3_rx_prodring_alloc()
13373 struct tg3_rx_buffer_desc *desc; in tg3_run_loopback()