Lines Matching defs:fc_lport
707 struct fc_lport { struct
726 enum fc_lport_state state; argument
727 unsigned long boot_time;
728 struct fc_host_statistics host_stats;
729 struct fc_stats __percpu *stats;
730 u8 retry_count;
733 u32 port_id;
734 u64 wwpn;
735 u64 wwnn;
736 unsigned int service_params;
737 unsigned int e_d_tov;
738 unsigned int r_a_tov;
739 struct fc_els_rnid_gen rnid_gen;
742 u32 sg_supp:1;
743 u32 seq_offload:1;
744 u32 crc_offload:1;
745 u32 lro_enabled:1;
746 u32 does_npiv:1;
747 u32 npiv_enabled:1;
748 u32 point_to_multipoint:1;
749 u32 fdmi_enabled:1;
750 u32 mfs;
751 u8 max_retry_count;
752 u8 max_rport_retry_count;
753 u16 rport_priv_size;
754 u16 link_speed;
755 u16 link_supported_speeds;
756 u16 lro_xid;
780 void (*recv)(struct fc_lport *, struct fc_frame *); argument