Searched refs:response (Results 276 - 300 of 362) sorted by path

<<1112131415

/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/drivers/target/loopback/
H A Dtcm_loop.c222 ret = se_cmd->se_tmr_req->response;
/linux-master/drivers/target/sbp/
H A Dsbp_target.c266 struct sbp_login_response_block *response; local
306 * response block like a fresh login.
432 response = kzalloc(sizeof(*response), GFP_KERNEL);
433 if (!response) {
434 pr_err("failed to allocate login response block\n");
446 12, sizeof(*response));
447 response->misc = cpu_to_be32(
450 response->reconnect_hold = cpu_to_be32(sess->reconnect_hold & 0xffff);
452 &response
[all...]
/linux-master/drivers/target/
H A Dtarget_core_tmr.c159 tmr->response = TMR_FUNCTION_COMPLETE;
171 tmr->response = TMR_TASK_DOES_NOT_EXIST;
241 tmr_p->function, tmr_p->response, cmd->t_state);
258 * without any response to the application client. A TAS bit set
369 * tasks shall be terminated by the device server without any response
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/drivers/target/tcm_fc/
H A Dtfc_cmd.c98 * Send response.
146 * Send response.
154 pr_info_ratelimited("%s: Failed to send response frame %p, "
158 * to reduce it's queue_depth after the se_cmd response has
227 * FC sequence response handler for follow-on sequences (data) and aborts.
261 * Send a FCP response including SCSI status and optional FCP rsp_code.
277 pr_debug("FCP error response: did %x oxid %x status %x code %x\n",
306 * Send error or task management response.
317 * Send error or task management response.
383 switch (tmr->response) {
[all...]
/linux-master/drivers/thunderbolt/
H A Dctl.c235 static struct tb_cfg_result decode_error(const struct ctl_pkg *response) argument
237 struct cfg_error_pkg *pkg = response->buffer;
241 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR,
556 if (!req->response)
759 * Call this as response for non-plug notification to ack it. Returns
822 * Call this as response for hot plug/unplug event to ack it.
874 memcpy(req->response, pkg->buffer, req->response_size);
878 /* Always complete when first response is received */
883 * tb_cfg_reset() - send a reset packet and wait for a response
909 req->response
[all...]
H A Dctl.h59 * @response: Response is stored here
60 * @response_size: Maximum size of one response packet
61 * @response_type: Expected type of the response packet
64 * @copy: Function used to copy the incoming packet to @response
82 void *response; member in struct:tb_cfg_request
H A Ddma_port.c84 memcpy(req->response, pkg->buffer, req->response_size);
114 req->response = &reply;
157 req->response = &reply;
H A Ddomain.c700 * this and if the response matches our random challenge, the switch is
708 u8 response[TB_SWITCH_KEY_SIZE]; local
724 ret = tb->cm_ops->challenge_switch_key(tb, sw, challenge, response);
751 if (memcmp(response, hmac, sizeof(hmac))) {
H A Dicm.c292 memcpy(req->response + offset, pkg->buffer, req->response_size);
299 void *response, size_t response_size, size_t npackets,
317 req->response = response;
531 const u8 *challenge, u8 *response)
555 memcpy(response, reply.response, TB_SWITCH_KEY_SIZE);
1097 const u8 *challenge, u8 *response)
1122 memcpy(response, reply.response, TB_SWITCH_KEY_SIZ
298 icm_request(struct tb *tb, const void *request, size_t request_size, void *response, size_t response_size, size_t npackets, int retries, unsigned int timeout_msec) argument
530 icm_fr_challenge_switch_key(struct tb *tb, struct tb_switch *sw, const u8 *challenge, u8 *response) argument
1096 icm_tr_challenge_switch_key(struct tb *tb, struct tb_switch *sw, const u8 *challenge, u8 *response) argument
[all...]
H A Dtb.h520 const u8 *challenge, u8 *response);
H A Dtb_msgs.h59 /* TB_CFG_PKG_READ, response for TB_CFG_PKG_WRITE */
65 /* TB_CFG_PKG_WRITE, response for TB_CFG_PKG_READ */
271 u32 response[8]; member in struct:icm_fr_pkg_challenge_device_response
455 u32 response[8]; member in struct:icm_tr_pkg_challenge_device_response
632 * Max length of data array single XDomain property response is allowed
H A Dxdomain.c125 memcpy(req->response, pkg->buffer, req->response_size);
135 static int __tb_xdomain_response(struct tb_ctl *ctl, const void *response, argument
146 req->request = response;
154 * tb_xdomain_response() - Send a XDomain response message
156 * @response: Response to send
157 * @size: Size of the response
158 * @type: PDF type of the response
160 * This can be used to send a XDomain response message to the other
161 * domain. No response for the message is expected.
165 int tb_xdomain_response(struct tb_xdomain *xd, const void *response, argument
172 __tb_xdomain_request(struct tb_ctl *ctl, const void *request, size_t request_size, enum tb_cfg_pkg_type request_type, void *response, size_t response_size, enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) argument
217 tb_xdomain_request(struct tb_xdomain *xd, const void *request, size_t request_size, enum tb_cfg_pkg_type request_type, void *response, size_t response_size, enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) argument
[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 */
890 * ufshcd_get_req_rsp - returns the TR response transaction type
891 * @ucd_rsp_ptr: pointer to response UPIU
903 * @ucd_rsp_ptr: pointer to response UPIU
906 * the Device Information field of response UPIU.
2358 struct ufs_query_res *query_res = &hba->dev_cmd.query.response;
3108 dev_err(hba->dev, "%s: unexpected response %x\n",
3113 u8 response = lrbp->ucd_rsp_ptr->header.response; local
3300 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
3351 struct ufs_query_res *response = NULL; local
3419 struct ufs_query_res *response = NULL; local
3507 struct ufs_query_res *response = NULL; local
8530 struct ufs_query_res *response = NULL; local
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ep0.c148 __le16 *response; local
184 response = (__le16 *)pdev->setup_buf;
185 *response = cpu_to_le16(status);
187 pdev->ep0_preq.request.length = sizeof(*response);
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c77 u8 *inbuf; /* buffer for response */
83 struct urb *response; member in struct:wdm_device
313 rv = usb_submit_urb(desc->response, GFP_ATOMIC);
314 dev_dbg(&desc->intf->dev, "submit response URB %d\n", rv);
343 usb_poison_urb(desc->response);
352 usb_unpoison_urb(desc->response);
360 usb_free_urb(desc->response);
504 rv = usb_submit_urb(desc->response, GFP_KERNEL);
989 rv = usb_submit_urb(desc->response, GFP_KERNEL);
1058 desc->response
[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/usb/misc/
H A Dezusb.c45 int response = ezusb_writememory(dev, cpucs_reg, &reset_bit, 1, WRITE_INT_RAM); local
46 if (response < 0)
48 __func__, reset_bit, response);
49 return response;
/linux-master/drivers/usb/serial/
H A Dio_edgeport.c320 int response; local
333 response = request_ihex_firmware(&fw, fw_name,
335 if (response) {
337 fw_name, response);
373 response = rom_write(edge_serial->serial,
378 if (response < 0) {
819 int response; local
868 response = usb_submit_urb(edge_serial->interrupt_read_urb,
870 if (response) {
872 __func__, response);
2526 int response; local
2586 int response; local
2630 int response; local
2706 int response; local
[all...]
H A Dmos7720.c847 int response; local
929 response = usb_submit_urb(port->read_urb, GFP_KERNEL);
930 if (response)
932 __func__, response);
H A Dmos7840.c516 int response; local
703 response = usb_submit_urb(mos7840_port->read_urb, GFP_KERNEL);
704 if (response) {
706 __func__, response);
H A Dwhiteheat.c192 int response; local
194 response = ezusb_fx1_ihex_firmware_download(serial->dev, "whiteheat_loader.fw");
195 if (response >= 0) {
196 response = ezusb_fx1_ihex_firmware_download(serial->dev, "whiteheat.fw");
197 if (response >= 0)
488 dev_dbg(&urb->dev->dev, "%s - empty response, exiting.\n", __func__);
/linux-master/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c202 u8 response[4]; local
208 * Status can be checked from the response message if the
212 len, response, sizeof(response));
218 response[2] : response[1];
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c1685 * 6-43), and can be returned maximum 6 VDOs per response (see Figure
1874 const u32 *p, int cnt, u32 *response,
1967 response[i + 1] = port->snk_vdo_v1[i];
1972 response[i + 1] = port->snk_vdo[i];
1990 /* Attention command does not have response */
1997 response[0] = p[0] | VDO_CMDT(CMDT_RSP_ACK);
1999 response[0] = p[0] | VDO_CMDT(CMDT_RSP_NAK);
2002 response[0] = p[0] | VDO_CMDT(CMDT_RSP_BUSY);
2005 response[0] = (response[
1873 tcpm_pd_svdm(struct tcpm_port *port, struct typec_altmode *adev, const u32 *p, int cnt, u32 *response, enum adev_actions *adev_action, enum tcpm_transmit_type rx_sop_type, enum tcpm_transmit_type *response_tx_sop_type) argument
2247 u32 response[8] = { }; local
2445 u32 response[8] = { }; local
[all...]

Completed in 352 milliseconds

<<1112131415