Searched refs:RX_RING (Results 1 – 5 of 5) sorted by relevance
63 #define RX_RING (TX_RX_RING - 1) macro
757 prod = (uctrl->hw_rx_prod + 1) % RX_RING; in qedi_ll2_process_skb()
554 - RX_RING, TX_RING available561 - RX_RING, TX_RING available581 - Flexible buffer implementation for RX_RING:1029 the packet meta information for mmap(2)ed RX_RING and TX_RINGs. If your1051 RX_RING, if neither is set (i.e. PACKET_TIMESTAMP is not set), then a
828 #define RX_RING(bp, x) (((x) & (bp)->rx_ring_mask) >> (BNXT_PAGE_SHIFT - 4)) macro
971 struct rx_bd *rxbd = &rxr->rx_desc_ring[RX_RING(bp, prod)][RX_IDX(prod)]; in bnxt_alloc_rx_data()1016 prod_bd = &rxr->rx_desc_ring[RX_RING(bp, prod)][RX_IDX(prod)]; in bnxt_reuse_rx_data()1017 cons_bd = &rxr->rx_desc_ring[RX_RING(bp, cons)][RX_IDX(cons)]; in bnxt_reuse_rx_data()1583 prod_bd = &rxr->rx_desc_ring[RX_RING(bp, prod)][RX_IDX(prod)]; in bnxt_tpa_start()