Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h391 __be32 cancel_key; member
484 __be32 cancel_key; member
522 __be32 cancel_key; member
730 u32 cancel_key; member
H A Dibmvfc.c1916 vfc_cmd->cancel_key = cpu_to_be32((unsigned long)sdev->hostdata); in ibmvfc_init_vfc_cmd()
2063 tmf->cancel_key = cpu_to_be32(IBMVFC_PASSTHRU_CANCEL_KEY); in ibmvfc_bsg_timeout()
2255 mad->iu.cancel_key = cpu_to_be32(IBMVFC_PASSTHRU_CANCEL_KEY); in ibmvfc_bsg_request()
2558 tmf->cancel_key = cpu_to_be32((unsigned long)sdev->hostdata); in ibmvfc_init_tmf()
2746 unsigned long cancel_key = (unsigned long)key; in ibmvfc_match_key() local
2749 be32_to_cpu(evt->iu.cmd.cancel_key) == cancel_key) in ibmvfc_match_key()
4638 tmf->cancel_key = cpu_to_be32(tgt->cancel_key); in ibmvfc_adisc_timeout()
4688 mad->iu.cancel_key = cpu_to_be32(tgt->cancel_key); in ibmvfc_tgt_adisc()
4891 tgt->cancel_key = vhost->task_set++; in ibmvfc_alloc_target()