Searched defs:cons_rx_buf (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h954 struct sw_rx_bd *cons_rx_buf = &fp->rx_buf_ring[cons]; local
960 dma_unmap_addr(cons_rx_buf, mapping));
961 prod_rx_buf->data = cons_rx_buf->data;
H A Dbnx2x_cmn.c282 struct sw_rx_bd *cons_rx_buf = &fp->rx_buf_ring[cons]; local
318 *first_buf = *cons_rx_buf;
/drivers/net/ethernet/broadcom/
H A Dbnx2.c2959 struct sw_bd *cons_rx_buf, *prod_rx_buf; local
2962 cons_rx_buf = &rxr->rx_buf_ring[cons];
2966 dma_unmap_addr(cons_rx_buf, mapping),
2977 dma_unmap_addr(cons_rx_buf, mapping));

Completed in 141 milliseconds