Searched refs:ema_list (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_exch.c | 126 struct list_head ema_list; member 896 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_exch_alloc() 1436 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_seq_assign() 1914 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_mgr_reset() 1934 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_exch_lookup() 2262 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_update_stats() 2294 list_add_tail(&ema->ema_list, &lport->ema_list); in fc_exch_mgr_add() 2320 list_del(&ema->ema_list); in fc_exch_mgr_del() 2335 list_for_each_entry(ema, &src->ema_list, ema_list) { in fc_exch_mgr_list_clone() 2341 list_for_each_entry_safe(ema, tmp, &dst->ema_list, ema_list) in fc_exch_mgr_list_clone() [all …]
|
/linux-4.1.27/include/scsi/ |
D | libfc.h | 866 struct list_head ema_list; member 1040 INIT_LIST_HEAD(&lport->ema_list); in libfc_host_alloc()
|