Searched refs:response (Results 301 - 325 of 362) sorted by relevance

<<1112131415

/linux-master/include/linux/qed/
H A Discsi_common.h61 /* iSCSI response/messages op codes */
507 u8 response; member in struct:iscsi_logout_response_hdr
705 struct iscsi_response_hdr response; member in union:iscsi_task_hdr
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c5366 char *response = NULL; local
5377 /* FIXME: Put the challenge/response into the preallocated socket buffer. */
5457 response = kmalloc(resp_size, GFP_NOIO);
5458 if (!response) {
5463 rv = crypto_shash_digest(desc, peers_ch, pi.size, response);
5475 response, resp_size);
5498 err = drbd_recv_all_warn(connection, response , resp_size);
5518 rv = !memcmp(response, right_response, resp_size);
5528 kfree(response);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c201 /* This command type is not expected as response for
212 /* This command type is not expected as response for
314 /* Decode and Send appropriate response to a command block. */
324 /* Unable to decode command response indicates the cmd_type
325 * may be a command instead of response. So try to decoding it.
333 /* Decoded command may need a response. Give the
334 * response according to the command type.
343 mux_cmd->link_status_resp.response =
345 /* response field is u32 */
504 cmd_p->link_status_resp.response
[all...]
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c383 struct mcp_cmd_response *response = mgp->cmd; local
400 response->result = htonl(MYRI10GE_NO_RESPONSE_RESULT);
415 response->result == htonl(MYRI10GE_NO_RESPONSE_RESULT);
424 response->result == htonl(MYRI10GE_NO_RESPONSE_RESULT);
429 result = ntohl(response->result);
430 value = ntohl(response->data);
520 * response in the confirmation address. The firmware should
759 * response in the confirmation address. The firmware should
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2748 * sent. A busfree is the expected response after
2774 * or start another packet in response to our message.
2786 * start another packet in response to our message.
2850 * If the "illegal" phase changes were in response
3030 * chances are pretty good that the busfree was in response
3076 * This abort is in response to an
4837 * If this message illicited a response,
4845 printk("Asserting ATN for response\n");
4964 * If this message illicited a response, transition
5072 int response; local
5497 int response = 0; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4901 u8 response = DP_TEST_NAK; local
4915 response = intel_dp_autotest_link_training(intel_dp);
4919 response = intel_dp_autotest_video_pattern(intel_dp);
4923 response = intel_dp_autotest_edid(intel_dp);
4927 response = intel_dp_autotest_phy_pattern(intel_dp);
4935 if (response & DP_TEST_ACK)
4939 status = drm_dp_dpcd_writeb(&intel_dp->aux, DP_TEST_RESPONSE, response);
4942 "Could not write test response to sink\n");
6315 * response to long HPD pulses. The DP hotplug handler does that,
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c6310 * Perform Subsystem Function - CUIR response
6313 dasd_eckd_psf_cuir_response(struct dasd_device *device, int response, argument
6334 psf_cuir->cc = response;
6627 int response; local
6637 response = PSF_CUIR_LAST_PATH;
6639 response = PSF_CUIR_COMPLETED;
6643 response = PSF_CUIR_COMPLETED;
6645 response = PSF_CUIR_NOT_SUPPORTED;
6647 dasd_eckd_psf_cuir_response(device, response,
6650 "CUIR response
[all...]
/linux-master/drivers/ata/
H A Dsata_mv.c458 /* ditto, for response queue */
980 * initialize response queue
2738 struct mv_crpb *response, unsigned int tag, int ncq_enabled)
2741 u16 edma_status = le16_to_cpu(response->flags);
2744 * edma_status from a response queue entry:
2781 struct mv_crpb *response = &pp->crpb[pp->resp_idx]; local
2790 tag = le16_to_cpu(response->id) & 0x1f;
2792 if (mv_process_crpb_response(ap, response, tag, ncq_enabled))
2820 * Process completed CRPB response(s) before other events.
2737 mv_process_crpb_response(struct ata_port *ap, struct mv_crpb *response, unsigned int tag, int ncq_enabled) argument
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c514 * waiting for space on the initiators response queue (MAD)
1764 * srp_snd_msg_failed() - Handle an error when sending a response
1796 * The response queue is full.
1811 dev_dbg(&vscsi->dev, "snd_msg_failed: response queue full, flags 0x%x, timer started %d, pops %d\n",
1866 * Send a response, first checking the waiting queue. Responses are
1867 * sent in order they are received. If the response cannot be sent,
1903 * case then we dont send a response, since it
2000 dev_dbg(&vscsi->dev, "Error sending mad response, rc %ld\n",
2034 * expecting a response.
2091 * ibmvscsis_login_rsp() - Create/copy a login response notic
[all...]
/linux-master/kernel/
H A Dauditsc.c2883 void __audit_fanotify(u32 response, struct fanotify_response_info_audit_rule *friar) argument
2890 response, FAN_RESPONSE_INFO_NONE); local
2895 response, friar->hdr.type, friar->rule_number, local
/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/net/ethernet/cisco/enic/
H A Denic_main.c1191 u16 response = PORT_PROFILE_RESPONSE_SUCCESS; local
1202 err = enic_process_get_pp_request(enic, vf, pp->request, &response);
1207 nla_put_u16(skb, IFLA_PORT_RESPONSE, response) ||
/linux-master/net/netfilter/
H A Dnf_conntrack_sip.c1217 * when receiving a response indicating success from the registrar.
1244 * when receiving the new bindings in the response, but we don't
1339 * they have received a final response from the registrar for the
1441 if (handler->response == NULL)
1446 return handler->response(skb, protoff, dataoff, dptr, datalen,
1466 * listen for the response on port 5060. If we are the local
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.c424 struct hfi_buffer_desc *bd, bool response)
431 bd->response_required = response;
423 fill_buffer_desc(const struct venus_buffer *buf, struct hfi_buffer_desc *bd, bool response) argument
/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/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/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/scsi/ibmvscsi/
H A Dibmvfc.c296 * ibmvfc_get_err_index - Find the index into cmd_status for the fcp response
316 * ibmvfc_get_cmd_error - Find the error description for the fcp response
332 * ibmvfc_get_err_result - Find the scsi status to return for the fcp response
1099 * implies we already got a response for the command and are doing
2031 /* copy the response back */
3291 /* Send back a response */
3340 * things we send. Make sure this response is to something we
3872 * things we send. Make sure this response is to something we
4004 * ibmvfc_get_prli_rsp - Find PRLI response index
4005 * @flags: PRLI response flag
[all...]
H A Dibmvfc.h513 __be32 response[7]; member in struct:ibmvfc_passthru_fc_iu
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_cmds.h1041 u8 i_resp; /* for skh if cmd_complete is set then i_sts is response */
1206 struct be_tcp_upload_params_out response; member in union:be_tcp_upload_params
/linux-master/drivers/staging/greybus/
H A Dpower_supply.c535 resp = op->response->payload;
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c522 xfer->response = resp;
525 "response tid=%d when expecting %d\n",
/linux-master/drivers/pci/controller/
H A Dpci-hyperv.c402 struct pci_response response; member in struct:pci_create_int_response
944 * @resp: The response packet
1372 * hv_pci_read_config_compl() - Invoked when a response packet
1375 * @resp: The response packet itself
1376 * @resp_packet_size: Size in bytes of the response packet
1472 * hv_pci_write_config_compl() - Invoked when a response packet for a write
1475 * @resp: The response packet itself
1476 * @resp_packet_size: Size in bytes of the response packet
1810 * response supplies a data value and address to which that data
2420 * @resp: The response tha
2922 struct pci_response *response; local
[all...]
/linux-master/drivers/target/loopback/
H A Dtcm_loop.c222 ret = se_cmd->se_tmr_req->response;
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c51 * Copy a response to userspace. If the provided 'resp' is larger than the
112 * this to detect what structure members in the response the kernel
3481 xcmd.response = cmd.response;
3683 * the 'response' u64 must be the first field in the request structure.
3685 * If udata is present then both the request and response structs have a
3691 BUILD_BUG_ON_ZERO(offsetof(req, response) != 0) + \
3692 BUILD_BUG_ON_ZERO(sizeof_field(req, response) != \

Completed in 566 milliseconds

<<1112131415