Home
last modified time | relevance | path

Searched refs:cancel_key (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvfc.h355 __be32 cancel_key; member
446 __be32 cancel_key; member
474 __be32 cancel_key; member
623 u32 cancel_key; member
Dibmvfc.c1639 vfc_cmd->cancel_key = cpu_to_be32((unsigned long)cmnd->device->hostdata); in ibmvfc_queuecommand_lck()
1730 tmf->cancel_key = cpu_to_be32(IBMVFC_PASSTHRU_CANCEL_KEY); in ibmvfc_bsg_timeout()
1909 mad->iu.cancel_key = cpu_to_be32(IBMVFC_PASSTHRU_CANCEL_KEY); in ibmvfc_bsg_request()
1985 tmf->cancel_key = cpu_to_be32((unsigned long)sdev->hostdata); in ibmvfc_reset_device()
2190 tmf->cancel_key = cpu_to_be32((unsigned long)sdev->hostdata); in ibmvfc_cancel_all()
2243 unsigned long cancel_key = (unsigned long)key; in ibmvfc_match_key() local
2246 be32_to_cpu(evt->iu.cmd.cancel_key) == cancel_key) in ibmvfc_match_key()
2315 tmf->cancel_key = cpu_to_be32((unsigned long)sdev->hostdata); in ibmvfc_abort_task_set()
3714 tmf->cancel_key = cpu_to_be32(tgt->cancel_key); in ibmvfc_adisc_timeout()
3758 mad->iu.cancel_key = cpu_to_be32(tgt->cancel_key); in ibmvfc_tgt_adisc()
[all …]