Searched defs:fc_lport (Results 1 – 4 of 4) sorted by relevance
692 struct fc_lport { struct711 enum fc_lport_state state; argument712 unsigned long boot_time;713 struct fc_host_statistics host_stats;714 struct fc_stats __percpu *stats;715 u8 retry_count;718 u32 port_id;719 u64 wwpn;720 u64 wwnn;721 unsigned int service_params;[all …]
241 void fc_lport_iterate(void (*notify)(struct fc_lport *, void *), void *arg) in fc_lport_iterate() argument
233 static void fc_disc_start(void (*disc_callback)(struct fc_lport *, in fc_disc_start()
3030 static void fcoe_ctlr_disc_start(void (*callback)(struct fc_lport *, in fcoe_ctlr_disc_start()