Home
last modified time | relevance | path

Searched defs:iq (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/event/sw/
H A Diq_chunk.h18 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 Dsw_evdev_scheduler.c202 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 Dcxgbe_filter.c132 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 Dcxgbe_filter.h102 uint32_t iq:10; /* ingress queue */ member
H A Dsge.c1756 int t4_sge_alloc_rxq(struct adapter *adap, struct sge_rspq *iq, bool fwevtq, in t4_sge_alloc_rxq()