Home
last modified time | relevance | path

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

/freebsd-13.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()
589 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_pf_update_tunn_cfg() argument
612 init_data.p_comp_data = p_comp_data; in ecore_sp_pf_update_tunn_cfg()
H A Decore_sp_api.h86 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_sp_commands.h51 struct ecore_spq_comp_cb *p_comp_data; member
H A Decore_iwarp.c3790 init_data.p_comp_data = &comp_data; in ecore_iwarp_abort_inflight_connections()
3793 init_data.p_comp_data->function = ecore_iwarp_tcp_abort_comp; in ecore_iwarp_abort_inflight_connections()
3798 init_data.p_comp_data->cookie = ep; in ecore_iwarp_abort_inflight_connections()
3839 init_data.p_comp_data = &comp_data; in ecore_iwarp_empty_ramrod()
3843 init_data.p_comp_data->function = ecore_iwarp_listener_state_transition; in ecore_iwarp_empty_ramrod()
3844 init_data.p_comp_data->cookie = listener; in ecore_iwarp_empty_ramrod()
/freebsd-13.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()