Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dmad.h78 __be16 change_flags; /* low 4 bits only */ member
Dmad.c533 trap->data.ntc_144.change_flags = in hfi1_node_desc_chg()
/linux-6.1.9/include/rdma/
Dib_mad.h399 u8 change_flags; /* low 3 bits only */ member
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_ethtool.c1166 DECLARE_BITMAP(change_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
1192 bitmap_xor(change_flags, pf->flags, orig_flags, ICE_PF_FLAGS_NBITS); in ice_set_priv_flags()
1197 if (test_bit(ICE_FLAG_LINK_DOWN_ON_CLOSE_ENA, change_flags) && in ice_set_priv_flags()
1205 if (test_bit(ICE_FLAG_FW_LLDP_AGENT, change_flags)) { in ice_set_priv_flags()
1290 if (test_bit(ICE_FLAG_LEGACY_RX, change_flags)) { in ice_set_priv_flags()
1297 if (test_bit(ICE_FLAG_VF_TRUE_PROMISC_ENA, change_flags) && in ice_set_priv_flags()
1305 if (test_bit(ICE_FLAG_VF_VLAN_PRUNING, change_flags) && in ice_set_priv_flags()
/linux-6.1.9/net/core/
Dnet-sysfs.c368 static int change_flags(struct net_device *dev, unsigned long new_flags) in change_flags() function
376 return netdev_store(dev, attr, buf, len, change_flags); in flags_store()
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_mad.c262 data.details.ntc_144.change_flags = IB_NOTICE_TRAP_NODE_DESC_CHG; in qib_node_desc_chg()