Lines Matching defs:vsi
223 struct ice_vsi *vsi = ice_get_vf_vsi(vf); in ice_vf_clear_counters() local
261 struct ice_vsi *vsi = ice_get_vf_vsi(vf); in ice_vf_reconfig_vsi() local
295 struct ice_vsi *vsi = ice_get_vf_vsi(vf); in ice_vf_rebuild_vsi() local
322 static int ice_vf_rebuild_host_vlan_cfg(struct ice_vf *vf, struct ice_vsi *vsi) in ice_vf_rebuild_host_vlan_cfg()
373 struct ice_vsi *vsi = ice_get_vf_vsi(vf); in ice_vf_rebuild_host_tx_rate_cfg() local
419 struct ice_vsi *vsi = ice_get_vf_vsi(vf); in ice_vf_rebuild_host_mac_cfg() local
463 static void ice_vf_rebuild_aggregator_node_cfg(struct ice_vsi *vsi) in ice_vf_rebuild_aggregator_node_cfg()
496 struct ice_vsi *vsi = ice_get_vf_vsi(vf); in ice_vf_rebuild_host_cfg() local
605 ice_vf_get_promisc_masks(struct ice_vf *vf, struct ice_vsi *vsi, in ice_vf_get_promisc_masks()
626 ice_vf_clear_all_promisc_modes(struct ice_vf *vf, struct ice_vsi *vsi) in ice_vf_clear_all_promisc_modes()
668 ice_vf_set_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_set_vsi_promisc()
697 ice_vf_clear_vsi_promisc(struct ice_vf *vf, struct ice_vsi *vsi, u8 promisc_m) in ice_vf_clear_vsi_promisc()
862 struct ice_vsi *vsi; in ice_reset_vf() local
1053 struct ice_vsi *vsi = ice_get_vf_vsi(vf); in ice_dis_vf_qs() local
1119 static int ice_cfg_mac_antispoof(struct ice_vsi *vsi, bool enable) in ice_cfg_mac_antispoof()
1152 static int ice_vsi_ena_spoofchk(struct ice_vsi *vsi) in ice_vsi_ena_spoofchk()
1173 static int ice_vsi_dis_spoofchk(struct ice_vsi *vsi) in ice_vsi_dis_spoofchk()
1192 int ice_vsi_apply_spoofchk(struct ice_vsi *vsi, bool enable) in ice_vsi_apply_spoofchk()
1276 struct ice_vsi *vsi; in ice_vf_ctrl_vsi_setup() local
1301 int ice_vf_init_host_cfg(struct ice_vf *vf, struct ice_vsi *vsi) in ice_vf_init_host_cfg()
1364 struct ice_vsi *vsi = ice_get_vf_vsi(vf); in ice_vf_vsi_release() local
1387 struct ice_vsi *ice_get_vf_ctrl_vsi(struct ice_pf *pf, struct ice_vsi *vsi) in ice_get_vf_ctrl_vsi()