Searched defs:fc_lport (Results 1 – 4 of 4) sorted by relevance
701 struct fc_lport { struct720 enum fc_lport_state state; argument721 unsigned long boot_time;722 struct fc_host_statistics host_stats;723 struct fc_stats __percpu *stats;724 u8 retry_count;727 u32 port_id;728 u64 wwpn;729 u64 wwnn;730 unsigned int service_params;[all …]
241 void fc_lport_iterate(void (*notify)(struct fc_lport *, void *), void *arg) in fc_lport_iterate() argument
230 static void fc_disc_start(void (*disc_callback)(struct fc_lport *, in fc_disc_start()
3022 static void fcoe_ctlr_disc_start(void (*callback)(struct fc_lport *, in fcoe_ctlr_disc_start()