Searched refs:rx_pg_desc_ring (Results 1 – 2 of 2) sorted by relevance
734 if (rxr->rx_pg_desc_ring[j]) in bnx2_free_rx_mem()736 rxr->rx_pg_desc_ring[j], in bnx2_free_rx_mem()738 rxr->rx_pg_desc_ring[j] = NULL; in bnx2_free_rx_mem()802 rxr->rx_pg_desc_ring[j] = in bnx2_alloc_rx_mem()807 if (rxr->rx_pg_desc_ring[j] == NULL) in bnx2_alloc_rx_mem()2711 &rxr->rx_pg_desc_ring[BNX2_RX_RING(index)][BNX2_RX_IDX(index)]; in bnx2_alloc_rx_page()2958 cons_bd = &rxr->rx_pg_desc_ring[BNX2_RX_RING(cons)] in bnx2_reuse_rx_skb_pages()2960 prod_bd = &rxr->rx_pg_desc_ring[BNX2_RX_RING(prod)] in bnx2_reuse_rx_skb_pages()5235 bnx2_init_rxbd_rings(rxr->rx_pg_desc_ring, in bnx2_init_rx_ring()
6758 struct bnx2_rx_bd *rx_pg_desc_ring[BNX2_MAX_RX_PG_RINGS]; member