Home
last modified time | relevance | path

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

/linux-6.15/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()
2095 tmf->cancel_key = cpu_to_be32(IBMVFC_PASSTHRU_CANCEL_KEY); in ibmvfc_bsg_timeout()
2287 mad->iu.cancel_key = cpu_to_be32(IBMVFC_PASSTHRU_CANCEL_KEY); in ibmvfc_bsg_request()
2590 tmf->cancel_key = cpu_to_be32((unsigned long)sdev->hostdata); in ibmvfc_init_tmf()
2778 unsigned long cancel_key = (unsigned long)key; in ibmvfc_match_key() local
2781 be32_to_cpu(evt->iu.cmd.cancel_key) == cancel_key) in ibmvfc_match_key()
4675 tmf->cancel_key = cpu_to_be32(tgt->cancel_key); in ibmvfc_adisc_timeout()
4725 mad->iu.cancel_key = cpu_to_be32(tgt->cancel_key); in ibmvfc_tgt_adisc()
4928 tgt->cancel_key = vhost->task_set++; in ibmvfc_alloc_target()