Home
last modified time | relevance | path

Searched refs:p_comp_data (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2_api.h201 struct ecore_spq_comp_cb *p_comp_data);
208 struct ecore_spq_comp_cb *p_comp_data);
219 struct ecore_spq_comp_cb *p_comp_data);
397 struct ecore_spq_comp_cb *p_comp_data);
419 struct ecore_spq_comp_cb *p_comp_data);
447 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_sp_commands.c87 if (!p_data->p_comp_data) in ecore_sp_init_request()
90 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie; in ecore_sp_init_request()
94 if (!p_data->p_comp_data) in ecore_sp_init_request()
97 p_ent->comp_cb = *p_data->p_comp_data; in ecore_sp_init_request()
507 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_pf_update_tunn_cfg() argument
530 init_data.p_comp_data = p_comp_data; in ecore_sp_pf_update_tunn_cfg()
H A Decore_l2.c720 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_vport_update() argument
744 init_data.p_comp_data = p_comp_data; in ecore_sp_vport_update()
866 struct ecore_spq_comp_cb *p_comp_data) in ecore_filter_accept_cmd() argument
891 comp_mode, p_comp_data); in ecore_filter_accept_cmd()
1043 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_eth_rx_queues_update() argument
1064 init_data.p_comp_data = p_comp_data; in ecore_sp_eth_rx_queues_update()
1314 struct ecore_spq_comp_cb *p_comp_data) in ecore_filter_ucast_common() argument
1339 init_data.p_comp_data = p_comp_data; in ecore_filter_ucast_common()
1459 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_eth_filter_ucast() argument
1468 comp_mode, p_comp_data); in ecore_sp_eth_filter_ucast()
[all …]
H A Decore_sp_api.h90 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_sp_commands.h56 struct ecore_spq_comp_cb *p_comp_data; member