/Linux-v4.19/drivers/scsi/ |
D | hpsa.c | 1128 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/ |
D | api-skcipher.rst | 19 Symmetric Key Cipher Request Handle 23 :doc: Symmetric Key Cipher Request Handle 46 Asynchronous Cipher Request Handle - Deprecated 50 :doc: Asynchronous Cipher Request Handle
|
D | api-aead.rst | 16 Asynchronous AEAD Request Handle 20 :doc: Asynchronous AEAD Request Handle
|
D | api-digest.rst | 19 Asynchronous Hash Request Handle 23 :doc: Asynchronous Hash Request Handle
|
D | api-akcipher.rst | 16 Asymmetric Cipher Request Handle
|
D | api-kpp.rst | 16 Key-agreement Protocol Primitives (KPP) Cipher Request Handle
|
/Linux-v4.19/include/linux/ |
D | cciss_ioctl.h | 12 RequestBlock_struct Request; member 20 RequestBlock_struct Request; member
|
/Linux-v4.19/Documentation/block/ |
D | request.txt | 47 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
|
D | null_blk.txt | 11 - Request-based. 15 - Request-based.
|
/Linux-v4.19/include/uapi/linux/ |
D | cciss_ioctl.h | 43 RequestBlock_struct Request; member 51 RequestBlock_struct Request; member
|
/Linux-v4.19/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 80 * 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/ |
D | arcmsr_spec.txt | 29 ** (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/ |
D | Intel-IOMMU.txt | 104 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/ |
D | sysfs-bus-pci-devices-aer_stats | 56 Unsupported Request 0 87 Unsupported Request 0
|
D | sysfs-block-dm | 45 Description: Request-based Device-mapper blk-mq I/O path mode.
|
/Linux-v4.19/Documentation/networking/ |
D | can_ucan_protocol.rst | 71 Request the device firmware string. 122 Request the device information structure ``ucan_ctl_payload_t.device_info``. 133 Request the device protocol version
|
D | timestamping.txt | 71 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/ |
D | media-func-ioctl.rst | 63 Request-specific error codes are listed in the individual requests
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-func-ioctl.rst | 62 Request-specific error codes are listed in the individual requests
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | jz4780-dma.txt | 39 1. Request type: The DMA request type for transfers to/from the device on
|
/Linux-v4.19/Documentation/devicetree/bindings/bus/ |
D | nvidia,tegra20-gmi.txt | 59 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/ |
D | panel.txt | 10 - fdd: FIFO DMA Request Delay
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | dwc3.rst | 568 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/ |
D | sysfs-class-udc | 72 Allows users to manually start Session Request Protocol.
|
/Linux-v4.19/drivers/block/ |
D | DAC960.c | 515 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 …]
|