Lines Matching defs:fc_lport
704 struct fc_lport { struct
723 enum fc_lport_state state; argument
724 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;
734 unsigned int e_d_tov;
735 unsigned int r_a_tov;
736 struct fc_els_rnid_gen rnid_gen;
739 u32 sg_supp:1;
740 u32 seq_offload:1;
741 u32 crc_offload:1;
742 u32 lro_enabled:1;
743 u32 does_npiv:1;
744 u32 npiv_enabled:1;
745 u32 point_to_multipoint:1;
746 u32 fdmi_enabled:1;
747 u32 mfs;
748 u8 max_retry_count;
749 u8 max_rport_retry_count;
750 u16 rport_priv_size;
751 u16 link_speed;
752 u16 link_supported_speeds;
753 u16 lro_xid;
777 void (*recv)(struct fc_lport *, struct fc_frame *); argument