Searched refs:req_status (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 519 usb_ep_free_request(fu->ep_status, stream->req_status); in uasp_prepare_r_request() 523 stream->req_status = NULL; in uasp_prepare_r_request() 606 stream->req_status->is_last = 1; in uasp_status_data_cmpl() 607 stream->req_status->stream_id = cmd->tag; in uasp_status_data_cmpl() 608 stream->req_status->context = cmd; in uasp_status_data_cmpl() 609 stream->req_status->length = se_cmd->scsi_sense_length + 16; in uasp_status_data_cmpl() 610 stream->req_status->buf = iu; in uasp_status_data_cmpl() 611 stream->req_status->complete = uasp_status_data_cmpl; in uasp_status_data_cmpl() 658 stream->req_status->is_last = 1; in uasp_send_read_response() 659 stream->req_status in uasp_send_read_response() [all...] |
H A D | tcm.h | 106 struct usb_request *req_status; 95 struct usb_request *req_status; global() member
|
/linux/drivers/media/platform/ti/omap/ |
H A D | omap_vout_vrfb.c | 137 vout->vrfb_dma_tx.req_status = DMA_CHAN_NOT_ALLOTED; in omap_vout_setup_vrfb_bufs() 145 vout->vrfb_dma_tx.req_status = DMA_CHAN_NOT_ALLOTED; in omap_vout_setup_vrfb_bufs() 149 if (vout->vrfb_dma_tx.req_status == DMA_CHAN_NOT_ALLOTED) in omap_vout_setup_vrfb_bufs() 185 if (vout->vrfb_dma_tx.req_status == DMA_CHAN_ALLOTED) { in omap_vout_release_vrfb() 186 vout->vrfb_dma_tx.req_status = DMA_CHAN_NOT_ALLOTED; in omap_vout_release_vrfb()
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs_fcpim.c | 32 bfa_status_t req_status, u32 rsp_len, 493 bfa_status_t req_status, u32 rsp_len, in bfa_fcs_itnim_prli_response() argument 502 bfa_trc(itnim->fcs, req_status); in bfa_fcs_itnim_prli_response() 507 if (req_status != BFA_STATUS_OK) { in bfa_fcs_itnim_prli_response()
|
H A D | bfi_ms.h | 366 u8 req_status; /* request status */ member
|
H A D | bfad_bsg.c | 3252 bfa_status_t req_status, u32 rsp_len, u32 resid_len, in bfad_send_fcpt_cb() argument 3257 drv_fcxp->req_status = req_status; in bfad_send_fcpt_cb() 3526 bsg_fcpt->status = drv_fcxp->req_status; in bfad_im_bsg_els_ct_request() 3533 if (drv_fcxp->req_status == BFA_STATUS_OK) { in bfad_im_bsg_els_ct_request()
|
/linux/net/bluetooth/ |
H A D | hci_sync.c | 28 if (hdev->req_status != HCI_REQ_PEND) in hci_cmd_sync_complete() 32 hdev->req_status = HCI_REQ_DONE; in hci_cmd_sync_complete() 170 hdev->req_status = HCI_REQ_PEND; in __hci_cmd_sync_sk() 177 hdev->req_status != HCI_REQ_PEND, in __hci_cmd_sync_sk() 183 switch (hdev->req_status) { in __hci_cmd_sync_sk() 197 hdev->req_status = 0; in __hci_cmd_sync_sk() 668 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel() 670 hdev->req_status = HCI_REQ_CANCELED; in hci_cmd_sync_cancel() 686 if (hdev->req_status == HCI_REQ_PEND) { in hci_cmd_sync_cancel_sync() 691 hdev->req_status = HCI_REQ_CANCELED; in hci_cmd_sync_cancel_sync()
|
H A D | hci_conn.c | 3047 if (conn->state == BT_CONNECT && hdev->req_status == HCI_REQ_PEND) { in hci_abort_conn()
|
H A D | hci_core.c | 4065 if (hdev->req_status == HCI_REQ_PEND && in hci_send_cmd_sync()
|
/linux/drivers/scsi/ |
H A D | mvumi.h | 294 u8 req_status; member
|
H A D | mvumi.c | 1306 scmd->result = ob_frame->req_status; in mvumi_complete_cmd() 1308 switch (ob_frame->req_status) { in mvumi_complete_cmd() 1340 cmd->cmd_status = ob_frame->req_status; in mvumi_complete_internal_cmd() 1342 if ((ob_frame->req_status == SAM_STAT_CHECK_CONDITION) && in mvumi_complete_internal_cmd()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.c | 47 static void qed_vf_pf_req_end(struct qed_hwfn *p_hwfn, int req_status) in qed_vf_pf_req_end() argument 53 req_status, resp->default_resp.hdr.status); in qed_vf_pf_req_end()
|
/linux/drivers/scsi/esas2r/ |
H A D | atioctl.h | 844 u8 req_status; member
|
H A D | esas2r_ioctl.c | 736 spt->req_status = sts; in scsi_passthru_comp_cb()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 516 __u32 req_status; member
|