Lines Matching refs:ema_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()
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()
2562 list_for_each_entry_safe(ema, next, &lport->ema_list, ema_list) in fc_exch_mgr_free()
2586 return list_entry(lport->ema_list.prev, in fc_find_ema()
2587 typeof(*ema), ema_list); in fc_find_ema()
2590 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_find_ema()