Lines Matching defs:qid
216 * @qid: the stack queue index
222 void libeth_xsk_wakeup(call_single_data_t *csd, u32 qid)
230 if (unlikely(qid >= nr_cpu_ids))
231 qid %= nr_cpu_ids;
233 if (qid != raw_smp_processor_id() && cpu_online(qid))
234 smp_call_function_single_async(qid, csd);
248 * @qid: stack queue index to configure
251 * Check that @qid is valid and then map or unmap the pool.
255 int libeth_xsk_setup_pool(struct net_device *dev, u32 qid, bool enable)
259 pool = xsk_get_pool_from_qid(dev, qid);