Searched defs:fc_lport (Results 1 – 4 of 4) sorted by relevance
863 struct fc_lport { struct881 enum fc_lport_state state; argument882 unsigned long boot_time;883 struct fc_host_statistics host_stats;884 struct fc_stats __percpu *stats;885 u8 retry_count;888 u32 port_id;889 u64 wwpn;890 u64 wwnn;891 unsigned int service_params;[all …]
253 void fc_lport_iterate(void (*notify)(struct fc_lport *, void *), void *arg) in fc_lport_iterate() argument
247 static void fc_disc_start(void (*disc_callback)(struct fc_lport *, in fc_disc_start()
2740 static void fcoe_ctlr_disc_start(void (*callback)(struct fc_lport *, in fcoe_ctlr_disc_start()