Searched defs:dlb2_eventdev_port (Results 1 – 1 of 1) sorted by relevance
419 struct dlb2_eventdev_port { struct420 struct dlb2_port qm_port; /* hw specific data structure */423 uint16_t credit_update_quanta;424 struct dlb2_eventdev *dlb2; /* backlink optimization */425 struct dlb2_port_stats stats __rte_cache_aligned;426 struct dlb2_event_queue_link link[DLB2_MAX_NUM_QIDS_PER_LDB_CQ];427 int num_links;428 uint32_t id; /* port id */432 uint16_t outstanding_releases;435 bool setup_done;[all …]