Home
last modified time | relevance | path

Searched refs:ema (Results 1 – 7 of 7) 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/drivers/pcmcia/
H A Di82365.c141 u_char ctl, ema; member
383 p->ema = i365_get(s, VG469_EXT_MODE); in vg46x_get_state()
391 i365_set(s, VG469_EXT_MODE, p->ema); in vg46x_set_state()
399 flip(p->ema, VG469_MODE_CABLE, cable_mode); in vg46x_set_opts()
411 if (p->ema & VG469_MODE_CABLE) in vg46x_set_opts()
413 if (p->ema & VG469_MODE_COMPAT) in vg46x_set_opts()
/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.c2347 struct ieee80211_ema_beacons *ema; in mac80211_hwsim_beacon_tx() local
2350 ema = ieee80211_beacon_get_template_ema_list(hw, vif, link_id); in mac80211_hwsim_beacon_tx()
2351 if (!ema || !ema->cnt) in mac80211_hwsim_beacon_tx()
2354 for (i = 0; i < ema->cnt; i++) { in mac80211_hwsim_beacon_tx()
2356 ema->bcn[i].skb); in mac80211_hwsim_beacon_tx()
2357 ema->bcn[i].skb = NULL; /* Already freed */ in mac80211_hwsim_beacon_tx()
2359 ieee80211_beacon_free_ema_list(ema); in mac80211_hwsim_beacon_tx()
/linux/include/net/
H A Dcfg80211.h1291 bool ema; member
/linux/net/mac80211/
H A Dcfg.c200 if (params->ema) in ieee80211_set_ap_mbssid_options()
/linux/net/wireless/
H A Dnl80211.c5977 config->ema = nla_get_flag(tb[NL80211_MBSSID_CONFIG_ATTR_EMA]); in nl80211_parse_mbssid_config()
5978 if (config->ema) { in nl80211_parse_mbssid_config()
6828 if (!params->mbssid_config.ema && params->beacon.rnr_ies) { in nl80211_start_ap()