Lines Matching defs:qid
173 static int dpaa2_xsk_disable_pool(struct net_device *dev, u16 qid)
175 struct xsk_buff_pool *pool = xsk_get_pool_from_qid(dev, qid);
182 ch = priv->channel[qid];
222 u16 qid)
251 ch = priv->channel[qid];
286 err2 = dpaa2_xsk_disable_pool(dev, qid);
290 err2 = xdp_rxq_info_reg_mem_model(&priv->channel[qid]->xdp_rxq,
303 int dpaa2_xsk_setup_pool(struct net_device *dev, struct xsk_buff_pool *pool, u16 qid)
305 return pool ? dpaa2_xsk_enable_pool(dev, pool, qid) :
306 dpaa2_xsk_disable_pool(dev, qid);
309 int dpaa2_xsk_wakeup(struct net_device *dev, u32 qid, u32 flags)
312 struct dpaa2_eth_channel *ch = priv->channel[qid];