Searched refs:internal_flags (Results 1 – 5 of 5) sorted by relevance
2129 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit()2134 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) { in nl802154_pre_doit()2142 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV || in nl802154_pre_doit()2143 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_pre_doit()2156 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) { in nl802154_pre_doit()2169 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP && in nl802154_pre_doit()2189 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_post_doit()2199 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL) in nl802154_post_doit()2211 .internal_flags = NL802154_FLAG_NEED_WPAN_PHY |2220 .internal_flags = NL802154_FLAG_NEED_WPAN_DEV |[all …]
1266 if (WARN_ON(hweight8(ops->internal_flags & user_ptr1_flags) > 1)) in batadv_pre_doit()1270 if (WARN_ON((ops->internal_flags & mesh_dep_flags) && in batadv_pre_doit()1271 (~ops->internal_flags & BATADV_FLAG_NEED_MESH))) in batadv_pre_doit()1274 if (ops->internal_flags & BATADV_FLAG_NEED_MESH) { in batadv_pre_doit()1283 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF) { in batadv_pre_doit()1293 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN) { in batadv_pre_doit()1325 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF && in batadv_post_doit()1332 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN && info->user_ptr[1]) { in batadv_post_doit()1337 if (ops->internal_flags & BATADV_FLAG_NEED_MESH && info->user_ptr[0]) { in batadv_post_doit()1349 .internal_flags = BATADV_FLAG_NEED_MESH,[all …]
399 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_pre_doit()401 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_DEVLINK) { in devlink_nl_pre_doit()403 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_PORT) { in devlink_nl_pre_doit()413 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_SB) { in devlink_nl_pre_doit()426 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_pre_doit()438 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_post_doit()5810 .internal_flags = DEVLINK_NL_FLAG_NEED_DEVLINK,5818 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,5826 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,5833 .internal_flags = DEVLINK_NL_FLAG_NEED_DEVLINK |[all …]
13811 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; in nl80211_pre_doit()13816 if (ops->internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit()13824 } else if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit()13825 ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit()13839 if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit()13851 if (ops->internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit()13871 if (ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_post_doit()13881 if (ops->internal_flags & NL80211_FLAG_NEED_RTNL) in nl80211_post_doit()13889 if (ops->internal_flags & NL80211_FLAG_CLEAR_SKB) { in nl80211_post_doit()13904 .internal_flags = NL80211_FLAG_NEED_WIPHY |[all …]
148 u8 internal_flags; member