Home
last modified time | relevance | path

Searched refs:tag_of_task_to_be_managed (Results 1 – 7 of 7) sorted by relevance

/linux/include/scsi/
H A Dlibsas.h568 u16 tag_of_task_to_be_managed; member
/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c1142 .tag_of_task_to_be_managed = tag, in sas_query_task()
1158 .tag_of_task_to_be_managed = tag, in sas_abort_task()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1034 (tmf->tag_of_task_to_be_managed >> 8) & 0xff; in prep_ssp_v1_hw()
1036 tmf->tag_of_task_to_be_managed & 0xff; in prep_ssp_v1_hw()
H A Dhisi_sas_v2_hw.c1810 (tmf->tag_of_task_to_be_managed >> 8) & 0xff; in prep_ssp_v2_hw()
1812 tmf->tag_of_task_to_be_managed & 0xff; in prep_ssp_v2_hw()
H A Dhisi_sas_v3_hw.c1336 (tmf->tag_of_task_to_be_managed >> 8) & 0xff; in prep_ssp_v3_hw()
1338 tmf->tag_of_task_to_be_managed & 0xff; in prep_ssp_v3_hw()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c675 (tmf->tag_of_task_to_be_managed >> 8) & 0xff; in mvs_task_prep_ssp()
677 tmf->tag_of_task_to_be_managed & 0xff; in mvs_task_prep_ssp()
/linux/drivers/scsi/pm8001/
H A Dpm8001_hwi.c4353 sspTMCmd.relate_tag = cpu_to_le32((u32)tmf->tag_of_task_to_be_managed); in pm8001_chip_ssp_tm_req()