Searched refs:dlb2_hw (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_resource.h | 27 int dlb2_resource_init(struct dlb2_hw *hw); 36 void dlb2_resource_free(struct dlb2_hw *hw); 45 void dlb2_resource_reset(struct dlb2_hw *hw); 107 int dlb2_hw_create_ldb_queue(struct dlb2_hw *hw, 175 int dlb2_hw_create_dir_port(struct dlb2_hw *hw, 242 int dlb2_hw_start_domain(struct dlb2_hw *hw, 290 int dlb2_hw_map_qid(struct dlb2_hw *hw, 328 int dlb2_hw_unmap_qid(struct dlb2_hw *hw, 597 int dlb2_arm_cq_interrupt(struct dlb2_hw *hw, 850 int dlb2_reset_domain(struct dlb2_hw *hw, [all …]
|
| H A D | dlb2_resource.c | 75 int dlb2_hw_get_num_resources(struct dlb2_hw *hw, in dlb2_hw_get_num_resources() 134 void dlb2_resource_free(struct dlb2_hw *hw) in dlb2_resource_free() 147 int dlb2_resource_init(struct dlb2_hw *hw) in dlb2_resource_init() 286 void dlb2_clr_pmcsr_disable(struct dlb2_hw *hw) in dlb2_clr_pmcsr_disable() 313 dlb2_get_next_ldb_port(struct dlb2_hw *hw, in dlb2_get_next_ldb_port() 671 dlb2_domain_attach_resources(struct dlb2_hw *hw, in dlb2_domain_attach_resources() 1346 dlb2_get_ldb_queue_from_id(struct dlb2_hw *hw, in dlb2_get_ldb_queue_from_id() 3384 int dlb2_reset_domain(struct dlb2_hw *hw, in dlb2_reset_domain() 5316 int dlb2_hw_map_qid(struct dlb2_hw *hw, in dlb2_hw_map_qid() 5621 int dlb2_hw_unmap_qid(struct dlb2_hw *hw, in dlb2_hw_unmap_qid() [all …]
|
| H A D | dlb2_osdep.h | 84 static inline void *os_map_producer_port(struct dlb2_hw *hw, in os_map_producer_port() 107 static inline void os_unmap_producer_port(struct dlb2_hw *hw, void *addr) in os_unmap_producer_port() 118 static inline void os_fence_hcw(struct dlb2_hw *hw, u64 *pp_addr) in os_fence_hcw() 192 static inline void os_schedule_work(struct dlb2_hw *hw) in os_schedule_work() 221 static inline bool os_worker_active(struct dlb2_hw *hw) in os_worker_active()
|
| H A D | dlb2_hw_types.h | 346 struct dlb2_hw { struct
|
| /f-stack/dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_main.h | 33 struct dlb2_hw hw; 48 int dlb2_pf_create_sched_domain(struct dlb2_hw *hw, 51 int dlb2_pf_create_ldb_queue(struct dlb2_hw *hw, 55 int dlb2_pf_create_dir_queue(struct dlb2_hw *hw, 59 int dlb2_pf_create_ldb_port(struct dlb2_hw *hw, 64 int dlb2_pf_create_dir_port(struct dlb2_hw *hw, 69 int dlb2_pf_start_domain(struct dlb2_hw *hw, 73 int dlb2_pf_enable_ldb_port(struct dlb2_hw *hw, 77 int dlb2_pf_disable_ldb_port(struct dlb2_hw *hw, 81 int dlb2_pf_enable_dir_port(struct dlb2_hw *hw, [all …]
|
| H A D | dlb2_main.c | 571 dlb2_pf_create_sched_domain(struct dlb2_hw *hw, in dlb2_pf_create_sched_domain() 580 dlb2_pf_reset_domain(struct dlb2_hw *hw, u32 id) in dlb2_pf_reset_domain() 586 dlb2_pf_create_ldb_queue(struct dlb2_hw *hw, in dlb2_pf_create_ldb_queue() 596 dlb2_pf_create_ldb_port(struct dlb2_hw *hw, in dlb2_pf_create_ldb_port() 610 dlb2_pf_create_dir_port(struct dlb2_hw *hw, in dlb2_pf_create_dir_port() 624 dlb2_pf_create_dir_queue(struct dlb2_hw *hw, in dlb2_pf_create_dir_queue() 634 dlb2_pf_start_domain(struct dlb2_hw *hw, in dlb2_pf_start_domain()
|