Home
last modified time | relevance | path

Searched refs:change_flags (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dmad.h78 __be16 change_flags; /* low 4 bits only */ member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1742 DECLARE_BITMAP(change_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
1768 bitmap_xor(change_flags, pf->flags, orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
1773 if (test_bit(ICE_FLAG_LINK_DOWN_ON_CLOSE_ENA, change_flags) && in ice_set_priv_flags()
1781 if (test_bit(ICE_FLAG_FW_LLDP_AGENT, change_flags)) { in ice_set_priv_flags()
1869 if (test_bit(ICE_FLAG_VF_TRUE_PROMISC_ENA, change_flags) && in ice_set_priv_flags()
1877 if (test_bit(ICE_FLAG_VF_VLAN_PRUNING, change_flags) && in ice_set_priv_flags()
/linux/net/core/
H A Dnet-sysfs.c505 static int change_flags(struct net_device *dev, unsigned long new_flags) in change_flags() function
513 return netdev_store(dev, attr, buf, len, change_flags); in flags_store()