Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-ib_srp39 SRP_CMD information unit itself. With allow_ext_sg=0 the
41 for a single SRP_CMD, and commands whose S/G list length
44 memory descriptor list in an SRP_CMD instead of the entire
46 in an SRP_CMD the remaining memory descriptors are
91 descriptor list in an SRP_CMD when communicating with an SRP
106 the target in a single SRP_CMD request.
/openbmc/qemu/hw/scsi/
H A Dsrp.h47 SRP_CMD = 0x02, enumerator
H A Dspapr_vscsi.c937 case SRP_CMD: in vscsi_handle_srp_req()
/openbmc/linux/include/scsi/
H A Dsrp.h50 SRP_CMD = 0x02, enumerator
/openbmc/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1645 if (opcode == SRP_CMD || opcode == SRP_TSK_MGMT) { in srpt_handle_new_iu()
1657 case SRP_CMD: in srpt_handle_new_iu()
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1061 srp_cmd->opcode = SRP_CMD; in ibmvscsi_queuecommand_lck()
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c2420 case SRP_CMD: in ibmvscsis_srp_cmd()
/openbmc/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c2186 cmd->opcode = SRP_CMD; in srp_queuecommand()