Lines Matching full:bottom

866 	const struct fsf_qtcb_bottom_config *const bottom,  in zfcp_scsi_shost_update_config_data()  argument
876 "0x%08x", bottom->lic_version); in zfcp_scsi_shost_update_config_data()
881 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data()
882 memcpy(fc_host_serial_number(shost), bottom->serial_number, in zfcp_scsi_shost_update_config_data()
889 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_scsi_shost_update_config_data()
891 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_scsi_shost_update_config_data()
906 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_scsi_shost_update_config_data()
908 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_scsi_shost_update_config_data()
911 bottom->adapter_type); in zfcp_scsi_shost_update_config_data()
913 switch (bottom->fc_topology) { in zfcp_scsi_shost_update_config_data()
920 if (bottom->connection_features & FSF_FEATURE_NPIV_MODE) in zfcp_scsi_shost_update_config_data()
936 const struct fsf_qtcb_bottom_port *const bottom) in zfcp_scsi_shost_update_port_data() argument
943 fc_host_permanent_port_name(shost) = bottom->wwpn; in zfcp_scsi_shost_update_port_data()
944 fc_host_maxframe_size(shost) = bottom->maximum_frame_size; in zfcp_scsi_shost_update_port_data()
946 zfcp_fsf_convert_portspeed(bottom->supported_speed); in zfcp_scsi_shost_update_port_data()
947 memcpy(fc_host_supported_fc4s(shost), bottom->supported_fc4_types, in zfcp_scsi_shost_update_port_data()
949 memcpy(fc_host_active_fc4s(shost), bottom->active_fc4_types, in zfcp_scsi_shost_update_port_data()