Searched refs:sp_params (Results 1 – 4 of 4) sorted by relevance
1522 struct ecore_sp_vport_update_params sp_params; in ecore_vf_pf_filter_mcast() 1524 OSAL_MEMSET(&sp_params, 0, sizeof(sp_params)); in ecore_vf_pf_filter_mcast() 1525 sp_params.update_approx_mcast_flg = 1; in ecore_vf_pf_filter_mcast() 1528 _Static_assert(sizeof(sp_params.bins) == sizeof(p_filter_cmd->bins), "Size mismatch"); in ecore_vf_pf_filter_mcast() 1529 memcpy(sp_params.bins, p_filter_cmd->bins, sizeof(sp_params.bins));1532 ecore_vf_pf_vport_update(p_hwfn, &sp_params); in ecore_vf_pf_filter_ucast() 1517 struct ecore_sp_vport_update_params sp_params; ecore_vf_pf_filter_mcast() local
6420 struct ecore_sp_vport_update_params sp_params;6427 memset(&sp_params, 0, sizeof(sp_params)); in qlnx_reuse_rx_data() 6429 sp_params.vport_id = params->vport_id; in qlnx_reuse_rx_data() 6431 sp_params.update_vport_active_rx_flg = in qlnx_reuse_rx_data() 6433 sp_params.vport_active_rx_flg = params->vport_active_rx_flg; in qlnx_reuse_rx_data() 6435 sp_params.update_vport_active_tx_flg = in qlnx_reuse_rx_data() 6437 sp_params.vport_active_tx_flg = params->vport_active_tx_flg; in qlnx_reuse_rx_data() 6439 sp_params.update_inner_vlan_removal_flg = in qlnx_reuse_rx_data() 6441 sp_params6335 struct ecore_sp_vport_update_params sp_params; qlnx_update_vport() local [all...]
645 struct elink_ets_sp_params sp_params; member
1929 ets_params->cos[cos_entry].params.sp_params.pri, in elink_ets_e3b0_config()