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