Lines Matching full:bottom
865 const struct fsf_qtcb_bottom_config *const bottom, in zfcp_scsi_shost_update_config_data() argument
875 "0x%08x", bottom->lic_version); in zfcp_scsi_shost_update_config_data()
880 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data()
881 memcpy(fc_host_serial_number(shost), bottom->serial_number, in zfcp_scsi_shost_update_config_data()
888 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_scsi_shost_update_config_data()
890 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_scsi_shost_update_config_data()
905 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_scsi_shost_update_config_data()
907 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_scsi_shost_update_config_data()
910 bottom->adapter_type); in zfcp_scsi_shost_update_config_data()
912 switch (bottom->fc_topology) { in zfcp_scsi_shost_update_config_data()
919 if (bottom->connection_features & FSF_FEATURE_NPIV_MODE) in zfcp_scsi_shost_update_config_data()
935 const struct fsf_qtcb_bottom_port *const bottom) in zfcp_scsi_shost_update_port_data() argument
942 fc_host_permanent_port_name(shost) = bottom->wwpn; in zfcp_scsi_shost_update_port_data()
943 fc_host_maxframe_size(shost) = bottom->maximum_frame_size; in zfcp_scsi_shost_update_port_data()
945 zfcp_fsf_convert_portspeed(bottom->supported_speed); in zfcp_scsi_shost_update_port_data()
946 memcpy(fc_host_supported_fc4s(shost), bottom->supported_fc4_types, in zfcp_scsi_shost_update_port_data()
948 memcpy(fc_host_active_fc4s(shost), bottom->active_fc4_types, in zfcp_scsi_shost_update_port_data()