Lines Matching defs:host
79 /* Unmap DMA, if host is NULL, it means a scsi passthru cmd */
80 if (cmnd->device->host != NULL)
111 /* Unmap DMA, if host is NULL, it means a scsi passthru cmd */
112 if (cmnd->device->host != NULL)
138 /* Unmap DMA, if host is NULL, it means a scsi passthru cmd */
139 if (cmnd->device->host != NULL)
163 * Scsi_Host_template SCSI host template
192 struct Scsi_Host *shost = cmnd->device->host;
293 struct Scsi_Host *shost = cmnd->device->host;
369 struct Scsi_Host *shost = cmnd->device->host;
877 shost_for_each_device(tmp_sdev, sdev->host) {
897 shost_for_each_device(tmp_sdev, sdev->host) {
1027 struct Scsi_Host *host = im_port->shost;
1033 fc_host_node_name(host) =
1035 fc_host_port_name(host) =
1037 fc_host_max_npiv_vports(host) = bfa_lps_get_max_vport(&bfad->bfa);
1039 fc_host_supported_classes(host) = FC_COS_CLASS3;
1041 memset(fc_host_supported_fc4s(host), 0,
1042 sizeof(fc_host_supported_fc4s(host)));
1045 fc_host_supported_fc4s(host)[2] = 1;
1047 fc_host_supported_fc4s(host)[7] = 1;
1051 sprintf(fc_host_symbolic_name(host), "%s", symname);
1053 fc_host_supported_speeds(host) = bfad_im_supported_speeds(&bfad->bfa);
1054 fc_host_maxframe_size(host) = fcport->cfg.maxfrsize;
1206 (struct bfad_im_port_s *) cmnd->device->host->hostdata[0];