Home
last modified time | relevance | path

Searched refs:Request (Results 1 – 25 of 81) sorted by relevance

1234

/Linux-v4.19/drivers/scsi/
Dhpsa.c1128 if (!is_firmware_flash_cmd(c->Request.CDB)) in dial_down_lockup_detection_during_fw_flash()
1137 if (is_firmware_flash_cmd(c->Request.CDB) && in dial_up_lockup_detection_on_fw_flash_complete()
2616 cp->Request.CDBLen = le16_to_cpu(c->io_flags) & in complete_scsi_command()
2620 memcpy(cp->Request.CDB, c->CDB, cp->Request.CDBLen); in complete_scsi_command()
2690 "CDB %16phN data overrun\n", cp->Request.CDB); in complete_scsi_command()
2707 cp->Request.CDB); in complete_scsi_command()
2712 cp->Request.CDB); in complete_scsi_command()
2717 cp->Request.CDB); in complete_scsi_command()
2725 cp->Request.CDB); in complete_scsi_command()
2730 cp->Request.CDB); in complete_scsi_command()
[all …]
/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst19 Symmetric Key Cipher Request Handle
23 :doc: Symmetric Key Cipher Request Handle
46 Asynchronous Cipher Request Handle - Deprecated
50 :doc: Asynchronous Cipher Request Handle
Dapi-aead.rst16 Asynchronous AEAD Request Handle
20 :doc: Asynchronous AEAD Request Handle
Dapi-digest.rst19 Asynchronous Hash Request Handle
23 :doc: Asynchronous Hash Request Handle
Dapi-akcipher.rst16 Asymmetric Cipher Request Handle
Dapi-kpp.rst16 Key-agreement Protocol Primitives (KPP) Cipher Request Handle
/Linux-v4.19/include/linux/
Dcciss_ioctl.h12 RequestBlock_struct Request; member
20 RequestBlock_struct Request; member
/Linux-v4.19/Documentation/block/
Drequest.txt47 int rq_status D Request status bits
86 struct request_queue *q DB Request queue this request belongs to
88 struct request_list *rl B Request list this request came from
Dnull_blk.txt11 - Request-based.
15 - Request-based.
/Linux-v4.19/include/uapi/linux/
Dcciss_ioctl.h43 RequestBlock_struct Request; member
51 RequestBlock_struct Request; member
/Linux-v4.19/drivers/message/fusion/lsi/
Dmpi_history.txt80 * Added define for offset of High Priority Request Queue.
170 * Reply and IOC Init Request.
203 * 05-24-07 01.05.14 Added Common Boot Block type to FWDownload Request.
204 * Added Common Boot Block type to FWUpload Request.
557 * 01-15-05 01.05.03 Modified SCSI Enclosure Processor Request to support
559 * 03-11-05 01.05.04 Removed EEDP flags from SCSI IO Request.
560 * Removed SCSI IO 32 Request.
561 * Modified SCSI Enclosure Processor Request and Reply to
571 * Request: Do Not Send Task IU and Soft Reset Option.
614 * 03-11-05 01.05.04 Removed TargetAssistExtended Request.
[all …]
/Linux-v4.19/Documentation/scsi/
Darcmsr_spec.txt29 ** (inbound queue port) Request frame must be 32 bytes aligned
42 ** (outbount queue port) Request reply
57 ** Request frame is sent from configuration space
58 ** offset: 0x78 : Request Frame (bit30 == 1)
71 ** Request len 0x00000200(4)
85 ** UPPER32 of Request Frame (4)-->Driver Only
/Linux-v4.19/Documentation/
DIntel-IOMMU.txt104 DMAR:[DMA Write] Request device [00:02.0] fault addr 6df084000
106 DMAR:[DMA Write] Request device [00:02.0] fault addr 6df084000
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-aer_stats56 Unsupported Request 0
87 Unsupported Request 0
Dsysfs-block-dm45 Description: Request-based Device-mapper blk-mq I/O path mode.
/Linux-v4.19/Documentation/networking/
Dcan_ucan_protocol.rst71 Request the device firmware string.
122 Request the device information structure ``ucan_ctl_payload_t.device_info``.
133 Request the device protocol version
Dtimestamping.txt71 Request rx timestamps generated by the network adapter.
74 Request rx timestamps when data enters the kernel. These timestamps
79 Request tx timestamps generated by the network adapter. This flag
83 Request tx timestamps when data leaves the kernel. These timestamps
91 Request tx timestamps prior to entering the packet scheduler. Kernel
105 Request tx timestamps when all data in the send buffer has been
207 Request both hardware and software timestamps for outgoing packets
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-func-ioctl.rst63 Request-specific error codes are listed in the individual requests
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-func-ioctl.rst62 Request-specific error codes are listed in the individual requests
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Djz4780-dma.txt39 1. Request type: The DMA request type for transfers to/from the device on
/Linux-v4.19/Documentation/devicetree/bindings/bus/
Dnvidia,tegra20-gmi.txt59 de-assertion of WR_N (in case of SLAVE/MASTER Request) or OE_N
60 (in case of MASTER Request). Valid values are 0-15, default is 1
/Linux-v4.19/Documentation/devicetree/bindings/display/tilcdc/
Dpanel.txt10 - fdd: FIFO DMA Request Delay
/Linux-v4.19/Documentation/driver-api/usb/
Ddwc3.rst568 Control Request
571 Every USB Control Request can be logged to the trace buffer. The
703 .. [#trb] Transfer Request Block
704 .. [#link_trb] Transfer Request Block pointing to another Transfer
705 Request Block.
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-class-udc72 Allows users to manually start Session Request Protocol.
/Linux-v4.19/drivers/block/
DDAC960.c515 Command->Request = NULL; in DAC960_DeallocateCommand()
3329 struct request *Request; in DAC960_process_queue() local
3333 Request = blk_peek_request(req_q); in DAC960_process_queue()
3334 if (!Request) in DAC960_process_queue()
3341 if (rq_data_dir(Request) == READ) { in DAC960_process_queue()
3348 Command->Completion = Request->end_io_data; in DAC960_process_queue()
3349 Command->LogicalDriveNumber = (long)Request->rq_disk->private_data; in DAC960_process_queue()
3350 Command->BlockNumber = blk_rq_pos(Request); in DAC960_process_queue()
3351 Command->BlockCount = blk_rq_sectors(Request); in DAC960_process_queue()
3352 Command->Request = Request; in DAC960_process_queue()
[all …]

1234