Searched refs:ice_cfg_dflt_vsi (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_switch.h | 233 ice_cfg_dflt_vsi(struct ice_hw *hw, u16 vsi_handle, bool set, u8 direction);
|
D | ice_lib.c | 3163 status = ice_cfg_dflt_vsi(&vsi->back->hw, vsi->idx, true, ICE_FLTR_RX); in ice_set_dflt_vsi() 3201 status = ice_cfg_dflt_vsi(&dflt_vsi->back->hw, dflt_vsi->idx, false, in ice_clear_dflt_vsi()
|
D | ice_switch.c | 2023 ice_cfg_dflt_vsi(struct ice_hw *hw, u16 vsi_handle, bool set, u8 direction) in ice_cfg_dflt_vsi() function
|