Searched refs:response (Results 326 - 350 of 362) sorted by relevance

<<1112131415

/linux-master/drivers/target/iscsi/
H A Discsi_target_erl1.c958 if (cmd->se_cmd.se_tmr_req->response) {
/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.
/linux-master/fs/smb/client/
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 Dsmb2pdu.c921 cifs_server_dbg(VFS, "Invalid response: negotiate context offset\n");
1034 * 3) Call smb_sendrcv2 (sends request on socket and waits for response)
1374 cifs_tcon_dbg(VFS, "Invalid protocol negotiate response size: %d\n",
1382 /* check validate negotiate info response matches what we got earlier */
1628 * sending us a response in an expected form
1643 kfree_sensitive(ses->auth_key.response);
1644 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len,
1646 if (!ses->auth_key.response) {
1674 kfree_sensitive(ses->auth_key.response);
1675 ses->auth_key.response
[all...]
H A Dcifsglob.h176 char *response; member in struct:session_key
218 /* ioctl response buffer */
289 /* check response: verify signature, map error */
301 /* data offset from read response message */
304 * Data length from read response message
313 /* find mid corresponding to the response message */
326 /* process transaction2 response */
477 /* check for STATUS_PENDING and process the response if yes */
481 /* send oplock break response */
739 unsigned long lstrp; /* when we got last response fro
[all...]
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c755 dev_err(dev, "Unexpected mana message response: %x,%x,%x,%x\n",
768 if (resp_hdr->response.msg_type != expected_code)
771 if (resp_hdr->response.msg_version < GDMA_MESSAGE_V1)
774 if (resp_hdr->response.msg_size < min_size)
930 if (resp.hdr.response.msg_version == GDMA_MESSAGE_V2)
/linux-master/include/ufs/
H A Dufshcd.h161 * @ucd_rsp_dma_addr: UPIU response dma address for debug
219 * @response: device response code
220 * @upiu_res: query response data
230 * @response: response upiu and response
235 struct ufs_query_res response; member in struct:ufs_query
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c3590 "successful Association response Tx's"),
3594 "successful Reassociation response Tx's"),
3643 IPW2100_ORD(STAT_RX_ASSN_RESP, "Association response Rx's"),
3646 "Reassociation response Rx's"),
3648 IPW2100_ORD(STAT_RX_PROBE_RESP, "probe response Rx's"),
3691 "poll response timeouts"),
3710 "failures due to response fail"),
3718 "reassociation: no probe response or TX on hop"),
3729 "times authentication response failed"),
8472 struct symbol_alive_response response; local
[all...]
/linux-master/drivers/block/
H A Drbd.c1397 * a stat response makes it through, but we don't care.
2186 * The response data for a STAT call consists of:
6619 void *response; local
6647 response = kzalloc(size, GFP_NOIO);
6648 if (!response) {
6657 response, size);
6665 void *p = response;
6679 kfree(response);
/linux-master/drivers/scsi/qedi/
H A Dqedi_fw.c208 resp_hdr_ptr->response = cqe_tmp_response->hdr_response;
626 hdr->response = cqe_data_in->reserved1;
1343 * response to avoid a timeout.
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c580 elems = (rr->response.length - sizeof(struct chsc_header) -
598 QETH_CARD_TEXT_(card, 2, "PNrp%04x", rr->response.code);
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c1005 /* SCP response queue is empty */
1518 unsigned int response; local
1519 response = snd_hda_codec_read(codec, nid, 0, verb, parm);
1520 *res = response;
1522 return ((response == -1) ? -1 : 0);
2237 /* clear all from the response queue */
3399 unsigned int response; local
3427 hda_format, &response);
3461 WIDGET_CHIP_CTRL, stream_id, 0, &response);
3493 WIDGET_CHIP_CTRL, 0, 0, &response);
[all...]
/linux-master/drivers/net/fddi/
H A Ddefxx.h1009 * Place all DMA commands in the following request and response structures
1060 PI_DMA_CMD_RSP response; member in union:__anon670
1727 PI_DMA_CMD_RSP *cmd_rsp_virt; /* Command response buffer virt address */
1728 dma_addr_t cmd_rsp_phys; /* Command response buffer phys address */
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_fw.h1282 * ISP queue - response queue entry definition.
1284 struct response { struct
H A Dql4_isr.c467 * qla4xxx_process_response_queue - process response queue completions
470 * This routine process response queue completions in interrupt context.
478 /* Process all responses from response queue */
549 * Invalid entry in response queue, reset RISC
553 "response queue \n", ha->host_no,
558 ((struct response *)sts_entry)->signature = RESPONSE_PROCESSED;
563 * Tell ISP we're done with response(s). This also clears the interrupt.
1052 /* Process response queue interrupt. */
1078 /* Process response queue interrupt. */
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c514 * we receive ADDBA response
557 * This can happen when we don't get the addBA response on
663 * This can happen when we don't get the addBA response on
803 * translate ucode response to mac80211 tx status control values
898 priv->reply_agg_tx_stats.response++;
934 "got tx response w/o block-ack\n");
1155 * to which this Tx response relates. But if there is a
1157 * response may allow to reclaim the hole and all the
1333 /* Mark that the expected block-ack response arrived */
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h143 /* response IU is to be delivered */
1648 struct bmic_smp_response response; member in struct:bmic_csmi_smp_passthru
/linux-master/drivers/thunderbolt/
H A Dtb.h520 const u8 *challenge, u8 *response);
/linux-master/drivers/scsi/
H A Dlibiscsi.c275 * And also all data-out PDUs in response to R2T
580 * We might have raced where we handled a R2T early and got a response
721 * request-followed-by-response sequence.
754 * released in complete pdu for task we expect a response for, and
756 * pdus we do not expect a response for.
903 if (rhdr->response != ISCSI_STATUS_CMD_COMPLETED) {
1007 if (tmf->response == ISCSI_TMF_RSP_COMPLETE)
1009 else if (tmf->response == ISCSI_TMF_RSP_NO_TASK)
1066 * iscsi_nop_out_rsp handles nop response from use or
1077 * If this is not in response t
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c3102 uint32_t response; local
3104 if (!dc_wake_and_execute_gpint(adev->dm.dc->ctx, cmd, 0, &response, DM_DMUB_WAIT_TYPE_WAIT_WITH_REPLY))
3107 raw = response;
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c4161 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; local
4166 status = wmi_get_event_data(value, &response);
4173 obj = (union acpi_object *)response.pointer;
H A Dthinkpad_acpi.c6969 * in response to user input. Unfortunately, this rarely works well.
9289 * in the 32rd bit of the response, so we just check that here.
9293 int response; local
9295 if (!acpi_evalf(hkey_handle, &response, method, "dd", param)) {
9299 if (response & METHOD_ERR) {
9304 *ret = response;
9315 /* The value is in the low 8 bits of the response */
/linux-master/drivers/xen/
H A Dxen-scsiback.c635 err = (se_cmd->se_tmr_req->response == TMR_FUNCTION_COMPLETE) ?
/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...]
/linux-master/drivers/scsi/aacraid/
H A Daachba.c388 "aac_get_config_status: response=%d status=%d action=%d\n",
389 le32_to_cpu(reply->response),
392 if ((le32_to_cpu(reply->response) != ST_OK) ||
399 /* Do not set XferState to zero unless receives a response from F/W */
420 * receives a response from F/W */
428 /* FIB should be freed only after getting the response from the F/W */
484 /* FIB should be freed only after getting the response from the F/W */
1092 /* Move the inquiry data to the response buffer. */
1699 /* allocate DMA buffer for response */
2065 * getting the response fro
[all...]

Completed in 915 milliseconds

<<1112131415