Searched refs:queue_index (Results 1 – 5 of 5) sorted by relevance
168 struct net_device *dev, u32 queue_index, in __xdp_rxq_info_reg() argument189 xdp_rxq->queue_index = queue_index; in __xdp_rxq_info_reg()660 skb_record_rx_queue(skb, rxq->queue_index); in xdp_build_skb_from_buff()775 skb_record_rx_queue(skb, rxq->queue_index); in xdp_build_skb_from_zc()
4473 int queue_index = -1; in __get_xps_queue_idx() local4476 return queue_index; in __get_xps_queue_idx()4489 queue_index = -1; in __get_xps_queue_idx()4491 return queue_index; in __get_xps_queue_idx()4501 int queue_index = -1; in get_xps_queue() local4520 if (queue_index < 0) { in get_xps_queue()4531 return queue_index; in get_xps_queue()4564 queue_index = new_index; in netdev_pick_tx()4567 return queue_index; in netdev_pick_tx()4575 int queue_index = 0; in netdev_core_pick_tx() local[all …]
10238 queue_index)); in xdp_convert_ctx_access()
316 u16 queue_index; in packet_pick_tx_queue() local323 queue_index = ops->ndo_select_queue(dev, skb, NULL); in packet_pick_tx_queue()324 queue_index = netdev_cap_txqueue(dev, queue_index); in packet_pick_tx_queue()326 queue_index = netdev_pick_tx(dev, skb, NULL); in packet_pick_tx_queue()329 return queue_index; in packet_pick_tx_queue()
325 if (xs->dev != xdp->rxq->dev || xs->queue_id != xdp->rxq->queue_index) in xsk_rcv_check()
Completed in 61 milliseconds