Searched refs:ema (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/libfc/
H A Dfc_exch.c802 struct fc_exch_mgr_anchor *ema; local
804 list_for_each_entry(ema, &lport->ema_list, ema_list)
805 if (!ema->match || ema->match(fp))
806 return fc_exch_em_alloc(lport, ema->mp);
1326 struct fc_exch_mgr_anchor *ema; local
1332 list_for_each_entry(ema, &lport->ema_list, ema_list)
1333 if ((!ema->match || ema->match(fp)) &&
1334 fc_seq_lookup_recip(lport, ema
1817 struct fc_exch_mgr_anchor *ema; local
1838 struct fc_exch_mgr_anchor *ema; local
2168 struct fc_exch_mgr_anchor *ema; local
2200 fc_exch_mgr_del(struct fc_exch_mgr_anchor *ema) argument
2216 struct fc_exch_mgr_anchor *ema, *tmp; local
2334 struct fc_exch_mgr_anchor *ema, *next; local
2353 struct fc_exch_mgr_anchor *ema; local
2380 struct fc_exch_mgr_anchor *ema; local
[all...]
/drivers/pcmcia/
H A Di82365.c141 u_char ctl, ema; member in struct:vg46x_state_t
383 p->ema = i365_get(s, VG469_EXT_MODE);
391 i365_set(s, VG469_EXT_MODE, p->ema);
399 flip(p->ema, VG469_MODE_CABLE, cable_mode);
411 if (p->ema & VG469_MODE_CABLE)
413 if (p->ema & VG469_MODE_COMPAT)

Completed in 5043 milliseconds