Lines Matching defs:fc_lport
701 struct fc_lport { struct
720 enum fc_lport_state state; argument
721 unsigned long boot_time;
722 struct fc_host_statistics host_stats;
723 struct fc_stats __percpu *stats;
724 u8 retry_count;
727 u32 port_id;
728 u64 wwpn;
729 u64 wwnn;
730 unsigned int service_params;
731 unsigned int e_d_tov;
732 unsigned int r_a_tov;
733 struct fc_els_rnid_gen rnid_gen;
736 u32 sg_supp:1;
737 u32 seq_offload:1;
738 u32 crc_offload:1;
739 u32 lro_enabled:1;
740 u32 does_npiv:1;
741 u32 npiv_enabled:1;
742 u32 point_to_multipoint:1;
743 u32 fdmi_enabled:1;
744 u32 mfs;
745 u8 max_retry_count;
746 u8 max_rport_retry_count;
747 u16 rport_priv_size;
748 u16 link_speed;
749 u16 link_supported_speeds;
750 u16 lro_xid;
774 void (*recv)(struct fc_lport *, struct fc_frame *); argument