Searched refs:dlb2_hw (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_resource.h | 45 void dlb2_resource_free(struct dlb2_hw *hw); 54 void dlb2_resource_reset(struct dlb2_hw *hw); 116 int dlb2_hw_create_ldb_queue(struct dlb2_hw *hw, 184 int dlb2_hw_create_dir_port(struct dlb2_hw *hw, 220 int dlb2_hw_create_ldb_port(struct dlb2_hw *hw, 251 int dlb2_hw_start_domain(struct dlb2_hw *hw, 299 int dlb2_hw_map_qid(struct dlb2_hw *hw, 337 int dlb2_hw_unmap_qid(struct dlb2_hw *hw, 606 int dlb2_arm_cq_interrupt(struct dlb2_hw *hw, 859 int dlb2_reset_domain(struct dlb2_hw *hw, [all …]
|
| H A D | dlb2_resource.c | 41 static inline void dlb2_flush_csr(struct dlb2_hw *hw) in dlb2_flush_csr() 80 void dlb2_resource_free(struct dlb2_hw *hw) in dlb2_resource_free() 286 int dlb2_hw_get_num_resources(struct dlb2_hw *hw, in dlb2_hw_get_num_resources() 385 dlb2_get_next_ldb_port(struct dlb2_hw *hw, in dlb2_get_next_ldb_port() 746 dlb2_domain_attach_resources(struct dlb2_hw *hw, in dlb2_domain_attach_resources() 830 struct dlb2_hw *hw, in dlb2_verify_create_sched_dom_args() 1418 dlb2_get_ldb_queue_from_id(struct dlb2_hw *hw, in dlb2_get_ldb_queue_from_id() 3498 int dlb2_reset_domain(struct dlb2_hw *hw, in dlb2_reset_domain() 5331 int dlb2_hw_map_qid(struct dlb2_hw *hw, in dlb2_hw_map_qid() 5623 int dlb2_hw_unmap_qid(struct dlb2_hw *hw, in dlb2_hw_unmap_qid() [all …]
|
| H A D | dlb2_osdep.h | 86 static inline void *os_map_producer_port(struct dlb2_hw *hw, in os_map_producer_port() 109 static inline void os_unmap_producer_port(struct dlb2_hw *hw, void *addr) in os_unmap_producer_port() 120 static inline void os_fence_hcw(struct dlb2_hw *hw, u64 *pp_addr) in os_fence_hcw() 194 static inline void os_schedule_work(struct dlb2_hw *hw) in os_schedule_work() 223 static inline bool os_worker_active(struct dlb2_hw *hw) in os_worker_active()
|
| H A D | dlb2_hw_types.h | 334 struct dlb2_hw { struct
|
| /dpdk/drivers/event/dlb2/pf/ |
| H A D | dlb2_main.h | 30 struct dlb2_hw hw; 45 int dlb2_pf_create_sched_domain(struct dlb2_hw *hw, 48 int dlb2_pf_create_ldb_queue(struct dlb2_hw *hw, 52 int dlb2_pf_create_dir_queue(struct dlb2_hw *hw, 56 int dlb2_pf_create_ldb_port(struct dlb2_hw *hw, 61 int dlb2_pf_create_dir_port(struct dlb2_hw *hw, 66 int dlb2_pf_start_domain(struct dlb2_hw *hw, 70 int dlb2_pf_enable_ldb_port(struct dlb2_hw *hw, 74 int dlb2_pf_disable_ldb_port(struct dlb2_hw *hw, 78 int dlb2_pf_enable_dir_port(struct dlb2_hw *hw, [all …]
|
| H A D | dlb2_main.c | 584 dlb2_pf_create_sched_domain(struct dlb2_hw *hw, in dlb2_pf_create_sched_domain() 593 dlb2_pf_reset_domain(struct dlb2_hw *hw, u32 id) in dlb2_pf_reset_domain() 599 dlb2_pf_create_ldb_queue(struct dlb2_hw *hw, in dlb2_pf_create_ldb_queue() 609 dlb2_pf_create_ldb_port(struct dlb2_hw *hw, in dlb2_pf_create_ldb_port() 623 dlb2_pf_create_dir_port(struct dlb2_hw *hw, in dlb2_pf_create_dir_port() 637 dlb2_pf_create_dir_queue(struct dlb2_hw *hw, in dlb2_pf_create_dir_queue() 647 dlb2_pf_start_domain(struct dlb2_hw *hw, in dlb2_pf_start_domain()
|