Searched refs:ema_list (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/scsi/libfc/ |
D | fc_exch.c | 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() 2369 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_exch_update_stats() 2401 list_add_tail(&ema->ema_list, &lport->ema_list); in fc_exch_mgr_add() 2427 list_del(&ema->ema_list); in fc_exch_mgr_del() 2442 list_for_each_entry(ema, &src->ema_list, ema_list) { in fc_exch_mgr_list_clone() 2448 list_for_each_entry_safe(ema, tmp, &dst->ema_list, ema_list) in fc_exch_mgr_list_clone() [all …]
|
/linux-6.6.21/include/scsi/ |
D | libfc.h | 704 struct list_head ema_list; member 879 INIT_LIST_HEAD(&lport->ema_list); in libfc_host_alloc()
|