Searched refs:abort_cmd (Results 1 – 15 of 15) sorted by relevance
| /linux/include/net/nfc/ |
| H A D | digital.h | 169 void (*abort_cmd)(struct nfc_digital_dev *ddev); member
|
| /linux/drivers/scsi/ibmvscsi_tgt/ |
| H A D | ibmvscsi_tgt.h | 162 struct ibmvscsis_cmd *abort_cmd; member
|
| H A D | ibmvscsi_tgt.c | 1284 if (cmd->abort_cmd) in ibmvscsis_get_free_cmd() 1285 cmd->abort_cmd = NULL; in ibmvscsis_get_free_cmd() 1893 if (cmd->abort_cmd) { in ibmvscsis_send_messages() 1895 cmd->abort_cmd->flags &= ~(DELAY_SEND); in ibmvscsis_send_messages() 1896 cmd->abort_cmd = NULL; in ibmvscsis_send_messages() 2876 cmd->abort_cmd = NULL; in ibmvscsis_alloc_cmds() 3807 cmd_itr->abort_cmd = cmd; in ibmvscsis_queue_tm_rsp()
|
| /linux/drivers/nfc/pn533/ |
| H A D | pn533.h | 219 void (*abort_cmd)(struct pn533 *priv, gfp_t flags); member
|
| H A D | i2c.c | 162 .abort_cmd = pn533_i2c_abort_cmd,
|
| H A D | uart.c | 129 .abort_cmd = pn532_uart_abort_cmd,
|
| /linux/net/nfc/ |
| H A D | digital_core.c | 107 ddev->ops->abort_cmd(ddev); in digital_abort_cmd() 761 !ops->tg_configure_hw || !ops->tg_send_cmd || !ops->abort_cmd || in nfc_digital_allocate_device()
|
| /linux/drivers/nfc/ |
| H A D | nfcsim.c | 330 .abort_cmd = nfcsim_abort_cmd,
|
| H A D | port100.c | 1479 .abort_cmd = port100_abort_cmd,
|
| H A D | trf7970a.c | 1925 .abort_cmd = trf7970a_abort_cmd,
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 6777 struct sdebug_abort_cmd abort_cmd; member 6798 struct scsi_cmnd *abort_cmd; in scsi_debug_abort_cmnd() local 6802 abort_cmd = scsi_get_internal_cmd(shost->pseudo_sdev, DMA_NONE, in scsi_debug_abort_cmnd() 6804 if (!abort_cmd) in scsi_debug_abort_cmnd() 6806 internal_cmd = scsi_cmd_priv(abort_cmd); in scsi_debug_abort_cmnd() 6809 .abort_cmd = { in scsi_debug_abort_cmnd() 6813 abort_rq = scsi_cmd_to_rq(abort_cmd); in scsi_debug_abort_cmnd() 6816 scsi_put_internal_cmd(abort_cmd); in scsi_debug_abort_cmnd() 9276 struct sdebug_abort_cmd *abort_cmd = &internal_cmd->abort_cmd; in scsi_debug_abort_cmd() local 9277 const u32 unique_tag = abort_cmd->unique_tag; in scsi_debug_abort_cmd()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 11224 bf_set(abort_cmd_criteria, &wqe->abort_cmd, T_XRI_TAG); in __lpfc_sli_prep_abort_xri_s4() 11226 bf_set(abort_cmd_ia, &wqe->abort_cmd, 1); in __lpfc_sli_prep_abort_xri_s4() 11228 bf_set(abort_cmd_ia, &wqe->abort_cmd, 0); in __lpfc_sli_prep_abort_xri_s4() 11231 bf_set(wqe_cmnd, &wqe->abort_cmd.wqe_com, CMD_ABORT_XRI_WQE); in __lpfc_sli_prep_abort_xri_s4() 11234 wqe->abort_cmd.wqe_com.abort_tag = ulp_context; in __lpfc_sli_prep_abort_xri_s4() 11237 bf_set(wqe_reqtag, &wqe->abort_cmd.wqe_com, iotag); in __lpfc_sli_prep_abort_xri_s4() 11240 bf_set(wqe_qosd, &wqe->abort_cmd.wqe_com, 1); in __lpfc_sli_prep_abort_xri_s4() 11244 bf_set(wqe_wqec, &wqe->abort_cmd.wqe_com, 1); in __lpfc_sli_prep_abort_xri_s4() 11245 bf_set(wqe_cqid, &wqe->abort_cmd.wqe_com, cqid); in __lpfc_sli_prep_abort_xri_s4() 11246 bf_set(wqe_cmd_type, &wqe->abort_cmd.wqe_com, OTHER_COMMAND); in __lpfc_sli_prep_abort_xri_s4() [all …]
|
| H A D | lpfc.h | 1822 return iocbq->wqe.abort_cmd.wqe_com.abort_tag; in get_job_abtsiotag()
|
| /linux/drivers/nfc/st95hf/ |
| H A D | core.c | 1048 .abort_cmd = st95hf_abort_cmd,
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.c | 2051 struct qla_tgt_cmd *abort_cmd; in __qlt_24xx_handle_abts() local 2079 abort_cmd = ha->tgt.tgt_ops->find_cmd_by_tag(sess, in __qlt_24xx_handle_abts() 2081 if (!abort_cmd) { in __qlt_24xx_handle_abts() 2085 mcmd->unpacked_lun = abort_cmd->se_cmd.orig_fe_lun; in __qlt_24xx_handle_abts() 2087 if (abort_cmd->qpair) { in __qlt_24xx_handle_abts() 2088 mcmd->qpair = abort_cmd->qpair; in __qlt_24xx_handle_abts() 2089 mcmd->se_cmd.cpuid = abort_cmd->se_cmd.cpuid; in __qlt_24xx_handle_abts() 2090 mcmd->abort_io_attr = abort_cmd->atio.u.isp24.attr; in __qlt_24xx_handle_abts()
|