Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dbnx2.c727 if (rxr->rx_pg_desc_ring[j]) in bnx2_free_rx_mem()
729 rxr->rx_pg_desc_ring[j], in bnx2_free_rx_mem()
731 rxr->rx_pg_desc_ring[j] = NULL; in bnx2_free_rx_mem()
795 rxr->rx_pg_desc_ring[j] = in bnx2_alloc_rx_mem()
800 if (rxr->rx_pg_desc_ring[j] == NULL) in bnx2_alloc_rx_mem()
2651 &rxr->rx_pg_desc_ring[RX_RING(index)][RX_IDX(index)]; in bnx2_alloc_rx_page()
2897 cons_bd = &rxr->rx_pg_desc_ring[RX_RING(cons)][RX_IDX(cons)]; in bnx2_reuse_rx_skb_pages()
2898 prod_bd = &rxr->rx_pg_desc_ring[RX_RING(prod)][RX_IDX(prod)]; in bnx2_reuse_rx_skb_pages()
5128 bnx2_init_rxbd_rings(rxr->rx_pg_desc_ring, in bnx2_init_rx_ring()
Dbnx2.h6693 struct rx_bd *rx_pg_desc_ring[MAX_RX_PG_RINGS]; member