| /linux-6.15/rust/kernel/block/mq/ |
| H A D | operations.rs | 10 block::mq::Request, 31 fn queue_rq(rq: ARef<Request<Self>>, is_last: bool) -> Result; in queue_rq() 78 let request = unsafe { &*(*bd).rq.cast::<Request<T>>() }; in queue_rq_callback() 89 let rq = unsafe { Request::aref_from_raw((*bd).rq) }; in queue_rq_callback() 92 unsafe { Request::start_unchecked(&rq) }; in queue_rq_callback() 186 let pdu = unsafe { Request::wrapper_ptr(rq.cast::<Request<T>>()) }; in init_request_callback()
|
| H A D | request.rs | 56 pub struct Request<T: Operations>(Opaque<bindings::request>, PhantomData<T>); struct 58 impl<T: Operations> Request<T> { impl 197 unsafe impl<T: Operations> Send for Request<T> {} implementation 201 unsafe impl<T: Operations> Sync for Request<T> {} implementation 233 unsafe impl<T: Operations> AlwaysRefCounted for Request<T> { implementation
|
| /linux-6.15/drivers/scsi/ |
| H A D | hpsa.c | 2646 memcpy(cp->Request.CDB, c->CDB, cp->Request.CDBLen); in complete_scsi_command() 2749 cp->Request.CDB); in complete_scsi_command() 2754 cp->Request.CDB); in complete_scsi_command() 2762 cp->Request.CDB); in complete_scsi_command() 2767 cp->Request.CDB); in complete_scsi_command() 2772 cp->Request.CDB); in complete_scsi_command() 5562 memset(c->Request.CDB, 0, sizeof(c->Request.CDB)); in hpsa_cmd_partial_init() 6441 memcpy(&c->Request, &iocommand->Request, in hpsa_passthru_ioctl() 6549 memcpy(&c->Request, &ioc->Request, sizeof(c->Request)); in hpsa_big_passthru_ioctl() 6864 memset(&c->Request.CDB[0], 0, sizeof(c->Request.CDB)); in fill_cmd() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | cciss_ioctl.h | 12 RequestBlock_struct Request; member 20 RequestBlock_struct Request; member
|
| /linux-6.15/Documentation/crypto/ |
| H A D | api-aead.rst | 16 Asynchronous AEAD Request Handle 20 :doc: Asynchronous AEAD Request Handle
|
| H A D | api-skcipher.rst | 19 Symmetric Key Cipher Request Handle 23 :doc: Symmetric Key Cipher Request Handle
|
| H A D | api-digest.rst | 19 Asynchronous Hash Request Handle 23 :doc: Asynchronous Hash Request Handle
|
| H A D | api-akcipher.rst | 16 Asymmetric Cipher Request Handle
|
| H A D | api-kpp.rst | 16 Key-agreement Protocol Primitives (KPP) Cipher Request Handle
|
| /linux-6.15/drivers/block/ |
| H A D | rnull.rs | 68 fn queue_rq(rq: ARef<mq::Request<Self>>, _is_last: bool) -> Result { in queue_rq() 69 mq::Request::end_ok(rq) in queue_rq()
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | mem_encrypt.S | 106 movl $0, %eax # Request CPUID[fn].EAX 113 movl $1, %eax # Request CPUID[fn].EBX 120 movl $2, %eax # Request CPUID[fn].ECX 127 movl $3, %eax # Request CPUID[fn].EDX
|
| /linux-6.15/include/uapi/linux/ |
| H A D | cciss_ioctl.h | 43 RequestBlock_struct Request; member 51 RequestBlock_struct Request; member
|
| /linux-6.15/Documentation/networking/ |
| H A D | ethtool-netlink.rst | 50 Request header 336 Request contents: 392 Request contents: 422 Request contents: 442 Request contents: 473 Request contents: 506 Request contents: 673 Request contents: 703 Request contents: 721 Request contents: [all …]
|
| /linux-6.15/Documentation/userspace-api/media/mediactl/ |
| H A D | request-api.rst | 6 Request API 9 The Request API has been designed to allow V4L2 to deal with requirements of 19 Supporting these features without the Request API is not always possible and if 26 The Request API allows a specific configuration of the pipeline (media 36 The Request API extends the Media Controller API and cooperates with 45 Request Allocation 52 Request Preparation 62 Request Submission 162 Note that it is not allowed to use the Request API for CAPTURE buffers
|
| /linux-6.15/rust/kernel/block/ |
| H A D | mq.rs | 97 pub use request::Request;
|
| /linux-6.15/Documentation/virt/kvm/arm/ |
| H A D | hypercalls.rst | 123 Request that a given memory region is handled as MMIO by the hypervisor, 148 Request the target CPU implementation version information and the number of target 178 Request the target CPU implementation information for the Guest VM. The Guest kernel
|
| /linux-6.15/Documentation/userspace-api/gpio/ |
| H A D | gpio-get-lineevent-ioctl.rst | 16 GPIO_GET_LINEEVENT_IOCTL - Request a line with edge detection from the kernel. 38 Request a line with edge detection from the kernel.
|
| H A D | gpio-get-linehandle-ioctl.rst | 16 GPIO_GET_LINEHANDLE_IOCTL - Request a line or lines from the kernel. 38 Request a line or lines from the kernel.
|
| /linux-6.15/drivers/staging/media/ipu3/ |
| H A D | TODO | 4 - Request API conversion. Remove of the dual pipeline and associate buffers
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | intro.rst | 26 - Video4Linux Request API (experimental);
|
| /linux-6.15/drivers/message/fusion/lsi/ |
| H A 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-6.15/Documentation/driver-api/surface_aggregator/ |
| H A D | internal-api.rst | 30 Request Transport Layer
|
| /linux-6.15/Documentation/scsi/ |
| H A D | arcmsr_spec.rst | 62 Request frame must be 32 bytes aligned: 84 Request reply: 109 Request frame is sent from configuration space: 112 offset: 0x78 Request Frame (bit30 == 1) 138 Request len 0x00000200(4) 157 UPPER32 of Request Frame (4)-->Driver Only
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci-devices-aer_stats | 55 Unsupported Request 0 85 Unsupported Request 0
|
| /linux-6.15/Documentation/devicetree/bindings/hwmon/ |
| H A D | amd,sbrmi.yaml | 17 Mailbox Service Request and resembles a typical 8-pin remote power
|