Lines Matching defs:fc_lport
863 struct fc_lport { struct
881 enum fc_lport_state state; argument
882 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;
892 unsigned int e_d_tov;
893 unsigned int r_a_tov;
894 struct fc_els_rnid_gen rnid_gen;
897 u32 sg_supp:1;
898 u32 seq_offload:1;
899 u32 crc_offload:1;
900 u32 lro_enabled:1;
901 u32 does_npiv:1;
902 u32 npiv_enabled:1;
903 u32 point_to_multipoint:1;
904 u32 fdmi_enabled:1;
905 u32 mfs;
906 u8 max_retry_count;
907 u8 max_rport_retry_count;
908 u16 rport_priv_size;
909 u16 link_speed;
910 u16 link_supported_speeds;
911 u16 lro_xid;
935 void (*recv)(struct fc_lport *, struct fc_frame *); argument