Home
last modified time | relevance | path

Searched refs:ICE_VSI_VF (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_lib.c22 case ICE_VSI_VF: in ice_vsi_type_str()
178 if (WARN_ON(vsi_type == ICE_VSI_VF && !vf)) in ice_vsi_set_num_qs()
222 case ICE_VSI_VF: in ice_vsi_set_num_qs()
298 if (vsi->type == ICE_VSI_VF) in ice_vsi_delete()
470 if (WARN_ON(vsi_type == ICE_VSI_VF && !vf)) in ice_vsi_alloc()
493 if (vsi_type == ICE_VSI_VF) in ice_vsi_alloc()
525 case ICE_VSI_VF: in ice_vsi_alloc()
593 if (!(vsi->type == ICE_VSI_PF || vsi->type == ICE_VSI_VF || in ice_alloc_fd_res()
629 } else if (vsi->type == ICE_VSI_VF) { in ice_alloc_fd_res()
835 case ICE_VSI_VF: in ice_vsi_set_rss_params()
[all …]
Dice_base.c122 if (vsi->type == ICE_VSI_VF) in ice_vsi_alloc_q_vector()
311 case ICE_VSI_VF: in ice_setup_tx_ctx()
418 if (vsi->type == ICE_VSI_VF && in ice_setup_rx_ctx()
457 if (vsi->type != ICE_VSI_VF) in ice_setup_rx_ctx()
471 if (vsi->type == ICE_VSI_VF) in ice_setup_rx_ctx()
Dice_vsi_vlan_ops.c78 case ICE_VSI_VF: in ice_vsi_init_vlan_ops()
Dice_sriov.c255 vsi = ice_vsi_setup(pf, pi, ICE_VSI_VF, vf, NULL); in ice_vf_vsi_setup()
1239 if (vf_vsi->type != ICE_VSI_VF) { in ice_set_vf_spoofchk()
Dice_type.h146 ICE_VSI_VF = 1, enumerator
Dice_vf_lib.c775 if (vsi->type != ICE_VSI_VF || ice_vsi_has_non_zero_vlans(vsi)) { in ice_vsi_ena_spoofchk()