Searched refs:response (Results 276 - 300 of 359) sorted by relevance

<<1112131415

/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c506 job->reply_payload.sg_cnt, &smp_buf->parameters.response,
/linux-master/drivers/usb/serial/
H A Dmos7840.c516 int response; local
703 response = usb_submit_urb(mos7840_port->read_urb, GFP_KERNEL);
704 if (response) {
706 __func__, response);
/linux-master/sound/soc/intel/atom/sst/
H A Dsst.h494 bool large, bool fill_dsp, bool sync, bool response);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h135 * Tx response (REPLY_TX), and the block ack notification
396 u32 response; member in struct:reply_agg_tx_error_statistics
550 * @bt_sco_disable: uCode should not response to BT in SCO/ESCO mode
/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/crypto/intel/qat/qat_common/
H A Dadf_accel_devices.h399 struct pfvf_message response; /* temp field holding pf2vf response */ member in struct:adf_accel_dev::__anon263::__anon265
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi.h177 /* Error information returned by PPM in response to GET_ERROR_STATUS command. */
198 /* Data structure filled by PPM in response to GET_CAPABILITY command. */
227 /* Data structure filled by PPM in response to GET_CONNECTOR_CAPABILITY cmd. */
268 /* Data structure filled by PPM in response to GET_CABLE_PROPERTY command. */
288 /* Data structure filled by PPM in response to GET_CONNECTOR_STATUS command. */
356 * Data structure filled by PPM in response to GET_PD_MESSAGE command with the
374 } response; member in struct:ucsi_debugfs_entry
/linux-master/drivers/scsi/
H A Dqla1280.c254 - Corrected declared size for request and response
420 static void qla1280_status_entry(struct scsi_qla_host *, struct response *,
422 static void qla1280_error_entry(struct scsi_qla_host *, struct response *,
1284 qla1280_return_status(struct response * sts, struct scsi_cmnd *cp)
1349 dprintk(2, "qla1280_return_status: response packet data\n");
1869 * ha->response_ring = response ring virtual address
1871 * ha->response_dma = response ring physical address
1903 /* Initialize response queue. */
3338 struct response *pkt;
3386 dprintk(5, "qla1280_isr: mailbox SCSI response "
[all...]
/linux-master/drivers/ufs/core/
H A Dufshcd.c56 /* NOP OUT retries waiting for NOP IN response */
58 /* Timeout after 50 msecs if NOP OUT hangs without response */
892 * ufshcd_get_req_rsp - returns the TR response transaction type
893 * @ucd_rsp_ptr: pointer to response UPIU
905 * @ucd_rsp_ptr: pointer to response UPIU
908 * the Device Information field of response UPIU.
2384 struct ufs_query_res *query_res = &hba->dev_cmd.query.response;
3158 dev_err(hba->dev, "%s: unexpected response %x\n",
3163 u8 response = lrbp->ucd_rsp_ptr->header.response; local
3333 ufshcd_init_query(struct ufs_hba *hba, struct ufs_query_req **request, struct ufs_query_res **response, enum query_opcode opcode, u8 idn, u8 index, u8 selector) argument
3384 struct ufs_query_res *response = NULL; local
3453 struct ufs_query_res *response = NULL; local
3543 struct ufs_query_res *response = NULL; local
8712 struct ufs_query_res *response = NULL; local
[all...]
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_init.c57 * qla4xxx_init_response_q_entries() - Initializes response queue entries.
66 struct response *pkt;
68 pkt = (struct response *)ha->response_ptr;
95 /* Initialize response queue. */
964 /* Initialize the Host adapter request/response queues and firmware */
1080 * with failed device_state or a logout response before
/linux-master/fs/smb/client/
H A Dconnect.c322 kfree_sensitive(server->session_key.response);
323 server->session_key.response = NULL;
603 * Also, no need to ping if we got a response recently.
629 cifs_server_dbg(VFS, "No memory for large SMB response\n");
642 cifs_server_dbg(VFS, "No memory for SMB response\n");
663 * 2s client gets a response
664 * 30s echo workqueue job pops, and decides we got a response recently
668 * a response in >60s.
821 /* Regular SMB response */
827 cifs_dbg(FYI, "RFC 1002 positive session response\
[all...]
/linux-master/net/bluetooth/
H A Dl2cap_core.c3753 /* Reset ident so only one response is sent */
3791 /* Build response */
3935 goto response;
3943 goto response;
3949 goto response;
3954 goto response;
4010 response:
4238 /* Incomplete config. Send empty response. */
4843 goto response;
4852 goto response;
[all...]
/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/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/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/scsi/aic7xxx/
H A Daic7xxx_core.c1803 * that the busfree was in response to one of
2289 * is lower. Only lower the response period
3354 * If this message illicited a response,
3362 printk("Asserting ATN for response\n");
3471 * If this message illicited a response, transition
3565 int response; local
3569 response = FALSE;
3599 response = ahc_handle_msg_reject(ahc, devinfo);
3684 response = TRUE;
3754 response
3994 int response = 0; local
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_main.c507 if (mscm->response.choice ==
511 &mscm->response.
515 mscm->response.choice);
H A Dnf_conntrack_proto_dccp.c151 * sRQ -> sIG Ignore, might be response to ignored Request
152 * sRS -> sIG Ignore, might be response to ignored Request
153 * sPO -> sIG Ignore, might be response to ignored Request
154 * sOP -> sIG Ignore, might be response to ignored Request
155 * sCR -> sIG Ignore, might be response to ignored Request
156 * sCG -> sIG Ignore, might be response to ignored Request
219 * sCR -> sCG Close in response to CloseReq (8.3.)
276 * sOP -> sIG Ignore, might be response to ignored Request
277 * sCR -> sIG Ignore, might be response to ignored Request
278 * sCG -> sIG Ignore, might be response t
497 struct dccp_hdr_response response; member in union:nf_conntrack_dccp_buf::__anon3950
[all...]
/linux-master/sound/pci/asihpi/
H A Dhpi6205.c384 /* Init default response */
2112 /* signal we want a response */
2131 if (interface->u.response_buffer.response.size <= phr->size)
2133 interface->u.response_buffer.response.size);
2136 "response len %d too big for buffer %d\n",
2137 interface->u.response_buffer.response.size,
2143 interface->u.response_buffer.response.size;
2178 /* maybe an error response */
2190 /* just the header of the response is valid */
/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/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))
/linux-master/include/net/mana/
H A Dgdma.h134 struct gdma_msg_hdr resp; /* The expected response */
140 struct gdma_msg_hdr response; member in struct:gdma_resp_hdr
/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...]

Completed in 519 milliseconds

<<1112131415