Searched refs:internal_flags (Results 1 – 4 of 4) sorted by relevance
2143 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit()2148 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) { in nl802154_pre_doit()2156 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV || in nl802154_pre_doit()2157 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_pre_doit()2170 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) { in nl802154_pre_doit()2183 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP && in nl802154_pre_doit()2203 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_post_doit()2213 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL) in nl802154_post_doit()2225 .internal_flags = NL802154_FLAG_NEED_WPAN_PHY |2234 .internal_flags = NL802154_FLAG_NEED_WPAN_DEV |[all …]
402 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_pre_doit()404 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_DEVLINK) { in devlink_nl_pre_doit()406 } else if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_PORT) { in devlink_nl_pre_doit()416 if (ops->internal_flags & DEVLINK_NL_FLAG_NEED_SB) { in devlink_nl_pre_doit()429 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_pre_doit()441 if (~ops->internal_flags & DEVLINK_NL_FLAG_NO_LOCK) in devlink_nl_post_doit()3611 .internal_flags = DEVLINK_NL_FLAG_NEED_DEVLINK,3619 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,3627 .internal_flags = DEVLINK_NL_FLAG_NEED_PORT,3634 .internal_flags = DEVLINK_NL_FLAG_NEED_DEVLINK |[all …]
13020 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; in nl80211_pre_doit()13025 if (ops->internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit()13033 } else if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit()13034 ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit()13048 if (ops->internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit()13060 if (ops->internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit()13080 if (ops->internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_post_doit()13090 if (ops->internal_flags & NL80211_FLAG_NEED_RTNL) in nl80211_post_doit()13098 if (ops->internal_flags & NL80211_FLAG_CLEAR_SKB) { in nl80211_post_doit()13113 .internal_flags = NL80211_FLAG_NEED_WIPHY |[all …]
142 u8 internal_flags; member