Searched refs:dlb_hw (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/event/dlb/pf/base/ |
| H A D | dlb_resource.h | 25 int dlb_resource_init(struct dlb_hw *hw); 34 void dlb_resource_free(struct dlb_hw *hw); 42 void dlb_resource_reset(struct dlb_hw *hw); 88 int dlb_hw_create_ldb_pool(struct dlb_hw *hw, 113 int dlb_hw_create_dir_pool(struct dlb_hw *hw, 138 int dlb_hw_create_ldb_queue(struct dlb_hw *hw, 190 int dlb_hw_create_dir_port(struct dlb_hw *hw, 220 int dlb_hw_create_ldb_port(struct dlb_hw *hw, 245 int dlb_hw_start_domain(struct dlb_hw *hw, 285 int dlb_hw_map_qid(struct dlb_hw *hw, [all …]
|
| H A D | dlb_osdep.h | 86 static inline void *os_map_producer_port(struct dlb_hw *hw, in os_map_producer_port() 112 static inline void os_unmap_producer_port(struct dlb_hw *hw, void *addr) in os_unmap_producer_port() 123 static inline void os_fence_hcw(struct dlb_hw *hw, u64 *pp_addr) in os_fence_hcw() 208 static inline void os_schedule_work(struct dlb_hw *hw) in os_schedule_work() 237 static inline bool os_worker_active(struct dlb_hw *hw) in os_worker_active() 259 static inline int os_notify_user_space(struct dlb_hw *hw, in os_notify_user_space() 285 static inline enum dlb_dev_revision os_get_dev_revision(struct dlb_hw *hw) in os_get_dev_revision()
|
| H A D | dlb_resource.c | 33 static inline void dlb_flush_csr(struct dlb_hw *hw) in dlb_flush_csr() 63 int dlb_resource_init(struct dlb_hw *hw) in dlb_resource_init() 205 void dlb_resource_free(struct dlb_hw *hw) in dlb_resource_free() 284 dlb_get_next_ldb_port(struct dlb_hw *hw, in dlb_get_next_ldb_port() 744 dlb_domain_attach_resources(struct dlb_hw *hw, in dlb_domain_attach_resources() 943 dlb_get_num_ports_in_use(struct dlb_hw *hw) in dlb_get_num_ports_in_use() 1940 int dlb_hw_create_ldb_pool(struct dlb_hw *hw, in dlb_hw_create_ldb_pool() 2103 int dlb_hw_create_dir_pool(struct dlb_hw *hw, in dlb_hw_create_dir_pool() 6209 int dlb_hw_unmap_qid(struct dlb_hw *hw, in dlb_hw_unmap_qid() 6499 int dlb_hw_map_qid(struct dlb_hw *hw, in dlb_hw_map_qid() [all …]
|
| H A D | dlb_osdep_bitmap.h | 24 struct dlb_hw *hw; 42 static inline int dlb_bitmap_alloc(struct dlb_hw *hw, in dlb_bitmap_alloc()
|
| H A D | dlb_hw_types.h | 320 struct dlb_hw { struct
|
| /f-stack/dpdk/drivers/event/dlb/pf/ |
| H A D | dlb_main.h | 25 struct dlb_hw hw;
|