Home
last modified time | relevance | path

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

/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h394 __be32 cancel_key; member
487 __be32 cancel_key; member
525 __be32 cancel_key; member
739 u32 cancel_key; member
H A Dibmvfc.c1948 vfc_cmd->cancel_key = cpu_to_be32((unsigned long)sdev->hostdata); in ibmvfc_init_vfc_cmd()
2096 tmf->cancel_key = cpu_to_be32(IBMVFC_PASSTHRU_CANCEL_KEY); in ibmvfc_bsg_timeout()
2288 mad->iu.cancel_key = cpu_to_be32(IBMVFC_PASSTHRU_CANCEL_KEY); in ibmvfc_bsg_request()
2591 tmf->cancel_key = cpu_to_be32((unsigned long)sdev->hostdata); in ibmvfc_init_tmf()
2779 unsigned long cancel_key = (unsigned long)key; in ibmvfc_match_key() local
2782 be32_to_cpu(evt->iu.cmd.cancel_key) == cancel_key) in ibmvfc_match_key()
4676 tmf->cancel_key = cpu_to_be32(tgt->cancel_key); in ibmvfc_adisc_timeout()
4726 mad->iu.cancel_key = cpu_to_be32(tgt->cancel_key); in ibmvfc_tgt_adisc()
4929 tgt->cancel_key = vhost->task_set++; in ibmvfc_alloc_target()