Home
last modified time | relevance | path

Searched defs:fc_lport (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/include/scsi/
Dlibfc.h840 struct fc_lport { struct
857 enum fc_lport_state state; argument
858 unsigned long boot_time;
859 struct fc_host_statistics host_stats;
860 struct fcoe_dev_stats __percpu *dev_stats;
861 u8 retry_count;
864 u32 port_id;
865 u64 wwpn;
866 u64 wwnn;
867 unsigned int service_params;
[all …]
/linux-3.3/drivers/scsi/libfc/
Dfc_libfc.c255 void fc_lport_iterate(void (*notify)(struct fc_lport *, void *), void *arg) in fc_lport_iterate() argument
Dfc_disc.c247 static void fc_disc_start(void (*disc_callback)(struct fc_lport *, in fc_disc_start()
/linux-3.3/drivers/scsi/fcoe/
Dfcoe_ctlr.c2577 static void fcoe_ctlr_disc_start(void (*callback)(struct fc_lport *, in fcoe_ctlr_disc_start()