Lines Matching refs:ema_list
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()
2454 list_for_each_entry_safe(ema, next, &lport->ema_list, ema_list) in fc_exch_mgr_free()
2478 return list_entry(lport->ema_list.prev, in fc_find_ema()
2479 typeof(*ema), ema_list); in fc_find_ema()
2482 list_for_each_entry(ema, &lport->ema_list, ema_list) { in fc_find_ema()