Home
last modified time | relevance | path

Searched refs:ICE_AQ_VSI_SW_FLAG_LOCAL_LB (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c3976 ctx.info.sw_flags |= ICE_AQ_VSI_SW_FLAG_LOCAL_LB; in ice_vsi_update_local_lb()
3978 ctx.info.sw_flags &= ~ICE_AQ_VSI_SW_FLAG_LOCAL_LB; in ice_vsi_update_local_lb()
H A Dice_adminq_cmd.h407 #define ICE_AQ_VSI_SW_FLAG_LOCAL_LB BIT(6) macro