Searched refs:rxq (Results 1 – 10 of 10) sorted by relevance
/include/net/ |
D | xdp.h | 74 struct xdp_rxq_info *rxq; member 80 xdp_init_buff(struct xdp_buff *xdp, u32 frame_sz, struct xdp_rxq_info *rxq) in xdp_init_buff() argument 83 xdp->rxq = rxq; in xdp_init_buff() 219 if (xdp->rxq->mem.type == MEM_TYPE_XSK_BUFF_POOL) in xdp_convert_buff_to_frame() 228 xdp_frame->mem = xdp->rxq->mem; in xdp_convert_buff_to_frame()
|
D | xdp_sock_drv.h | 42 struct xdp_rxq_info *rxq) in xsk_pool_set_rxq_info() argument 44 xp_set_rxq_info(pool, rxq); in xsk_pool_set_rxq_info() 184 struct xdp_rxq_info *rxq) in xsk_pool_set_rxq_info() argument
|
D | busy_poll.h | 159 __sk_mark_napi_id_once(sk, xdp->rxq->napi_id); in sk_mark_napi_id_once_xdp()
|
D | xsk_buff_pool.h | 105 void xp_set_rxq_info(struct xsk_buff_pool *pool, struct xdp_rxq_info *rxq);
|
/include/linux/platform_data/ |
D | eth_ixp4xx.h | 14 u8 rxq; /* configurable, currently 0 - 31 only */ member
|
/include/trace/events/ |
D | xdp.h | 350 const struct xdp_rxq_info *rxq), 352 TP_ARGS(xa, rxq), 359 __field(const struct xdp_rxq_info *, rxq) 368 __entry->rxq = rxq; 369 __entry->ifindex = rxq->dev->ifindex;
|
/include/linux/usb/ |
D | usbnet.h | 63 struct sk_buff_head rxq; member
|
/include/linux/avf/ |
D | virtchnl.h | 332 struct virtchnl_rxq_info rxq; member
|
/include/linux/ |
D | netdevice.h | 3991 int netif_set_real_num_rx_queues(struct net_device *dev, unsigned int rxq); 4001 unsigned int txq, unsigned int rxq); 4004 __netif_get_rx_queue(struct net_device *dev, unsigned int rxq) in __netif_get_rx_queue() argument 4006 return dev->_rx + rxq; in __netif_get_rx_queue()
|
D | filter.h | 803 if (act == XDP_TX && netif_is_bond_slave(xdp->rxq->dev)) in bpf_prog_run_xdp()
|