Home
last modified time | relevance | path

Searched refs:cmd_request (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c924 static void storvsc_command_completion(struct storvsc_cmd_request *cmd_request) in storvsc_command_completion() argument
926 struct scsi_cmnd *scmnd = cmd_request->cmd; in storvsc_command_completion()
933 u32 payload_sz = cmd_request->payload_sz; in storvsc_command_completion()
934 void *payload = cmd_request->payload; in storvsc_command_completion()
939 vm_srb = &cmd_request->vstor_packet.vm_srb; in storvsc_command_completion()
955 cmd_request->payload->range.len - in storvsc_command_completion()
1378 struct storvsc_cmd_request *cmd_request = scsi_cmd_priv(scmnd); in storvsc_queuecommand() local
1404 cmd_request->cmd = scmnd; in storvsc_queuecommand()
1406 vm_srb = &cmd_request->vstor_packet.vm_srb; in storvsc_queuecommand()
1450 payload = (struct vmbus_packet_mpb_array *)&cmd_request->mpb; in storvsc_queuecommand()
[all …]