Home
last modified time | relevance | path

Searched refs:ema_list (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/libfc/
H A Dfc_exch.c105 * @ema_list: Exchange Manager Anchor list
116 struct list_head ema_list; member
911 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_alloc()
1482 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_seq_assign()
1984 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_mgr_reset()
2004 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_exch_lookup()
[all...]
/linux/include/scsi/
H A Dlibfc.h665 * @ema_list: Exchange manager anchor list
710 struct list_head ema_list; member
891 INIT_LIST_HEAD(&lport->ema_list); in libfc_host_alloc()