Home
last modified time | relevance | path

Searched refs:queue_index (Results 1 – 5 of 5) sorted by relevance

/net/core/
A Dxdp.c168 struct net_device *dev, u32 queue_index, in __xdp_rxq_info_reg() argument
189 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()
A Ddev.c4473 int queue_index = -1; in __get_xps_queue_idx() local
4476 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() local
4520 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 …]
A Dfilter.c10238 queue_index)); in xdp_convert_ctx_access()
/net/packet/
A Daf_packet.c316 u16 queue_index; in packet_pick_tx_queue() local
323 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()
/net/xdp/
A Dxsk.c325 if (xs->dev != xdp->rxq->dev || xs->queue_id != xdp->rxq->queue_index) in xsk_rcv_check()

Completed in 61 milliseconds