Searched defs:fc_lport (Results 1 – 4 of 4) sorted by relevance
704 struct fc_lport { struct723 enum fc_lport_state state; argument724 unsigned long boot_time;725 struct fc_host_statistics host_stats;726 struct fc_stats __percpu *stats;727 u8 retry_count;730 u32 port_id;731 u64 wwpn;732 u64 wwnn;733 unsigned int service_params;[all …]
253 void fc_lport_iterate(void (*notify)(struct fc_lport *, void *), void *arg) in fc_lport_iterate() argument
245 static void fc_disc_start(void (*disc_callback)(struct fc_lport *, in fc_disc_start()
3047 static void fcoe_ctlr_disc_start(void (*callback)(struct fc_lport *, in fcoe_ctlr_disc_start()