search for: host_prot

Displaying 2 results from an estimated 2 matches for "host_prot".

Did you mean: host_port
2014 Apr 07
3
[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
...cmd(req_vq, cmd, req_size, sizeof(cmd->resp.cmd), > GFP_ATOMIC) == 0) > ret = 0; > else > @@ -871,7 +902,7 @@ static int virtscsi_probe(struct virtio_device *vdev) > { > struct Scsi_Host *shost; > struct virtio_scsi *vscsi; > - int err; > + int err, host_prot; > u32 sg_elems, num_targets; > u32 cmd_per_lun; > u32 num_queues; > @@ -921,6 +952,16 @@ static int virtscsi_probe(struct virtio_device *vdev) > shost->max_id = num_targets; > shost->max_channel = 0; > shost->max_cmd_len = VIRTIO_SCSI_CDB_SIZE; > + >...
2014 Apr 07
3
[PATCH 6/6] virtio-scsi: Enable DIF/DIX modes in SCSI host LLD
...cmd(req_vq, cmd, req_size, sizeof(cmd->resp.cmd), > GFP_ATOMIC) == 0) > ret = 0; > else > @@ -871,7 +902,7 @@ static int virtscsi_probe(struct virtio_device *vdev) > { > struct Scsi_Host *shost; > struct virtio_scsi *vscsi; > - int err; > + int err, host_prot; > u32 sg_elems, num_targets; > u32 cmd_per_lun; > u32 num_queues; > @@ -921,6 +952,16 @@ static int virtscsi_probe(struct virtio_device *vdev) > shost->max_id = num_targets; > shost->max_channel = 0; > shost->max_cmd_len = VIRTIO_SCSI_CDB_SIZE; > + >...