Searched defs:fc_lport (Results 1 – 4 of 4) sorted by relevance
692 struct fc_lport { struct711 enum fc_lport_state state; argument715 u8 retry_count;718 u32 port_id;719 u64 wwpn;720 u64 wwnn;727 u32 sg_supp:1;735 u32 mfs;739 u16 link_speed;741 u16 lro_xid;[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()
Completed in 11 milliseconds