Home
last modified time | relevance | path

Searched refs:p_ooo_info (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ooo.c138 sizeof(*p_ooo_info)); in ecore_ooo_alloc()
139 if (!p_ooo_info) { in ecore_ooo_alloc()
150 p_ooo_info->p_isles_mem = in ecore_ooo_alloc()
154 if (!p_ooo_info->p_isles_mem) { in ecore_ooo_alloc()
166 p_ooo_info->p_archipelagos_mem = in ecore_ooo_alloc()
180 p_ooo_info->ooo_history.p_cqes = in ecore_ooo_alloc()
192 p_hwfn->p_ooo_info = p_ooo_info; in ecore_ooo_alloc()
312 struct ecore_ooo_info *p_ooo_info = p_hwfn->p_ooo_info; in ecore_ooo_free() local
315 if (!p_ooo_info) in ecore_ooo_free()
490 if (p_ooo_info->cur_isles_number > p_ooo_info->max_isles_number) in ecore_ooo_add_new_isle()
[all …]
H A Decore_ooo.h100 void ecore_ooo_save_history_entry(struct ecore_ooo_info *p_ooo_info,
103 void ecore_ooo_release_connection_isles(struct ecore_ooo_info *p_ooo_info,
106 void ecore_ooo_release_all_isles(struct ecore_ooo_info *p_ooo_info);
108 void ecore_ooo_put_free_buffer(struct ecore_ooo_info *p_ooo_info,
112 ecore_ooo_get_free_buffer(struct ecore_ooo_info *p_ooo_info);
114 void ecore_ooo_put_ready_buffer(struct ecore_ooo_info *p_ooo_info,
118 ecore_ooo_get_ready_buffer(struct ecore_ooo_info *p_ooo_info);
121 struct ecore_ooo_info *p_ooo_info,
127 struct ecore_ooo_info *p_ooo_info,
133 struct ecore_ooo_info *p_ooo_info,
[all …]
H A Decore_ll2.c635 p_hwfn->p_ooo_info, in ecore_ll2_lb_rxq_handler()
642 p_hwfn->p_ooo_info, in ecore_ll2_lb_rxq_handler()
650 p_hwfn->p_ooo_info, in ecore_ll2_lb_rxq_handler()
658 p_hwfn->p_ooo_info, in ecore_ll2_lb_rxq_handler()
665 p_hwfn->p_ooo_info, in ecore_ll2_lb_rxq_handler()
670 ecore_ooo_put_ready_buffer(p_hwfn->p_ooo_info, in ecore_ll2_lb_rxq_handler()
718 ecore_ooo_put_ready_buffer(p_hwfn->p_ooo_info, in ecore_ooo_submit_tx_buffers()
1195 ecore_ooo_put_free_buffer(p_hwfn->p_ooo_info, p_buf); in ecore_ll2_acquire_connection_ooo()
1396 ecore_ooo_release_all_isles(p_hwfn->p_ooo_info); in ecore_ll2_establish_connection_ooo()
1924 ecore_ooo_release_all_isles(p_hwfn->p_ooo_info); in ecore_ll2_terminate_connection()
[all …]
H A Decore.h715 struct ecore_ooo_info *p_ooo_info; member