Lines Matching refs:bottom
868 const struct fsf_qtcb_bottom_config *const bottom,
878 "0x%08x", bottom->lic_version);
883 "0x%08x", bottom->hardware_version);
884 memcpy(fc_host_serial_number(shost), bottom->serial_number,
891 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param
893 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload
908 fc_host_port_id(shost) = ntoh24(bottom->s_id);
910 zfcp_fsf_convert_portspeed(bottom->fc_link_speed);
913 bottom->adapter_type);
915 switch (bottom->fc_topology) {
922 if (bottom->connection_features & FSF_FEATURE_NPIV_MODE)
938 const struct fsf_qtcb_bottom_port *const bottom)
945 fc_host_permanent_port_name(shost) = bottom->wwpn;
946 fc_host_maxframe_size(shost) = bottom->maximum_frame_size;
948 zfcp_fsf_convert_portspeed(bottom->supported_speed);
949 memcpy(fc_host_supported_fc4s(shost), bottom->supported_fc4_types,
951 memcpy(fc_host_active_fc4s(shost), bottom->active_fc4_types,