Home
last modified time | relevance | path

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

/drivers/scsi/
A Dhpsa.c2646 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 …]
A Dhpsa_cmd.h431 struct RequestBlock Request; member
/drivers/block/
A Drnull.rs68 fn queue_rq(rq: ARef<mq::Request<Self>>, _is_last: bool) -> Result { in queue_rq()
69 mq::Request::end_ok(rq) in queue_rq()
/drivers/message/fusion/lsi/
A 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 …]
/drivers/staging/media/ipu3/
A DTODO4 - Request API conversion. Remove of the dual pipeline and associate buffers
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_mode_vba_21.c1095 } Request = REQ_NA; in CalculateDCCConfiguration() local
1103 Request = REQ_256Bytes; in CalculateDCCConfiguration()
1128 Request = REQ_128BytesContiguous; in CalculateDCCConfiguration()
1133 Request = REQ_256Bytes; in CalculateDCCConfiguration()
1135 Request = REQ_128BytesContiguous; in CalculateDCCConfiguration()
1139 Request = REQ_256Bytes; in CalculateDCCConfiguration()
1147 Request = REQ_256Bytes; in CalculateDCCConfiguration()
1164 Request = REQ_256Bytes; in CalculateDCCConfiguration()
1172 Request = REQ_256Bytes; in CalculateDCCConfiguration()
1180 Request = REQ_NA; in CalculateDCCConfiguration()
[all …]
/drivers/usb/gadget/udc/
A Dgoku_udc.h133 u32 Request; member
/drivers/pci/
A DKconfig163 PRI is the PCI Page Request Interface. It allows PCI devices that are
248 MPS (Max Payload Size) and MRRS (Max Read Request Size) are PCIe
/drivers/media/usb/s2255/
A Ds2255drv.c1866 static long s2255_vendor_req(struct s2255_dev *dev, unsigned char Request, in s2255_vendor_req() argument
1879 Request, in s2255_vendor_req()
1890 Request, USB_TYPE_VENDOR | USB_RECIP_DEVICE, in s2255_vendor_req()
/drivers/scsi/smartpqi/
A Dsmartpqi_init.c6759 iocommand.Request.Type.Direction != XFER_NONE) in pqi_passthru_ioctl()
6761 if (iocommand.Request.CDBLen > sizeof(request.cdb)) in pqi_passthru_ioctl()
6763 if (iocommand.Request.Type.Type != TYPE_CMD) in pqi_passthru_ioctl()
6766 switch (iocommand.Request.Type.Direction) { in pqi_passthru_ioctl()
6780 if (iocommand.Request.Type.Direction & XFER_WRITE) { in pqi_passthru_ioctl()
6798 memcpy(request.cdb, iocommand.Request.CDB, iocommand.Request.CDBLen); in pqi_passthru_ioctl()
6801 switch (iocommand.Request.Type.Direction) { in pqi_passthru_ioctl()
6833 put_unaligned_le32(iocommand.Request.Timeout, &request.timeout); in pqi_passthru_ioctl()
6867 (iocommand.Request.Type.Direction & XFER_READ)) { in pqi_passthru_ioctl()
/drivers/firmware/efi/
A DKconfig174 Request that the firmware clear the contents of RAM after a reboot
/drivers/scsi/aic7xxx/
A Daic7xxx.reg754 field EXTREQLCK 0x10 /* External Request Lock */
A Daic79xx.reg455 field EXTREQLCK 0x10 /* External Request Lock */

Completed in 71 milliseconds