Lines Matching defs:fc_lport
692 struct fc_lport { struct
711 enum fc_lport_state state; argument
712 unsigned long boot_time;
713 struct fc_host_statistics host_stats;
714 struct fc_stats __percpu *stats;
715 u8 retry_count;
718 u32 port_id;
719 u64 wwpn;
720 u64 wwnn;
721 unsigned int service_params;
722 unsigned int e_d_tov;
723 unsigned int r_a_tov;
724 struct fc_els_rnid_gen rnid_gen;
727 u32 sg_supp:1;
728 u32 seq_offload:1;
729 u32 crc_offload:1;
730 u32 lro_enabled:1;
731 u32 does_npiv:1;
732 u32 npiv_enabled:1;
733 u32 point_to_multipoint:1;
734 u32 fdmi_enabled:1;
735 u32 mfs;
736 u8 max_retry_count;
737 u8 max_rport_retry_count;
738 u16 rport_priv_size;
739 u16 link_speed;
740 u16 link_supported_speeds;
741 u16 lro_xid;
765 void (*recv)(struct fc_lport *, struct fc_frame *); argument