Home
last modified time | relevance | path

Searched refs:supp (Results 1 – 5 of 5) sorted by relevance

/net/tipc/
A Dbcast.h89 void tipc_bcast_toggle_rcast(struct net *net, bool supp);
A Dbcast.c91 void tipc_bcast_toggle_rcast(struct net *net, bool supp) in tipc_bcast_toggle_rcast() argument
93 tipc_bc_base(net)->rcast_support = supp; in tipc_bcast_toggle_rcast()
A Dbearer.c522 bool supp = false; in tipc_bearer_bcast_support() local
528 supp = (b->bcast_addr.broadcast == TIPC_BROADCAST_SUPPORT); in tipc_bearer_bcast_support()
530 return supp; in tipc_bearer_bcast_support()
/net/wireless/
A Dutil.c2806 int supp = (map >> (2 * i)) & 3; in ieee80211_get_vht_max_nss() local
2808 if (supp == 3) in ieee80211_get_vht_max_nss()
2811 if (supp >= mcs_encoding) { in ieee80211_get_vht_max_nss()
A Dnl80211.c2346 struct nlattr *supp; in nl80211_put_tid_config_support() local
2352 supp = nla_nest_start(msg, NL80211_ATTR_TID_CONFIG); in nl80211_put_tid_config_support()
2353 if (!supp) in nl80211_put_tid_config_support()
2376 nla_nest_end(msg, supp); in nl80211_put_tid_config_support()
2380 nla_nest_cancel(msg, supp); in nl80211_put_tid_config_support()

Completed in 40 milliseconds