Searched refs:ema_list (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_exch.c | 127 struct list_head ema_list; member 920 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_alloc() 1491 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_seq_assign() 1980 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_mgr_reset() 2000 list_for_each_entry(ema, &lport->ema_list, ema_list) in fc_exch_lookup() 2365 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_update_stats() 2397 list_add_tail(&ema->ema_list, &lport->ema_list); in fc_exch_mgr_add() 2423 list_del(&ema->ema_list); in fc_exch_mgr_del() 2438 list_for_each_entry(ema, &src->ema_list, ema_list) { in fc_exch_mgr_list_clone() 2444 list_for_each_entry_safe(ema, tmp, &dst->ema_list, ema_list) in fc_exch_mgr_list_clone() [all …]
|
/Linux-v4.19/include/scsi/ |
D | libfc.h | 707 struct list_head ema_list; member 882 INIT_LIST_HEAD(&lport->ema_list); in libfc_host_alloc()
|