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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_api.h76 * @param p_comp_data - callback function
86 struct ecore_spq_comp_cb *p_comp_data);
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);
451 * @param p_comp_data
463 struct ecore_spq_comp_cb *p_comp_data);
475 * @param p_comp_data
484 struct ecore_spq_comp_cb *p_comp_data);
H A Decore_sp_commands.h51 struct ecore_spq_comp_cb *p_comp_data; member in struct:ecore_sp_init_data
H A Decore_l2.c736 struct ecore_spq_comp_cb *p_comp_data)
760 init_data.p_comp_data = p_comp_data;
881 struct ecore_spq_comp_cb *p_comp_data)
906 comp_mode, p_comp_data);
1058 struct ecore_spq_comp_cb *p_comp_data)
1079 init_data.p_comp_data = p_comp_data;
1113 struct ecore_spq_comp_cb *p_comp_data)
1126 init_data.p_comp_data
733 ecore_sp_vport_update(struct ecore_hwfn *p_hwfn, struct ecore_sp_vport_update_params *p_params, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
875 ecore_filter_accept_cmd(struct ecore_dev *p_dev, u8 vport, struct ecore_filter_accept_flags accept_flags, u8 update_accept_any_vlan, u8 accept_any_vlan, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1052 ecore_sp_eth_rx_queues_update(struct ecore_hwfn *p_hwfn, void **pp_rxq_handles, u8 num_rxqs, u8 complete_cqe_flg, u8 complete_event_flg, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1110 ecore_sp_eth_rx_queues_set_default(struct ecore_hwfn *p_hwfn, void *p_rxq_handler, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1367 ecore_filter_ucast_common(struct ecore_hwfn *p_hwfn, u16 opaque_fid, struct ecore_filter_ucast *p_filter_cmd, struct vport_filter_update_ramrod_data **pp_ramrod, struct ecore_spq_entry **pp_ent, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1514 ecore_sp_eth_filter_ucast(struct ecore_hwfn *p_hwfn, u16 opaque_fid, struct ecore_filter_ucast *p_filter_cmd, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1616 ecore_sp_eth_filter_mcast(struct ecore_hwfn *p_hwfn, struct ecore_filter_mcast *p_filter_cmd, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1689 ecore_filter_mcast_cmd(struct ecore_dev *p_dev, struct ecore_filter_mcast *p_filter_cmd, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1723 ecore_filter_ucast_cmd(struct ecore_dev *p_dev, struct ecore_filter_ucast *p_filter_cmd, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
[all...]
H A Decore_sp_commands.c88 if (!p_data->p_comp_data)
91 p_ent->comp_cb.cookie = p_data->p_comp_data->cookie;
95 if (!p_data->p_comp_data)
98 p_ent->comp_cb = *p_data->p_comp_data;
589 struct ecore_spq_comp_cb *p_comp_data)
612 init_data.p_comp_data = p_comp_data;
585 ecore_sp_pf_update_tunn_cfg(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct ecore_tunnel_info *p_tunn, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
H A Decore_iwarp.c3790 init_data.p_comp_data = &comp_data;
3793 init_data.p_comp_data->function = ecore_iwarp_tcp_abort_comp;
3798 init_data.p_comp_data->cookie = ep;
3839 init_data.p_comp_data = &comp_data;
3843 init_data.p_comp_data->function = ecore_iwarp_listener_state_transition;
3844 init_data.p_comp_data->cookie = listener;
/freebsd-13-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h665 uint32_t p_comp_data; member in struct:al_ec_msp_c
2583 /**** p_comp_data register ****/
H A Dal_hal_eth_main.c393 al_reg_write32(&adapter->ec_regs_base->msp_c[idx].p_comp_data, reg_entry->data);

Completed in 75 milliseconds