Home
last modified time | relevance | path

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

/linux/drivers/scsi/libfc/
H A Dfc_exch.c908 struct fc_exch_mgr_anchor *ema; in fc_exch_alloc() local
911 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_alloc()
912 if (!ema->match || ema->match(fp)) { in fc_exch_alloc()
913 ep = fc_exch_em_alloc(lport, ema->mp); in fc_exch_alloc()
1476 struct fc_exch_mgr_anchor *ema; in fc_seq_assign() local
1482 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_seq_assign()
1483 if ((!ema->match || ema->match(fp)) && in fc_seq_assign()
1484 fc_seq_lookup_recip(lport, ema->mp, fp) == FC_RJT_NONE) in fc_seq_assign()
1981 struct fc_exch_mgr_anchor *ema; in fc_exch_mgr_reset() local
1984 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_mgr_reset()
[all …]
/linux/net/mac80211/
H A Dtx.c5695 struct ieee80211_ema_beacons *ema = NULL; in __ieee80211_beacon_get()
5700 ema = kzalloc_flex(*ema, bcn, beacon->mbssid_ies->cnt, GFP_ATOMIC); in __ieee80211_beacon_get()
5701 if (!ema) in __ieee80211_beacon_get()
5704 for (ema->cnt = 0; ema->cnt < beacon->mbssid_ies->cnt; ema->cnt++) { in __ieee80211_beacon_get()
5705 ema->bcn[ema->cnt].skb = in __ieee80211_beacon_get()
5707 &ema in __ieee80211_beacon_get()
5617 struct ieee80211_ema_beacons *ema = NULL; ieee80211_beacon_get_ap_ema_list() local
[all...]
H A Dcfg.c200 if (params->ema) in ieee80211_set_ap_mbssid_options()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h1825 uint64_t ema:2; member
1851 uint64_t ema:2;
2099 uint64_t ema:3; member
2101 uint64_t ema:3;
2110 uint64_t ema:2; member
2112 uint64_t ema:2;
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c
/linux/net/wireless/
H A Dnl80211.c6447 config->ema = nla_get_flag(tb[NL80211_MBSSID_CONFIG_ATTR_EMA]); in nl80211_parse_beacon()
6448 if (config->ema) { in nl80211_parse_beacon()
7424 if (!params->mbssid_config.ema && params->beacon.rnr_ies) { in nl80211_put_sta_rate()