Home
last modified time | relevance | path

Searched defs:dlb2_port (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_priv.h288 struct dlb2_port { struct
295 union dlb2_port_config cfg; argument
309 enum dlb2_port_state state; argument
310 enum dlb2_configuration_state config_state;
311 int num_mapped_qids;
312 uint8_t *qid_mappings;
313 struct dlb2_enqueue_qe *qe4; /* Cache line's worth of QEs (4) */
314 struct dlb2_enqueue_qe *int_arm_qe;
315 struct dlb2_cq_pop_qe *consume_qe;
316 struct dlb2_eventdev *dlb2; /* back ptr */
[all …]
H A Ddlb2.c72 dlb2_port[DLB2_MAX_NUM_PORTS][DLB2_NUM_PORT_TYPES]; variable