Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2_api.h215 struct ecore_spq_comp_cb *p_comp_data);
222 struct ecore_spq_comp_cb *p_comp_data);
233 struct ecore_spq_comp_cb *p_comp_data);
411 struct ecore_spq_comp_cb *p_comp_data);
433 struct ecore_spq_comp_cb *p_comp_data);
461 struct ecore_spq_comp_cb *p_comp_data);
482 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_l2.c734 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_vport_update() argument
758 init_data.p_comp_data = p_comp_data; in ecore_sp_vport_update()
879 struct ecore_spq_comp_cb *p_comp_data) in ecore_filter_accept_cmd() argument
904 comp_mode, p_comp_data); in ecore_filter_accept_cmd()
1056 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_eth_rx_queues_update() argument
1077 init_data.p_comp_data = p_comp_data; in ecore_sp_eth_rx_queues_update()
1111 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_eth_rx_queues_set_default() argument
1124 init_data.p_comp_data = p_comp_data; in ecore_sp_eth_rx_queues_set_default()
1371 struct ecore_spq_comp_cb *p_comp_data) in ecore_filter_ucast_common() argument
1396 init_data.p_comp_data = p_comp_data; in ecore_filter_ucast_common()
[all …]
H A Decore_sp_commands.c86 if (!p_data->p_comp_data) in ecore_sp_init_request()
89 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie; in ecore_sp_init_request()
93 if (!p_data->p_comp_data) in ecore_sp_init_request()
96 p_ent->comp_cb = *p_data->p_comp_data; in ecore_sp_init_request()
587 struct ecore_spq_comp_cb *p_comp_data) in ecore_sp_pf_update_tunn_cfg() argument
610 init_data.p_comp_data = p_comp_data; in ecore_sp_pf_update_tunn_cfg()
H A Decore_sp_api.h84 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_sp_commands.h49 struct ecore_spq_comp_cb *p_comp_data; member
H A Decore_iwarp.c3788 init_data.p_comp_data = &comp_data; in ecore_iwarp_abort_inflight_connections()
3791 init_data.p_comp_data->function = ecore_iwarp_tcp_abort_comp; in ecore_iwarp_abort_inflight_connections()
3796 init_data.p_comp_data->cookie = ep; in ecore_iwarp_abort_inflight_connections()
3837 init_data.p_comp_data = &comp_data; in ecore_iwarp_empty_ramrod()
3841 init_data.p_comp_data->function = ecore_iwarp_listener_state_transition; in ecore_iwarp_empty_ramrod()
3842 init_data.p_comp_data->cookie = listener; in ecore_iwarp_empty_ramrod()
/freebsd/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()