Searched refs:response (Results 176 - 200 of 362) sorted by last modified time

1234567891011>>

/linux-master/include/linux/
H A Daudit.h421 extern void __audit_fanotify(u32 response, struct fanotify_response_info_audit_rule *friar);
528 static inline void audit_fanotify(u32 response, struct fanotify_response_info_audit_rule *friar) argument
531 __audit_fanotify(response, friar);
684 static inline void audit_fanotify(u32 response, struct fanotify_response_info_audit_rule *friar) argument
/linux-master/fs/smb/client/
H A Dsmbdirect.c20 struct smbd_response *response);
25 struct smbd_connection *info, struct smbd_response *response);
28 struct smbd_response *response, int data_length);
34 struct smbd_response *response);
266 static inline void *smbd_response_payload(struct smbd_response *response) argument
268 return (void *)response->packet;
312 * Process a negotiation response message, according to [MS-SMBD]3.1.5.7
313 * response, packet_length: the negotiation response message
317 struct smbd_response *response, in
316 process_negotiation_response( struct smbd_response *response, int packet_length) argument
391 struct smbd_response *response; local
451 struct smbd_response *response = local
1007 smbd_post_recv( struct smbd_connection *info, struct smbd_response *response) argument
1044 struct smbd_response *response = get_receive_buffer(info); local
1077 put_empty_packet( struct smbd_connection *info, struct smbd_response *response) argument
1098 enqueue_reassembly( struct smbd_connection *info, struct smbd_response *response, int data_length) argument
1186 put_receive_buffer( struct smbd_connection *info, struct smbd_response *response) argument
1207 struct smbd_response *response; local
1251 struct smbd_response *response; local
1291 struct smbd_response *response; local
1738 struct smbd_response *response; local
[all...]
/linux-master/fs/notify/fanotify/
H A Dfanotify.h420 * fanotify_handle_event() since we wait there for user response. When the
423 * user response.
428 u32 response; /* userspace answer to the event */ member in struct:fanotify_perm_event
/linux-master/drivers/scsi/aacraid/
H A Daacraid.h196 u8 reply_qid; /* Host reply queue to post response to */
242 u8 reply_qid; /* Host reply queue to post response to */
270 u8 reply_qid; /* Host reply queue to post response to */
288 u8 service_response; /* SCSI service response */
291 u8 sense_response_data_len; /* Sense/response data length */
293 /* Sense/response data */
569 #define NUMBER_OF_COMM_QUEUES 8 // 4 command; 4 response
621 #define HostNormRespQue 3 /* Change in host normal priority response queue */
622 #define HostHighRespQue 4 /* Change in host high priority response queue */
660 HostNormRespQueue, /* Adapter to host normal priority response traffi
2184 __le32 response; /* ST_OK */ member in struct:aac_get_config_status_resp
2221 __le32 response; /* ST_OK */ member in struct:aac_get_container_count_resp
[all...]
/linux-master/drivers/atm/
H A Dsolos-pci.c137 struct sk_buff *response; member in struct:solos_param
211 prm.response = NULL;
220 wait_event_timeout(card->param_wq, prm.response, 5 * HZ);
226 if (!prm.response)
229 buflen = prm.response->len;
230 memcpy(buf, prm.response->data, buflen);
231 kfree_skb(prm.response);
267 prm.response = NULL;
276 wait_event_timeout(card->param_wq, prm.response, 5 * HZ);
282 skb = prm.response;
[all...]
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c1198 hdr->response = csol_cqe->i_resp;
1223 hdr->response = csol_cqe->i_resp;
1419 * d. Login response
/linux-master/drivers/nvme/target/
H A Dfabrics-cmd-auth.c117 u8 *response; local
131 response = kmalloc(data->hl, GFP_KERNEL);
132 if (!response)
138 kfree(response);
141 if (nvmet_auth_host_hash(req, response, data->hl) < 0) {
144 kfree(response);
148 if (memcmp(data->rval, response, data->hl)) {
149 pr_info("ctrl %d qid %d host response mismatch\n",
151 kfree(response);
154 kfree(response);
[all...]
/linux-master/drivers/mmc/host/
H A Dvub300.c158 struct sd_response_header response; member in union:sd_response
292 unsigned response:8; member in struct:sdio_register
554 vub300->sdio_register[i].response =
805 * this is an error response from the VUB300 chip
1619 * or receiving the response
1715 u8 *r = vub300->resp.response.command_response;
1876 u8 rsp2 = vub300->sdio_register[i].response;
/linux-master/drivers/input/touchscreen/
H A Dexc3000.c226 u8 request_len, u8 *response, int timeout)
243 if (response) {
256 memcpy(response, &data->buf[4], data->buf[3]);
271 u8 response[EXC3000_LEN_FRAME]; local
276 (u8[]){0x39, 0x02}, 2, response, 1);
285 if (response[2] || response[3])
286 return sprintf(buf, "%d.%d\n", response[2], response[3]);
288 ret = exc3000_vendor_data_request(data, (u8[]){'D'}, 1, response,
225 exc3000_vendor_data_request(struct exc3000_data *data, u8 *request, u8 request_len, u8 *response, int timeout) argument
301 u8 response[EXC3000_LEN_FRAME]; local
317 u8 response[EXC3000_LEN_FRAME]; local
419 u8 response[EXC3000_LEN_FRAME]; local
[all...]
/linux-master/arch/s390/include/asm/
H A Dpci_clp.h37 /* request or response block header length */
40 /* Number of function handles fitting in response block */
78 /* List PCI functions response */
109 /* Query PCI function response */
150 /* Query PCI function group response */
185 /* Set PCI function response */
194 /* Combined request/response block structures used by clp insn */
197 struct clp_rsp_slpc_pci response; member in struct:clp_req_rsp_slpc_pci
202 struct clp_rsp_list_pci response; member in struct:clp_req_rsp_list_pci
207 struct clp_rsp_set_pci response; member in struct:clp_req_rsp_set_pci
212 struct clp_rsp_query_pci response; member in struct:clp_req_rsp_query_pci
217 struct clp_rsp_query_pci_grp response; member in struct:clp_req_rsp_query_pci_grp
[all...]
/linux-master/drivers/vhost/
H A Dscsi.c67 /* virtio-scsi response incoming iovecs */
87 /* Pointer to response header iovec */
404 tmf->scsi_resp = se_cmd->se_tmr_req->response;
565 v_rsp.response = VIRTIO_SCSI_S_BAD_TARGET;
925 rsp.response = VIRTIO_SCSI_S_BAD_TARGET;
961 * Get the size of request and response buffers.
1090 * Validate the size of request and response buffers.
1091 * Check for a sane response buffer so we can report
1107 * response headers respectively.
1113 * of the virtio-scsi response heade
[all...]
/linux-master/drivers/media/pci/intel/ivsc/
H A Dmei_ace.c59 /* command response */
146 } __packed response; member in union:ace_notif_hdr
167 /* command response */
169 /* used to wait for command ack and response */
276 if (resp_hdr->response.cmd_id != cmd_hdr->cmd_id)
328 switch (hdr->response.cmd_id) {
/linux-master/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c202 u8 response[4]; local
208 * Status can be checked from the response message if the
212 len, response, sizeof(response));
218 response[2] : response[1];
/linux-master/drivers/staging/greybus/
H A Dcamera.c190 void *response, size_t *response_size)
210 *response_size = operation->response->payload_size;
212 if (operation->response->payload_size)
213 memcpy(response, operation->response->payload,
214 operation->response->payload_size);
267 * Validate the stream configuration response verifying padding is correctly
276 /* Validate the returned response structure */
278 gcam_err(gcam, "response padding != 0\n");
187 gb_camera_operation_sync_flags(struct gb_connection *connection, int type, unsigned int flags, void *request, size_t request_size, void *response, size_t *response_size) argument
/linux-master/drivers/s390/char/
H A Dsclp.c154 u16 response; member in struct:__anon393::__anon394
162 summary.response = sccb ? sccb->response_code : 0;
543 /* Check for malformed hardware response */
625 u16 response; local
630 /* Check SCCB response. */
631 response = sccb->response_code & 0xff;
632 if (response != 0x10 && response != 0x20)
/linux-master/include/target/
H A Dtarget_core_base.h229 /* fabric independent task management response values */
419 /* Task Management response to send */
420 u8 response; member in struct:se_tmr_req
473 /* SAM response code being sent to initiator */
/linux-master/drivers/xen/
H A Dxen-scsiback.c635 err = (se_cmd->se_tmr_req->response == TMR_FUNCTION_COMPLETE) ?
/linux-master/drivers/target/sbp/
H A Dsbp_target.c266 struct sbp_login_response_block *response; local
306 * response block like a fresh login.
432 response = kzalloc(sizeof(*response), GFP_KERNEL);
433 if (!response) {
434 pr_err("failed to allocate login response block\n");
446 12, sizeof(*response));
447 response->misc = cpu_to_be32(
450 response->reconnect_hold = cpu_to_be32(sess->reconnect_hold & 0xffff);
452 &response
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_tmr.c171 * The task management response must be sent before the
460 (se_tmr->response == ISCSI_TMF_RSP_COMPLETE))
H A Discsi_target.c1793 * This is not a response to a Unsolicited NopIN, which means
1850 * This was a response to a unsolicited NOPIN ping.
1866 * Otherwise, initiator is not expecting a NOPIN is response.
2093 se_tmr->response = ISCSI_TMF_RSP_NO_LUN;
2100 se_tmr->response = iscsit_tmr_abort_task(cmd, buf);
2101 if (se_tmr->response)
2111 se_tmr->response = ISCSI_TMF_RSP_AUTH_FAILED;
2117 se_tmr->response = ISCSI_TMF_RSP_AUTH_FAILED;
2122 se_tmr->response = iscsit_tmr_task_reassign(cmd, buf);
2127 if (se_tmr->response)
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c675 * Now queue completed DATA_IN the qla2xxx LLD and response ring
722 * Now queue status response to qla2xxx LLD code and response ring
733 pr_debug("queue_tm_rsp: mcmd: %p func: 0x%02x response: 0x%02x\n",
734 mcmd, se_tmr->function, se_tmr->response);
736 * Do translation between TCM TM response codes and
737 * QLA2xxx FC TM response codes.
739 switch (se_tmr->response) {
755 * Queue the TM response to QLA2xxx LLD to build a
756 * CTIO response packe
[all...]
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.h513 __be32 response[7]; member in struct:ibmvfc_passthru_fc_iu
/linux-master/drivers/scsi/elx/efct/
H A Defct_lio.c485 /* If command length is 0, send the response status */
694 efct_lio_tmfio_printf(tmfio, "cmd=%p function=0x%x tmr->response=%d\n",
695 cmd, se_tmr->function, se_tmr->response);
696 switch (se_tmr->response) {
/linux-master/drivers/infiniband/core/
H A Ducma.c401 if (copy_to_user(u64_to_user_ptr(cmd.response),
471 if (copy_to_user(u64_to_user_ptr(cmd.response),
617 if (copy_to_user(u64_to_user_ptr(cmd.response),
861 if (copy_to_user(u64_to_user_ptr(cmd.response), &resp,
883 void __user *response, int out_len)
904 if (copy_to_user(response, &resp, min_t(size_t, out_len, sizeof(resp))))
911 void __user *response, int out_len)
942 if (copy_to_user(response, resp, struct_size(resp, path_data, i)))
950 void __user *response, int out_len)
989 if (copy_to_user(response,
882 ucma_query_addr(struct ucma_context *ctx, void __user *response, int out_len) argument
910 ucma_query_path(struct ucma_context *ctx, void __user *response, int out_len) argument
949 ucma_query_gid(struct ucma_context *ctx, void __user *response, int out_len) argument
1001 void __user *response; local
[all...]
/linux-master/drivers/firmware/tegra/
H A Dbpmp.c550 struct mrq_ping_response response; local
554 memset(&response, 0, sizeof(response));
555 response.reply = request.challenge << 1;
557 tegra_bpmp_mrq_return(channel, 0, &response, sizeof(response));
562 struct mrq_ping_response response; local
572 memset(&response, 0, sizeof(response));
578 msg.rx.data = &response;
[all...]

Completed in 510 milliseconds

1234567891011>>