Searched defs:iq (Results 1 – 5 of 5) sorted by relevance
/dpdk/drivers/event/sw/ |
H A D | iq_chunk.h | 18 iq_empty(struct sw_iq *iq) in iq_empty() 24 iq_count(const struct sw_iq *iq) in iq_count() 57 iq_init(struct sw_evdev *sw, struct sw_iq *iq) in iq_init() 67 iq_enqueue(struct sw_evdev *sw, struct sw_iq *iq, const struct rte_event *ev) in iq_enqueue() 85 iq_pop(struct sw_evdev *sw, struct sw_iq *iq) in iq_pop() 99 iq_peek(struct sw_iq *iq) in iq_peek() 107 struct sw_iq *iq, in iq_dequeue_burst() 155 struct sw_iq *iq, in iq_put_back()
|
H A D | sw_evdev_scheduler.c | 202 struct sw_iq *iq = &qid->iq[iq_num]; in sw_schedule_dir_to_cq() local 314 struct sw_iq *iq = &q->iq[dest_iq]; in sw_schedule_reorder() local 485 struct sw_iq *iq = &qid->iq[iq_num]; in sw_schedule_pull_port_dir() local
|
/dpdk/drivers/net/cxgbe/ |
H A D | cxgbe_filter.c | 132 unsigned int iq; in get_filter_steerq() local 604 unsigned int iq; in cxgbe_set_hash_filter() local 1007 unsigned int fidx, iq; in cxgbe_set_filter() local
|
H A D | cxgbe_filter.h | 102 uint32_t iq:10; /* ingress queue */ member
|
H A D | sge.c | 1756 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq()
|