Searched refs:response (Results 276 - 300 of 362) sorted by last modified time

<<1112131415

/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c954 /* keep going until the response map includes all nodes */
1125 * not in the response to the assert_master
1126 * (any nonzero response is a BUG on this node).
1226 * the response map and set it in the vote map
1311 int ret, response=0, resend; local
1323 sizeof(request), to, &response);
1353 switch (response) {
1356 mlog(0, "node %u is the master, response=YES\n", to);
1363 mlog(0, "node %u not master, response=NO\n", to);
1367 mlog(0, "node %u not master, response
1403 u8 response = DLM_MASTER_RESP_MAYBE; local
[all...]
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.c81 if (open_session_resp->response != cpu_to_le32(MUX_CMD_RESP_SUCCESS)) {
83 "if_id %d,session open failed,response=%d", if_id,
84 open_session_resp->response);
H A Diosm_ipc_protocol.h133 * @response: Can be NULL if result can be ignored
138 struct ipc_rsp *response; member in struct:ipc_call_msg_send_args
147 * @response: Pointer to a response object which has a
155 struct ipc_rsp *response);
158 * ipc_protocol_msg_send - Send ipc control message to CP and wait for response
/linux-master/drivers/input/touchscreen/
H A Dwacom_w8001.c92 unsigned char response[W8001_MAX_LENGTH]; member in struct:w8001
335 memcpy(w8001->response, w8001->data, W8001_MAX_LENGTH);
443 parse_pen_data(w8001->response, &coord);
479 if (!w8001->response[1])
487 parse_touchquery(w8001->response, &touch);
/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/hid/
H A Dhid-thrustmaster.c79 * This structs contains (in little endian) the response data
123 struct tm_wheel_response *response; member in struct:tm_wheel
224 if (tm_wheel->response->type == cpu_to_le16(0x49))
225 model = le16_to_cpu(tm_wheel->response->data.a.model);
226 else if (tm_wheel->response->type == cpu_to_le16(0x47))
227 model = le16_to_cpu(tm_wheel->response->data.b.model);
229 hid_err(hdev, "Unknown packet type 0x%x, unable to proceed further with wheel init\n", tm_wheel->response->type);
250 NULL, 0, // We do not expect any response from the wheel
267 kfree(tm_wheel->response);
322 tm_wheel->response
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_main.c507 if (mscm->response.choice ==
511 &mscm->response.
515 mscm->response.choice);
/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c253 unsigned char *response = NULL; local
269 response = kzalloc(chap->digest_size * 2 + 2, GFP_KERNEL);
270 if (!response) {
271 pr_err("Unable to allocate the response buffer\n");
397 bin2hex(response, server_digest, chap->digest_size);
399 chap->digest_name, response);
550 * Convert response from binary hex to ascii hext.
552 bin2hex(response, digest, chap->digest_size);
554 response);
556 pr_debug("[server] Sending CHAP_R=0x%s\n", response);
[all...]
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c307 int request, u16 *response)
333 *response = PORT_PROFILE_RESPONSE_SUCCESS;
336 *response = PORT_PROFILE_RESPONSE_INVALID;
339 *response = PORT_PROFILE_RESPONSE_BADSTATE;
342 *response = PORT_PROFILE_RESPONSE_INSUFFICIENT_RESOURCES;
345 *response = PORT_PROFILE_RESPONSE_INPROGRESS;
348 *response = PORT_PROFILE_RESPONSE_ERROR;
306 enic_process_get_pp_request(struct enic *enic, int vf, int request, u16 *response) argument
H A Denic_pp.h18 int request, u16 *response);
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_sip.h47 int (*response)(struct sk_buff *skb, unsigned int protoff, member in struct:sip_handler
58 .response = (__response), \
/linux-master/include/uapi/rdma/
H A Drdma_user_cm.h92 __aligned_u64 response; member in struct:rdma_ucm_create_id
103 __aligned_u64 response; member in struct:rdma_ucm_destroy_id
113 __aligned_u64 response; member in struct:rdma_ucm_bind_ip
154 __aligned_u64 response; member in struct:rdma_ucm_query
251 __aligned_u64 response; member in struct:rdma_ucm_init_qp_attr
262 __aligned_u64 response; /* rdma_ucm_create_id_resp */ member in struct:rdma_ucm_join_ip_mcast
276 __aligned_u64 response; /* rdma_ucma_create_id_resp */ member in struct:rdma_ucm_join_mcast
285 __aligned_u64 response; member in struct:rdma_ucm_get_event
332 __aligned_u64 response; member in struct:rdma_ucm_migrate_id
/linux-master/include/uapi/linux/mmc/
H A Dioctl.h20 __u32 response[4]; /* CMD response */ member in struct:mmc_ioc_cmd
/linux-master/drivers/input/mouse/
H A Dvmmouse.c345 u32 response, version, dummy1, dummy2; local
354 response = ~VMMOUSE_PROTO_MAGIC;
355 VMMOUSE_CMD(GETVERSION, 0, version, response, dummy1, dummy2);
356 if (response != VMMOUSE_PROTO_MAGIC || version == 0xffffffffU)
/linux-master/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c26 * HOST_EVENT_MARK, representing that the message is a response to
83 struct ec_host_response *response; local
110 /* check response error code */
111 response = (struct ec_host_response *)ec_dev->din;
112 ec_msg->result = response->result;
118 if (response->data_len > ec_msg->insize) {
120 response->data_len, ec_msg->insize);
125 /* copy response packet payload and compute checksum */
126 memcpy(ec_msg->data, ec_dev->din + sizeof(*response),
127 response
[all...]
/linux-master/drivers/iio/chemical/
H A Dscd30.h45 void *response, int size);
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c526 * in response to target's NOPIN w/ TTT != FFFFFFFF
1387 hdr->response = resp_cqe->response;
1426 * bnx2i_process_login_resp - this function handles iscsi login response
1494 * bnx2i_process_text_resp - this function handles iscsi text response
1555 * bnx2i_process_tmf_resp - this function handles iscsi TMF response
1584 resp_hdr->response = tmf_cqe->response;
1593 * bnx2i_process_logout_resp - this function handles iscsi logout response
1620 resp_hdr->flags = logout->response;
[all...]
/linux-master/drivers/staging/greybus/
H A Dsdio.c117 struct gb_sdio_get_caps_response response; local
126 NULL, 0, &response, sizeof(response));
129 r = le32_to_cpu(response.caps);
138 blksz = min_t(u16, le16_to_cpu(response.max_blk_size), data_max);
142 mmc->max_blk_count = le16_to_cpu(response.max_blk_count);
146 ocr = _gb_sdio_get_host_ocr(le32_to_cpu(response.ocr));
153 mmc->f_min = le32_to_cpu(response.f_min);
154 mmc->f_max = le32_to_cpu(response.f_max);
258 struct gb_sdio_transfer_response *response; local
312 struct gb_sdio_transfer_response *response; local
410 struct gb_sdio_command_response response; local
[all...]
/linux-master/drivers/s390/char/
H A Dsclp_config.c96 int rc, response; local
119 response = sccb->header.response_code;
120 if (response != 0x0020) {
121 pr_err("Open for Business request failed with response code "
122 "0x%04x\n", response);
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_fw.h1282 * ISP queue - response queue entry definition.
1284 struct response { struct
/linux-master/drivers/scsi/
H A Dqla1280.h85 /* ISP request and response entry counts (37-65535) */
87 #define RESPONSE_ENTRY_CNT 63 /* Number of response entries. */
265 #define MBA_SCSI_COMPLETION 0x8020 /* Completion response. */
282 #define MBC_INIT_RESPONSE_QUEUE 0x11 /* Initialize response queue */
304 #define MBC_INIT_RESPONSE_QUEUE_A64 0x53 /* Initialize response q A64 */
560 struct response { struct
920 * ISP request and response queue entry sizes
922 #define RESPONSE_ENTRY_SIZE (sizeof(struct response))
1043 struct response *response_ring; /* Base virtual address */
1044 struct response *response_ring_pt
[all...]
/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/sound/firewire/
H A Dfcp.c208 * fcp_avc_transaction - send an AV/C command and wait for its response
212 * @response: a buffer for the response frame
213 * @response_size: the maximum size of @response
215 * correct response frame
218 * corresponding response frame to be returned.
221 * same time, the correct response frame is detected by the value of certain
222 * bytes. These bytes must be set in @response before calling this function,
225 * @command and @response can point to the same buffer.
227 * Returns the actual size of the response fram
229 fcp_avc_transaction(struct fw_unit *unit, const void *command, unsigned int command_size, void *response, unsigned int response_size, unsigned int response_match_bytes) argument
317 is_matching_response(struct fcp_transaction *transaction, const void *response, size_t length) argument
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_cmds.h21 int vpu_response_cmd(struct vpu_inst *inst, u32 response, u32 handled);
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h500 * @response: response list entry
513 struct list_head response; member in struct:nitrox_softreq

Completed in 528 milliseconds

<<1112131415