Searched refs:cons_rx_buf (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h890 struct sw_rx_bd *cons_rx_buf = &fp->rx_buf_ring[cons]; local
896 dma_unmap_addr(cons_rx_buf, mapping));
897 prod_rx_buf->data = cons_rx_buf->data;
H A Dbnx2x_cmn.c435 struct sw_rx_bd *cons_rx_buf = &fp->rx_buf_ring[cons]; local
471 *first_buf = *cons_rx_buf;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c926 struct bnxt_sw_rx_bd *cons_rx_buf, *prod_rx_buf; local
931 cons_rx_buf = &rxr->rx_buf_ring[cons];
934 prod_rx_buf->data_ptr = cons_rx_buf->data_ptr;
936 prod_rx_buf->mapping = cons_rx_buf->mapping;
1024 struct bnxt_sw_rx_agg_bd *cons_rx_buf, *prod_rx_buf; local
1040 cons_rx_buf = &rxr->rx_agg_ring[cons];
1043 * set cons_rx_buf->page to NULL first.
1045 page = cons_rx_buf->page;
1046 cons_rx_buf->page = NULL;
1048 prod_rx_buf->offset = cons_rx_buf
1192 struct bnxt_sw_rx_agg_bd *cons_rx_buf; local
1416 struct bnxt_sw_rx_bd *cons_rx_buf, *prod_rx_buf; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.c2997 struct bnx2_sw_bd *cons_rx_buf, *prod_rx_buf; local
3000 cons_rx_buf = &rxr->rx_buf_ring[cons];
3004 dma_unmap_addr(cons_rx_buf, mapping),
3015 dma_unmap_addr(cons_rx_buf, mapping));

Completed in 162 milliseconds