| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sg.c | 176 static int sg_start_req(Sg_request *srp, unsigned char *cmd); 177 static int sg_finish_rem_req(Sg_request * srp); 180 Sg_request * srp); 184 static int sg_common_write(Sg_fd * sfp, Sg_request * srp, 186 static int sg_read_oxfer(Sg_request * srp, char __user *outp, int num_read_xfer); 189 static void sg_link_reserve(Sg_fd * sfp, Sg_request * srp, int size); 190 static void sg_unlink_reserve(Sg_fd * sfp, Sg_request * srp); 195 static int sg_remove_request(Sg_fd * sfp, Sg_request * srp); 445 Sg_request *srp; in sg_read() local 470 srp = sg_get_rq_mark(sfp, req_pack_id, &busy); in sg_read() [all …]
|
| H A D | scsi_transport_srp.c | 3 * SCSI RDMA (SRP) transport class 134 {SRP_RPORT_ROLE_INITIATOR, "SRP Initiator"}, 135 {SRP_RPORT_ROLE_TARGET, "SRP Target"}, 430 pr_info("fast_io_fail_tmo expired for SRP %s / %s.\n", in rport_fast_io_fail_timedout() 450 pr_info("dev_loss_tmo expired for SRP %s / %s.\n", in rport_dev_loss_timedout() 497 * @rport: SRP target port. 511 * srp_reconnect_rport() - reconnect to an SRP target port 512 * @rport: SRP target port. 593 * srp_timed_out() - SRP transport intercept of the SCSI timeout EH 670 * @rport: SRP target port. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-driver-ib_srp | 1 What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/add_target 11 byte identifier extension in the 16-byte SRP target port 23 the SRP target. How to find out the value of the service ID 24 is specified in the documentation of the SRP target. 29 * io_class, a hexadecimal number specifying the SRP I/O class. 31 class defines the format of the SRP initiator and target 34 identifier extension portion of the SRP initiator port 50 target via a single SCSI command. Since not all SRP target 64 spread the SRP completion workload over multiple CPU's. 74 What: /sys/class/infiniband_srp/srp-<hca>-<port_number>/ibdev [all …]
|
| H A D | sysfs-transport-srp | 5 Description: Instructs an SRP initiator to disconnect from a target and to 30 Description: 16-byte local SRP port identifier in hexadecimal format. An 45 Description: Role of the remote port. Either "SRP Initiator" or "SRP Target".
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | cosa.h | 17 #define SR_RST 0x10 /* SRP reset */ 27 #define SR_UP_REQUEST 0x02 /* request from SRP to transfer data 29 #define SR_DOWN_REQUEST 0x01 /* SRP is able to transfer data down 30 from PC to SRP */ 31 #define SR_END_OF_TRANSFER 0x03 /* SRP signalize end of 34 #define SR_CMD_FROM_SRP_MASK 0x03 /* mask to get SRP command */ 47 #define SR_LOAD_ADDR 0x4400 /* SRP microcode load address */ 48 #define SR_START_ADDR 0x4400 /* SRP microcode start address */ 50 #define COSA_LOAD_ADDR 0x400 /* SRP microcode load address */ 77 /* Read the device type (one of "srp", "cosa", and "cosa8" for now) */
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srpt/ |
| H A D | ib_srpt.h | 48 #include <scsi/srp.h> 54 * ServiceEntries attribute pair. See also the SRP specification. 56 #define SRP_SERVICE_NAME_PREFIX "SRP.T10:" 62 * SRP IOControllerProfile attributes for SRP target ports that have 63 * not been defined in <scsi/srp.h>. Source: section B.7, table B.7 64 * in the SRP specification. 75 * srp_login_cmd.req_flags bitmasks. See also table 9 in the SRP 85 * 18 and 20 in the SRP specification. 92 * 16 and 22 in the SRP specification. 96 /* See also table 24 in the SRP specification. */ [all …]
|
| H A D | Kconfig | 7 Support for the SCSI RDMA Protocol (SRP) Target driver. The 8 SRP protocol is a protocol that allows an initiator to access 12 information about the SRP protocol can be found on the website
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27782-1.patch | 50 - data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ 53 + data->set.ssl.primary.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ 61 - data->set.proxy_ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ 64 + SRP */ 71 - data->set.ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ 82 - data->set.proxy_ssl.authtype = CURL_TLSAUTH_SRP; /* default to SRP */ 90 strncasecompare(argptr, "SRP", strlen("SRP"))) 101 strncasecompare(argptr, "SRP", strlen("SRP"))) 190 + char *username; /* TLS username (for, e.g., SRP) */ 191 + char *password; /* TLS password (for, e.g., SRP) */ [all …]
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | viosrp.h | 3 /* srp.h -- SCSI RDMA Protocol definitions */ 11 /* platform architecture) implementation of the SRP (SCSI RDMA Protocol) */ 12 /* standard. SRP is used on IBM iSeries and pSeries platforms to send SCSI */ 15 /* SRP Information Units (IUs) are sent on a "Command/Response Queue" (CRQ) */ 23 #include <scsi/srp.h> 82 /* MADs are Management requests above and beyond the IUs defined in the SRP 132 * All SRP (and MAD) requests normally flow from the 196 union srp_iu srp; member
|
| H A D | scsi_transport_srp.h | 18 * enum srp_rport_state - SRP transport layer state 33 * struct srp_rport - SRP initiator or target port 35 * Fields that are relevant for SRP initiator and SRP target drivers: 40 * Fields that are only relevant for SRP initiator drivers: 79 * Fields that are only relevant for SRP initiator drivers: 125 * @rport: SRP target port pointer.
|
| H A D | srp.h | 39 * Structures and constants for the SCSI RDMA Protocol (SRP) as 41 * draft Revision 16a of the SRP standard. 104 * We need the packed attribute because the SRP spec puts the list of 170 * The SRP spec defines the size of the LOGIN_RSP structure to be 52 211 * We need the packed attribute because the SRP spec only aligns the 229 * We need the packed attribute because the SRP spec only aligns the 260 * The SRP spec defines the size of the RSP structure to be 36 bytes, 295 * The SRP spec defines the fixed portion of the AER_REQ structure to be
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | p17v.h | 97 #define P17V_MIXER_AC97_SRP_REC_VOL_L 0x65 /* SRP Record to Mixer_AC97 input volume control */ 98 #define P17V_MIXER_AC97_SRP_REC_VOL_H 0x66 /* SRP Record to Mixer_AC97 input volume control */ 104 #define P17V_MIXER_Spdif_SRP_REC_VOL_L 0x6D /* SRP Record to Mixer_Spdif input volume control */ 105 #define P17V_MIXER_Spdif_SRP_REC_VOL_H 0x6E /* SRP Record to Mixer_Spdif input volume control */ 111 #define P17V_MIXER_I2S_SRP_REC_VOL_L 0x75 /* SRP Record to Mixer_I2S input volume control */ 112 #define P17V_MIXER_I2S_SRP_REC_VOL_H 0x76 /* SRP Record to Mixer_I2S input volume control */ 118 #define P17V_MIXER_ATT 0x7D /* SRP Mixer Attenuation Select */ 119 #define P17V_SRP_RECORD_SRR 0x7E /* SRP Record channel source Select */ 120 #define P17V_SOFT_RESET_SRP_MIXER 0x7F /* SRP and mixer soft reset */
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/ |
| H A D | ibmvscsi.c | 35 * The VSCSI client builds a SCSI Remote Protocol (SRP) Information Unit 38 * payload of a CRQ message. The server DMAs the SRP IU and processes it, 40 * DMAs the SRP response back to the same address as the request came from, 580 * @format: SRP or MAD format 601 * set_srp_direction: Set the fields in the srp related to data 677 * Called by map_data_for_srp_cmd() when building srp cmd from scsi cmd. 746 * map_data_for_srp_cmd: - Calls functions to map data for srp cmds 751 * Called by scsi_cmd_to_srp_cmd() when converting scsi cmds to srp cmds 796 unmap_cmd_data(&evt->iu.srp.cmd, evt, in purge_requests() 801 evt->iu.srp.login_req.opcode != SRP_LOGIN_REQ) in purge_requests() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | usb-drd.yaml | 18 features (HNP/SRP/ADP) is enabled. If ADP is required, otg-rev should be 33 basic function of real OTG except you want it to be a srp-capable only B 37 srp-disable: 39 Tells OTG controllers we want to disable OTG SRP. SRP is optional for OTG
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi_tgt/ |
| H A D | ibmvscsi_tgt.c | 510 * Initiator has not done a successful srp login in ibmvscsis_disconnect() 511 * or has done a successful srp logout ( adapter was not in ibmvscsis_disconnect() 1079 dev_dbg(&vscsi->dev, "trans_event: SRP Processing, but no outstanding work\n"); in ibmvscsis_trans_event() 1434 * Copy the srp information unit from the hosted 1796 * If the server is processing SRP requests, i.e. in srp_snd_msg_failed() 2095 * @cmd: Pointer to the command for the SRP Login request 2104 struct srp_login_rsp *rsp = &vio_iu(iue)->srp.login_rsp; in ibmvscsis_login_rsp() 2154 * @cmd: Pointer to the command for the SRP Login request 2155 * @reason: The reason the SRP Login is being rejected, per SRP protocol 2164 struct srp_login_rej *rej = &vio_iu(iue)->srp.login_rej; in ibmvscsis_srp_login_rej() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | tls1.h | 418 // SRP ciphersuites from RFC 5054 532 // SRP ciphersuite from RFC 5054 533 #define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" 534 #define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" 535 #define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" 536 #define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" 537 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" 538 #define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" 539 #define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" 540 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | tls1.h | 379 // SRP ciphersuites from RFC 5054 493 // SRP ciphersuite from RFC 5054 494 #define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" 495 #define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" 496 #define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" 497 #define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" 498 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" 499 #define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" 500 #define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" 501 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | tls1.h | 379 // SRP ciphersuites from RFC 5054 493 // SRP ciphersuite from RFC 5054 494 #define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" 495 #define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" 496 #define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" 497 #define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" 498 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" 499 #define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" 500 #define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" 501 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | tls1.h | 418 // SRP ciphersuites from RFC 5054 532 // SRP ciphersuite from RFC 5054 533 #define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" 534 #define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" 535 #define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" 536 #define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" 537 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" 538 #define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" 539 #define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" 540 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | tls1.h | 418 // SRP ciphersuites from RFC 5054 532 // SRP ciphersuite from RFC 5054 533 #define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" 534 #define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" 535 #define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" 536 #define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" 537 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" 538 #define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" 539 #define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" 540 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | tls1.h | 418 // SRP ciphersuites from RFC 5054 532 // SRP ciphersuite from RFC 5054 533 #define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" 534 #define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" 535 #define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" 536 #define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" 537 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" 538 #define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" 539 #define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" 540 #define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" [all …]
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smackfs.c | 199 * @srp: the rule to add or replace 211 static int smk_set_access(struct smack_parsed_rule *srp, in smk_set_access() argument 226 if (sp->smk_object == srp->smk_object && in smk_set_access() 227 sp->smk_subject == srp->smk_subject) { in smk_set_access() 229 sp->smk_access |= srp->smk_access1; in smk_set_access() 230 sp->smk_access &= ~srp->smk_access2; in smk_set_access() 242 sp->smk_subject = srp->smk_subject; in smk_set_access() 243 sp->smk_object = srp->smk_object; in smk_set_access() 244 sp->smk_access = srp->smk_access1 & ~srp->smk_access2; in smk_set_access() 564 static void smk_rule_show(struct seq_file *s, struct smack_rule *srp, int max) in smk_rule_show() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | otg_fsm.h | 51 /* SRP Fail Time */ 57 /* SE0 Time Before SRP */ 59 /* SSEND time before SRP */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | tls1.h | 534 /* SRP ciphersuites from RFC 5054 */ 632 /* SRP ciphersuite from RFC 5054 */ 633 # define TLS1_TXT_SRP_SHA_WITH_3DES_EDE_CBC_SHA "SRP-3DES-EDE-CBC-SHA" 634 # define TLS1_TXT_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA "SRP-RSA-3DES-EDE-CBC-SHA" 635 # define TLS1_TXT_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA "SRP-DSS-3DES-EDE-CBC-SHA" 636 # define TLS1_TXT_SRP_SHA_WITH_AES_128_CBC_SHA "SRP-AES-128-CBC-SHA" 637 # define TLS1_TXT_SRP_SHA_RSA_WITH_AES_128_CBC_SHA "SRP-RSA-AES-128-CBC-SHA" 638 # define TLS1_TXT_SRP_SHA_DSS_WITH_AES_128_CBC_SHA "SRP-DSS-AES-128-CBC-SHA" 639 # define TLS1_TXT_SRP_SHA_WITH_AES_256_CBC_SHA "SRP-AES-256-CBC-SHA" 640 # define TLS1_TXT_SRP_SHA_RSA_WITH_AES_256_CBC_SHA "SRP-RSA-AES-256-CBC-SHA" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 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() [all …]
|