Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/libfc/
Dfc_exch.c894 struct fc_exch_mgr_anchor *ema; in fc_exch_alloc() local
896 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_exch_alloc()
897 if (!ema->match || ema->match(fp)) in fc_exch_alloc()
898 return fc_exch_em_alloc(lport, ema->mp); in fc_exch_alloc()
1430 struct fc_exch_mgr_anchor *ema; in fc_seq_assign() local
1436 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_seq_assign()
1437 if ((!ema->match || ema->match(fp)) && in fc_seq_assign()
1438 fc_seq_lookup_recip(lport, ema->mp, fp) == FC_RJT_NONE) in fc_seq_assign()
1911 struct fc_exch_mgr_anchor *ema; in fc_exch_mgr_reset() local
1914 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_mgr_reset()
[all …]
/linux-4.1.27/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-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h1852 uint64_t ema:2; member
1878 uint64_t ema:2;
1986 uint64_t ema:2; member
2012 uint64_t ema:2;
2035 uint64_t ema:3; member
2037 uint64_t ema:3;
2051 uint64_t ema:2; member
2053 uint64_t ema:2;
/linux-4.1.27/drivers/staging/dgap/
Ddgap.h517 ulong ema; /* Exponential moving average */ member