Home
last modified time | relevance | path

Searched refs:tpa_pool (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.c233 prod_rx_buf->skb = fp->tpa_pool[queue].skb; in bnx2x_tpa_start()
234 mapping = dma_map_single(&bp->pdev->dev, fp->tpa_pool[queue].skb->data, in bnx2x_tpa_start()
239 fp->tpa_pool[queue] = *cons_rx_buf; in bnx2x_tpa_start()
367 struct sw_rx_bd *rx_buf = &fp->tpa_pool[queue]; in bnx2x_tpa_stop()
427 fp->tpa_pool[queue].skb = new_skb; in bnx2x_tpa_stop()
869 fp->tpa_pool[i].skb = in bnx2x_init_rx_rings()
871 if (!fp->tpa_pool[i].skb) { in bnx2x_init_rx_rings()
881 &bp->fp->tpa_pool[i], in bnx2x_init_rx_rings()
Dbnx2x_cmn.h893 struct sw_rx_bd *rx_buf = &(fp->tpa_pool[i]); in bnx2x_free_tpa_pool()
Dbnx2x.h410 struct sw_rx_bd tpa_pool[ETH_MAX_AGGREGATION_QUEUES_E1H]; member