Lines Matching full:srp
53 #include <scsi/srp.h>
83 "Default number of gather/scatter entries in the SRP command (default is 12, max 255)");
95 "Enable workarounds for Topspin/Cisco SRP target bugs if != 0");
123 "Maximum number of seconds that the SRP transport should"
133 "Whether or not to request permission to use immediate data during SRP login.");
142 …"Number of RDMA channels to use for communication with an SRP target. Using more than one channel …
159 .name = "srp",
512 * @ch: SRP RDMA channel.
794 pr_warn("%s: subnet timeout %d may cause SRP login to fail.\n", in srp_get_subnet_timeout()
881 * In the published SRP specification (draft rev. 16a), the in srp_send_req()
902 * Topspin/Cisco SRP targets will reject our login unless we in srp_send_req()
1103 * @target: SRP target port.
1231 * @ch: SRP RDMA channel.
1232 * @req: SRP request.
1263 * @ch: SRP RDMA channel.
1620 * srp_map_data() - map SCSI data buffer onto an SRP request
1622 * @ch: SRP RDMA channel
1623 * @req: SRP request
1840 * - SRP_IU_RSP: 1, since a conforming SRP target never sends more than
1841 * one unanswered SRP request to an initiator.
1893 * srp_post_send() - send an SRP information unit
2122 PFX "Unhandled SRP opcode 0x%02x\n", opcode); in srp_recv_done()
2137 * @work: Work structure embedded in an SRP target port.
2472 * Topspin/Cisco SRP gateways incorrectly send in srp_ib_cm_rej_handler()
2508 "SRP LOGIN from %pI6 to %pI6 REJECTED, reason 0x%08x\n", in srp_ib_cm_rej_handler()
2620 PFX "SRP LOGIN REJECTED, reason 0x%08x\n", reason); in srp_rdma_cm_rej_handler()
2812 shost_printk(KERN_ERR, target->scsi_host, "SRP abort called\n"); in srp_abort()
2824 "Sending SRP abort for tag %#x\n", tag); in srp_abort()
2847 shost_printk(KERN_ERR, target->scsi_host, "SRP reset_device called\n"); in srp_reset_device()
2863 shost_printk(KERN_ERR, target->scsi_host, PFX "SRP reset_host called\n"); in srp_reset_host()
3077 .name = "InfiniBand SRP initiator",
3110 * < 0 upon failure. Caller is responsible for SRP target port cleanup.
3121 sprintf(target->target_name, "SRP.T10:%016llX", in srp_add_target()
3182 * @host: SRP host.
3183 * @target: SRP target port.
3215 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,dgid=<dest GID>,
3218 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,
3907 dev_set_name(&host->dev, "srp-%s-%d", dev_name(&device->dev->dev), in srp_add_port()
3938 snprintf(name, sizeof(name), "srp-%s-%d", in srp_rename_dev()