Lines Matching full:srp
53 #include <scsi/srp.h>
78 "Default number of gather/scatter entries in the SRP command (default is 12, max 255)");
90 "Enable workarounds for Topspin/Cisco SRP target bugs if != 0");
118 "Maximum number of seconds that the SRP transport should"
128 "Whether or not to request permission to use immediate data during SRP login.");
137 …"Number of RDMA channels to use for communication with an SRP target. Using more than one channel …
154 .name = "srp",
507 * @ch: SRP RDMA channel.
789 pr_warn("%s: subnet timeout %d may cause SRP login to fail.\n", in srp_get_subnet_timeout()
876 * In the published SRP specification (draft rev. 16a), the in srp_send_req()
897 * Topspin/Cisco SRP targets will reject our login unless we in srp_send_req()
1086 * @target: SRP target port.
1214 * @ch: SRP RDMA channel.
1215 * @req: SRP request.
1246 * @ch: SRP RDMA channel.
1611 * srp_map_data() - map SCSI data buffer onto an SRP request
1613 * @ch: SRP RDMA channel
1614 * @req: SRP request
1831 * - SRP_IU_RSP: 1, since a conforming SRP target never sends more than
1832 * one unanswered SRP request to an initiator.
1884 * srp_post_send() - send an SRP information unit
2106 PFX "Unhandled SRP opcode 0x%02x\n", opcode); in srp_recv_done()
2121 * @work: Work structure embedded in an SRP target port.
2449 * Topspin/Cisco SRP gateways incorrectly send in srp_ib_cm_rej_handler()
2485 "SRP LOGIN from %pI6 to %pI6 REJECTED, reason 0x%08x\n", in srp_ib_cm_rej_handler()
2597 PFX "SRP LOGIN REJECTED, reason 0x%08x\n", reason); in srp_rdma_cm_rej_handler()
2788 shost_printk(KERN_ERR, target->scsi_host, "SRP abort called\n"); in srp_abort()
2798 "Sending SRP abort for tag %#x\n", tag); in srp_abort()
2816 shost_printk(KERN_ERR, target->scsi_host, "SRP reset_device called\n"); in srp_reset_device()
2832 shost_printk(KERN_ERR, target->scsi_host, PFX "SRP reset_host called\n"); in srp_reset_host()
3067 .name = "InfiniBand SRP initiator",
3103 * < 0 upon failure. Caller is responsible for SRP target port cleanup.
3114 sprintf(target->target_name, "SRP.T10:%016llX", in srp_add_target()
3180 * @host: SRP host.
3181 * @target: SRP target port.
3213 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,dgid=<dest GID>,
3216 * id_ext=<SRP ID ext>,ioc_guid=<SRP IOC GUID>,
3972 if (dev_set_name(&host->dev, "srp-%s-%u", dev_name(&device->dev->dev), in srp_add_port()
3994 snprintf(name, sizeof(name), "srp-%s-%u", in srp_rename_dev()