Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
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-6.1.9/drivers/pcmcia/
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-6.1.9/arch/mips/include/asm/octeon/
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-6.1.9/include/net/
Dcfg80211.h1155 bool ema; member
/linux-6.1.9/net/mac80211/
Dcfg.c166 if (params.ema) in ieee80211_set_ap_mbssid_options()
/linux-6.1.9/net/wireless/
Dnl80211.c5323 config->ema = nla_get_flag(tb[NL80211_MBSSID_CONFIG_ATTR_EMA]); in nl80211_parse_mbssid_config()
5324 if (config->ema) { in nl80211_parse_mbssid_config()