Searched refs:response (Results 251 - 275 of 362) sorted by relevance

<<1112131415

/linux-master/drivers/s390/net/
H A Dqeth_core_main.c1829 struct diag26c_vnic_resp *response = NULL; local
1842 response = kzalloc(sizeof(*response), GFP_KERNEL | GFP_DMA);
1843 if (!request || !response) {
1849 request->resp_buf_len = sizeof(*response);
1857 rc = diag26c(request, response, DIAG26C_PORT_VNIC);
1861 QETH_DBF_HEX(CTRL, 2, response, sizeof(*response));
1863 if (request->resp_buf_len < sizeof(*response) ||
1864 response
4951 struct diag26c_mac_resp *response; local
[all...]
/linux-master/drivers/target/iscsi/
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/isci/
H A Drequest.c266 * Copy the physical address for the response buffer to the
551 /* SATA Requests do not have a response buffer */
654 /* clear the response so we can detect arrivial of an
884 * now only waiting for the task response itself,
886 * and don't wait for the task response.
965 * This function copies response data for requests returning response data
968 * the response data.
1005 * response because the io request specified more data than is
1007 * etc.). We must check the response stat
2733 enum service_response response = SAS_TASK_UNDELIVERED; local
[all...]
/linux-master/drivers/mmc/host/
H A Dushc.c9 * - Version 2 devices only support SDIO cards/devices (R2 response is
75 __le32 response; member in struct:ushc_csw
243 req->cmd->resp[0] = le32_to_cpu(ushc->csw->response);
261 /* Version 2 firmware doesn't support the R2 response format. */
/linux-master/drivers/target/
H A Dtarget_core_transport.c853 cmd->se_tmr_req->response = TMR_FUNCTION_REJECTED;
1955 se_cmd->se_tmr_req->response = TMR_LUN_DOES_NOT_EXIST;
2090 * and queue the response to $FABRIC_MOD.
3589 tmr->response = TMR_TASK_MGMT_FUNCTION_NOT_SUPPORTED;
3593 tmr->response = (!ret) ? TMR_FUNCTION_COMPLETE :
3595 if (tmr->response == TMR_FUNCTION_COMPLETE) {
3601 tmr->response = TMR_FUNCTION_REJECTED;
3604 tmr->response = TMR_FUNCTION_REJECTED;
3609 tmr->response = TMR_FUNCTION_REJECTED;
/linux-master/fs/smb/client/
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 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);
/linux-master/drivers/pci/
H A Ddoe.c67 * struct pci_doe_task - represents a single query/response
72 * @response_pl: The response payload
73 * @response_pl_sz: Size of the response payload (bytes)
74 * @rv: Return value. Length of received response or error (bytes)
351 /* Poll for response */
578 * Submit a DOE task (request/response) to the DOE mailbox to be processed.
614 * @response: Response payload
615 * @response_sz: Size of response payload (bytes)
617 * Submit @request to @doe_mb and store the @response.
629 * RETURNS: Length of received response o
634 pci_doe(struct pci_doe_mb *doe_mb, u16 vendor, u8 type, const void *request, size_t request_sz, void *response, size_t response_sz) argument
[all...]
/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/gpio/
H A Dgpio-virtio.c59 u8 txvalue, u8 *rxvalue, void *response, u32 rxlen)
63 struct virtio_gpio_response *res = response;
70 * pre-allocated request/response buffers for each GPIO line. Moreover
58 _virtio_gpio_req(struct virtio_gpio *vgpio, u16 type, u16 gpio, u8 txvalue, u8 *rxvalue, void *response, u32 rxlen) argument
/linux-master/drivers/char/tpm/
H A Dtpm_ppi.c238 * most recent TPM operation request, and the last means response to
240 * the second integer is not 0, the response makes sense.
349 static DEVICE_ATTR(response, S_IRUGO, tpm_show_ppi_response, NULL);
/linux-master/drivers/usb/serial/
H A Dmos7720.c847 int response; local
929 response = usb_submit_urb(port->read_urb, GFP_KERNEL);
930 if (response)
932 __func__, response);
/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h103 * struct fw_cdev_event_response - Sent when a response packet was received
109 * @length: Data length, i.e. the response's payload size in bytes
124 * struct fw_cdev_event_response2 - Sent when a response packet was received
130 * @length: Data length, i.e. the response's payload size in bytes
132 * @response_tstamp: The time stamp of isochronous cycle at which the response was sent.
138 * This event is sent when the stack receives a response to an outgoing request
144 * involve response packets. This includes unified write transactions,
150 * the response arrived to complete the transaction. Each value is unsigned 16 bit integer
241 * responsible for sending the response by %FW_CDEV_IOC_SEND_RESPONSE ioctl,
261 * request but will not actually send a response packe
515 struct fw_cdev_event_response response; member in union:fw_cdev_event
[all...]
/linux-master/drivers/media/radio/si4713/
H A Dsi4713.c184 * si4713_send_command - sends a command to si4713 and waits its response
189 * @response: buffer to place the expected response from the device (up to 15)
190 * @respn: actual size of @response
191 * @usecs: amount of time to wait before reading the response (in usecs)
195 u8 response[], const int respn, const int usecs)
219 /* Wait response from interrupt */
229 err = i2c_master_recv(client, response, respn);
232 "Error %d while reading response for command 0x%02x\n",
237 DBG_BUFFER(&sdev->sd, "Response", response, resp
193 si4713_send_command(struct si4713_device *sdev, const u8 command, const u8 args[], const int argn, u8 response[], const int respn, const int usecs) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dmub/
H A Ddmub_srv.h806 * dmub_srv_get_gpint_response() - Queries the GPINT response.
808 * @response: the response for the last GPINT
810 * Returns the response code for the last GPINT interrupt.
819 uint32_t *response);
826 * Returns the response code for the last GPINT DATAOUT interrupt.
/linux-master/tools/firewire/
H A Dnosy-dump.c232 if (t->response)
233 decode_link_packet(&t->response->packet, t->request->length,
236 printf("[no response]");
532 /* request subaction phase over, wait for response. */
556 /* unsolicited response */
560 t->response = sa;
581 * error, should not get response unless last request got
/linux-master/security/apparmor/
H A Dpolicy.c821 bool response = false; local
829 response = true;
831 return response;
/linux-master/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv.c917 uint32_t *response)
919 *response = 0;
927 *response = dmub->hw_funcs.get_gpint_response(dmub);
916 dmub_srv_get_gpint_response(struct dmub_srv *dmub, uint32_t *response) argument
/linux-master/drivers/firewire/
H A Dohci.c926 * was received and make sure we send the response in the same
1506 /* Async response transmit timed out. */
1562 struct fw_packet response; local
1573 fw_fill_response(&response, packet->header,
1576 fw_fill_response(&response, packet->header,
1579 fw_fill_response(&response, packet->header, RCODE_COMPLETE,
1584 response.timestamp = cycle_time_to_ohci_tstamp(get_cycle_time(ohci));
1585 fw_core_handle_response(&ohci->card, &response);
1591 struct fw_packet response; local
1609 fw_fill_response(&response, packe
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dgr_udc.c815 * Queue a response on ep0in.
835 "Could not queue ep0in setup response: %d\n", status);
841 * Queue a 2 byte response on ep0in.
845 static inline int gr_ep0_respond_u16(struct gr_udc *dev, u16 response) argument
847 __le16 le_response = cpu_to_le16(response);
854 * Queue a ZLP response on ep0in.
889 u16 response; local
904 response = 0x0001 | (dev->remote_wakeup ? 0x0002 : 0);
905 return gr_ep0_respond_u16(dev, response);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_bsg.c750 uint16_t response[MAILBOX_REGISTER_COUNT]; local
840 rval = qla2x00_echo_test(vha, &elreq, response);
885 rval = qla2x00_loopback_test(vha, &elreq, response);
887 if (response[0] == MBS_COMMAND_ERROR &&
888 response[1] == MBS_LB_RESET) {
933 rval = qla2x00_loopback_test(vha, &elreq, response);
954 sizeof(response) + sizeof(uint8_t);
956 memcpy(bsg_job->reply + sizeof(struct fc_bsg_reply), response,
957 sizeof(response));
958 fw_sts_ptr += sizeof(response);
[all...]
/linux-master/drivers/mmc/core/
H A Dblock.c458 if (copy_to_user(&(ic_ptr->response), ic->response,
459 sizeof(ic->response)))
565 /* If it's an R1B response we need some more preparations. */
572 memcpy(&idata->ic.response, cmd.resp, sizeof(cmd.resp));
575 memcpy(&prev_idata->ic.response, sbc.resp, sizeof(sbc.resp));
651 idata->ic.response[0] = cb_data.status;
771 /* copy to user if data and response */
1343 * in the response for the following CMD18/25. And if argument of
1346 * the host drivers due to missing data response(fo
[all...]
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_common.c11 * response back over Shared Transport.
448 /* Sends FM Channel-8 command to the chip and waits for the response */
450 unsigned int payload_len, void *response, int *response_len)
485 /* Send response data to caller */
486 if (response != NULL && response_len != NULL && evt_hdr->dlen &&
488 /* Skip header info and copy only response data */
490 memcpy(response, skb->data, evt_hdr->dlen);
516 fmerr("irq: opcode %x response status is not zero Initiating irq recovery process\n",
536 * One of the irq handler did not get proper response from the chip. So take
584 /* Skip header info and copy only response dat
449 fmc_send_cmd(struct fmdev *fmdev, u8 fm_op, u16 type, void *payload, unsigned int payload_len, void *response, int *response_len) argument
[all...]
/linux-master/drivers/platform/x86/hp/
H A Dhp-wmi.c826 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; local
833 status = wmi_get_event_data(value, &response);
839 obj = (union acpi_object *)response.pointer;
844 pr_info("Unknown response received %d\n", obj->type);
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h594 ResponseMessage response; member in union:MultimediaSystemControlMessage::__anon75

Completed in 502 milliseconds

<<1112131415