Searched refs:response (Results 76 - 100 of 362) sorted by last modified time

1234567891011>>

/linux-master/drivers/nvme/target/
H A Dnvmet.h723 int nvmet_auth_host_hash(struct nvmet_req *req, u8 *response,
725 int nvmet_auth_ctrl_hash(struct nvmet_req *req, u8 *response,
/linux-master/drivers/soundwire/
H A Damd_manager.c198 dev_err(amd_manager->dev, "SDW%x cmd response timeout occurred\n",
281 struct sdw_msg *msg, u64 response,
284 if (response & AMD_SDW_MCP_RESP_ACK) {
286 msg->buf[offset] = FIELD_GET(AMD_SDW_MCP_RESP_RDATA, response);
288 if (response == -ETIMEDOUT) {
292 } else if (response & AMD_SDW_MCP_RESP_NACK) {
294 "command response NACK received for Slave %d\n",
308 u64 response; local
312 response = amd_sdw_send_cmd_get_resp(amd_manager, lower_data, upper_data);
313 return amd_sdw_fill_msg_resp(amd_manager, msg, response, cmd_offse
280 amd_sdw_fill_msg_resp(struct amd_sdw_manager *amd_manager, struct sdw_msg *msg, u64 response, int offset) argument
346 amd_sdw_process_ping_status(u64 response, struct amd_sdw_manager *amd_manager) argument
365 u64 response; local
376 u64 response; local
[all...]
/linux-master/fs/smb/client/
H A Dsmb2transport.c263 rc = crypto_shash_setkey(shash->tfm, ses->auth_key.response,
267 "%s: Could not update with response\n",
333 ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE);
483 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response);
H A Dmisc.c104 kfree_sensitive(buf_to_free->auth_key.response);
315 /* if it's a response then accept */
323 cifs_dbg(VFS, "Server sent request, not response. mid=%u\n",
427 cifs_dbg(FYI, "Checking for oplock break or dnotify response\n");
465 break response is expected from time to time writing out
H A Dconnect.c322 kfree_sensitive(server->session_key.response);
323 server->session_key.response = NULL;
603 * Also, no need to ping if we got a response recently.
629 cifs_server_dbg(VFS, "No memory for large SMB response\n");
642 cifs_server_dbg(VFS, "No memory for SMB response\n");
663 * 2s client gets a response
664 * 30s echo workqueue job pops, and decides we got a response recently
668 * a response in >60s.
821 /* Regular SMB response */
827 cifs_dbg(FYI, "RFC 1002 positive session response\
[all...]
H A Dioctl.c309 if (copy_to_user(end, ses->auth_key.response, out.session_key_length)) {
491 memcpy(pkey_inf.auth_key, tcon->ses->auth_key.response,
H A Dsess.c908 * returned by old servers in the SMB negprot response
984 kfree_sensitive(ses->auth_key.response);
985 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen,
987 if (!ses->auth_key.response) {
1236 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1411 server->session_key.response =
1412 kmemdup(ses->auth_key.response,
1414 if (!server->session_key.response) {
1480 /* calculate nlmv2 response and session key */
1487 memcpy(bcc_ptr, ses->auth_key.response
[all...]
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c77 u8 *inbuf; /* buffer for response */
83 struct urb *response; member in struct:wdm_device
313 rv = usb_submit_urb(desc->response, GFP_ATOMIC);
314 dev_dbg(&desc->intf->dev, "submit response URB %d\n", rv);
343 usb_poison_urb(desc->response);
352 usb_unpoison_urb(desc->response);
360 usb_free_urb(desc->response);
504 rv = usb_submit_urb(desc->response, GFP_KERNEL);
989 rv = usb_submit_urb(desc->response, GFP_KERNEL);
1058 desc->response
[all...]
/linux-master/drivers/thunderbolt/
H A Dtb.h520 const u8 *challenge, u8 *response);
H A Dxdomain.c125 memcpy(req->response, pkg->buffer, req->response_size);
135 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, argument
146 req->request = response;
154 * tb_xdomain_response() - Send a XDomain response message
156 * @response: Response to send
157 * @size: Size of the response
158 * @type: PDF type of the response
160 * This can be used to send a XDomain response message to the other
161 * domain. No response for the message is expected.
165 int tb_xdomain_response(struct tb_xdomain *xd, const void *response, argument
172 __tb_xdomain_request(struct tb_ctl *ctl, const void *request, size_t request_size, enum tb_cfg_pkg_type request_type, void *response, size_t response_size, enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) argument
217 tb_xdomain_request(struct tb_xdomain *xd, const void *request, size_t request_size, enum tb_cfg_pkg_type request_type, void *response, size_t response_size, enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) argument
[all...]
H A Dicm.c292 memcpy(req->response + offset, pkg->buffer, req->response_size);
299 void *response, size_t response_size, size_t npackets,
317 req->response = response;
531 const u8 *challenge, u8 *response)
555 memcpy(response, reply.response, TB_SWITCH_KEY_SIZE);
1097 const u8 *challenge, u8 *response)
1122 memcpy(response, reply.response, TB_SWITCH_KEY_SIZ
298 icm_request(struct tb *tb, const void *request, size_t request_size, void *response, size_t response_size, size_t npackets, int retries, unsigned int timeout_msec) argument
530 icm_fr_challenge_switch_key(struct tb *tb, struct tb_switch *sw, const u8 *challenge, u8 *response) argument
1096 icm_tr_challenge_switch_key(struct tb *tb, struct tb_switch *sw, const u8 *challenge, u8 *response) argument
[all...]
H A Dctl.c235 static struct tb_cfg_result decode_error(const struct ctl_pkg *response) argument
237 struct cfg_error_pkg *pkg = response->buffer;
241 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR,
556 if (!req->response)
759 * Call this as response for non-plug notification to ack it. Returns
822 * Call this as response for hot plug/unplug event to ack it.
874 memcpy(req->response, pkg->buffer, req->response_size);
878 /* Always complete when first response is received */
883 * tb_cfg_reset() - send a reset packet and wait for a response
909 req->response
[all...]
H A Ddomain.c700 * this and if the response matches our random challenge, the switch is
708 u8 response[TB_SWITCH_KEY_SIZE]; local
724 ret = tb->cm_ops->challenge_switch_key(tb, sw, challenge, response);
751 if (memcmp(response, hmac, sizeof(hmac))) {
H A Dctl.h59 * @response: Response is stored here
60 * @response_size: Maximum size of one response packet
61 * @response_type: Expected type of the response packet
64 * @copy: Function used to copy the incoming packet to @response
82 void *response; member in struct:tb_cfg_request
/linux-master/include/linux/
H A Dhyperv.h746 /* Synchronize the request/response if needed */
756 } response; member in struct:vmbus_channel_msginfo
941 * response on the same channel.
H A Dthunderbolt.h234 * because properties can be changed asynchronously in response to
344 int tb_xdomain_response(struct tb_xdomain *xd, const void *response,
348 void *response, size_t response_size,
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c2229 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; local
2237 status = wmi_get_event_data(value, &response);
2243 obj = (union acpi_object *)response.pointer;
2248 pr_warn("Unknown response received %d\n", obj->type);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_uart.c23 * EC sends contiguous bytes of response packet on UART AP RX.
40 * struct response_info - Encapsulate EC response related
48 * used to accumulate byte count with response is received
50 * @exp_len: Expected bytes of response from EC including header.
52 * a response is successfully received, or an error number
54 * @wait_queue: Wait queue EC response where the cros_ec sends request
73 * @response: Response info passing between cros_ec_uart_pkt_xfer()
81 struct response_info response; member in struct:cros_ec_uart
90 struct response_info *resp = &ec_uart->response;
114 /* Read data_len if we received response heade
[all...]
/linux-master/drivers/hv/
H A Dconnection.c121 * receive the response before returning from this routine
143 /* Wait for the connection response */
151 if (msginfo->response.version_response.version_supported) {
156 msginfo->response.version_response.msg_conn_id;
H A Dchannel.c280 if (info->response.modify_response.status)
292 * or later is negotiated, Hyper-V always sends an ACK in response to such a
511 if (msginfo->response.gpadl_created.creation_status != 0) {
513 msginfo->response.gpadl_created.creation_status);
747 if (open_info->response.open_result.status) {
/linux-master/fs/smb/server/
H A Dtransport_ipc.c67 void *response; member in struct:ipc_msg_table_entry
262 entry->response = NULL;
272 entry->response = kvzalloc(sz, GFP_KERNEL);
273 if (!entry->response) {
278 memcpy(entry->response, payload, sz);
463 struct ksmbd_rpc_command *resp = entry->response;
467 struct ksmbd_spnego_authen_response *resp = entry->response;
472 struct ksmbd_share_config_response *resp = entry->response;
495 entry.response = NULL;
508 entry.response !
[all...]
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi.h177 /* Error information returned by PPM in response to GET_ERROR_STATUS command. */
198 /* Data structure filled by PPM in response to GET_CAPABILITY command. */
227 /* Data structure filled by PPM in response to GET_CONNECTOR_CAPABILITY cmd. */
268 /* Data structure filled by PPM in response to GET_CABLE_PROPERTY command. */
288 /* Data structure filled by PPM in response to GET_CONNECTOR_STATUS command. */
356 * Data structure filled by PPM in response to GET_PD_MESSAGE command with the
374 } response; member in struct:ucsi_debugfs_entry
/linux-master/drivers/target/iscsi/
H A Discsi_target_erl1.c958 if (cmd->se_cmd.se_tmr_req->response) {
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h372 /* ISP request and response entry counts (37-65535) */
377 #define RESPONSE_ENTRY_CNT_83XX 4096 /* Number of response entries.*/
378 #define RESPONSE_ENTRY_CNT_2100 64 /* Number of response entries.*/
379 #define RESPONSE_ENTRY_CNT_2300 512 /* Number of response entries.*/
380 #define RESPONSE_ENTRY_CNT_MQ 128 /* Number of response entries.*/
382 #define RESPONSE_ENTRY_CNT_FX00 256 /* Number of response entries.*/
1192 #define MBA_RIO_RESPONSE 0x8040 /* RIO response queue update. */
1193 #define MBA_ZIO_RESPONSE 0x8040 /* ZIO response queue update. */
1957 * ISP queue - response queue entry definition.
2164 uint8_t rsp_info[8]; /* FCP response informatio
3176 __be16 response; member in struct:ct_rsp_hdr
3193 uint16_t response; member in struct:ct_sns_gpnft_rsp::__anon205
[all...]
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h29 * response message with its operation. The header contains an
33 * the message is a request (clear) or a response (set).
39 * response message (if any) is ignored. The result byte must be
126 /* disconnecting response has no payload */
131 /* Control protocol [dis]connected response has no payload */
134 * All Bundle power management operations use the same request and response
154 * response layout and error codes. Define a single response structure and reuse
218 /* firmware download find firmware request/response */
228 /* firmware download fetch firmware request/response */
358 __u8 response[64]; member in struct:gb_cap_authenticate_response
[all...]

Completed in 917 milliseconds

1234567891011>>