Lines Matching refs:index
33 netif_stop_subqueue(ndev, tx_ring->index);
45 netif_stop_subqueue(ndev, tx_ring->index);
452 enetc_wr_reg_hot(tx_ring->idr, BIT(tx_ring->index) |
453 BIT(16 + tx_ring->index));
465 __netif_subqueue_stopped(ndev, tx_ring->index) &&
467 netif_wake_subqueue(ndev, tx_ring->index);
612 skb_record_rx_queue(skb, rx_ring->index);
722 /* update ENETC's consumer index */
732 enetc_wr_reg_hot(rx_ring->idr, BIT(rx_ring->index));
1191 int idx = tx_ring->index;
1225 int idx = rx_ring->index;
1240 /* Also prepare the consumer index in case page allocation never
1241 * succeeds. In that case, hardware will never advance producer index
1242 * to match consumer index, and will drop all frames.
1262 /* update ENETC's consumer index */
1283 int idx = rx_ring->index;
1292 int idx = tx_ring->index;
1350 int idx = v->tx_ring[j].index;
1583 enetc_set_bdr_prio(hw, tx_ring->index, tx_ring->prio);
1603 enetc_set_bdr_prio(hw, tx_ring->index, tx_ring->prio);
1846 bdr->index = idx;
1854 bdr->index = i;