Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2_api.h171 struct ecore_spq_comp_cb *p_comp_data);
178 struct ecore_spq_comp_cb *p_comp_data);
189 struct ecore_spq_comp_cb *p_comp_data);
376 struct ecore_spq_comp_cb *p_comp_data);
398 struct ecore_spq_comp_cb *p_comp_data);
426 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_l2.c728 init_data.p_comp_data = p_comp_data; in ecore_sp_vport_update()
861 struct ecore_spq_comp_cb *p_comp_data) in ecore_filter_accept_cmd() argument
886 comp_mode, p_comp_data); in ecore_filter_accept_cmd()
1060 init_data.p_comp_data = p_comp_data; in ecore_sp_eth_rx_queues_update()
1320 struct ecore_spq_comp_cb *p_comp_data) in ecore_filter_ucast_common() argument
1345 init_data.p_comp_data = p_comp_data; in ecore_filter_ucast_common()
1487 comp_mode, p_comp_data); in ecore_sp_eth_filter_ucast()
1601 init_data.p_comp_data = p_comp_data; in ecore_sp_eth_filter_mcast()
1673 comp_mode, p_comp_data); in ecore_filter_mcast_cmd()
1703 comp_mode, p_comp_data); in ecore_filter_ucast_cmd()
[all …]
H A Decore_sp_commands.c58 if (!p_data->p_comp_data) in ecore_sp_init_request()
61 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie; in ecore_sp_init_request()
65 if (!p_data->p_comp_data) in ecore_sp_init_request()
68 p_ent->comp_cb = *p_data->p_comp_data; in ecore_sp_init_request()
559 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_pf_update_tunn_cfg() argument
582 init_data.p_comp_data = p_comp_data; in ecore_sp_pf_update_tunn_cfg()
H A Decore_sp_api.h63 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_sp_commands.h27 struct ecore_spq_comp_cb *p_comp_data; member
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h665 uint32_t p_comp_data; member
H A Dal_hal_eth_main.c393 al_reg_write32(&adapter->ec_regs_base->msp_c[idx].p_comp_data, reg_entry->data); in al_eth_epe_entry_set()