Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_l2_api.h217 struct ecore_spq_comp_cb *p_comp_data);
224 struct ecore_spq_comp_cb *p_comp_data);
235 struct ecore_spq_comp_cb *p_comp_data);
413 struct ecore_spq_comp_cb *p_comp_data);
435 struct ecore_spq_comp_cb *p_comp_data);
463 struct ecore_spq_comp_cb *p_comp_data);
484 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_l2.c760 init_data.p_comp_data = p_comp_data; in ecore_sp_vport_update()
906 comp_mode, p_comp_data); in ecore_filter_accept_cmd()
1079 init_data.p_comp_data = p_comp_data; in ecore_sp_eth_rx_queues_update()
1126 init_data.p_comp_data = p_comp_data; in ecore_sp_eth_rx_queues_set_default()
1373 struct ecore_spq_comp_cb *p_comp_data) in ecore_filter_ucast_common() argument
1398 init_data.p_comp_data = p_comp_data; in ecore_filter_ucast_common()
1527 comp_mode, p_comp_data); in ecore_sp_eth_filter_ucast()
1643 init_data.p_comp_data = p_comp_data; in ecore_sp_eth_filter_mcast()
1715 p_comp_data); in ecore_filter_mcast_cmd()
1745 p_comp_data); in ecore_filter_ucast_cmd()
[all …]
H A Decore_sp_commands.c88 if (!p_data->p_comp_data) in ecore_sp_init_request()
91 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie; in ecore_sp_init_request()
95 if (!p_data->p_comp_data) in ecore_sp_init_request()
98 p_ent->comp_cb = *p_data->p_comp_data; in ecore_sp_init_request()
590 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_pf_update_tunn_cfg() argument
613 init_data.p_comp_data = p_comp_data; in ecore_sp_pf_update_tunn_cfg()
H A Decore_sp_api.h87 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_sp_commands.h52 struct ecore_spq_comp_cb *p_comp_data; member
/freebsd-12.1/sys/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()