Home
last modified time | relevance | path

Searched refs:hisi_sas_itct (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas.h376 struct hisi_sas_itct *itct;
439 struct hisi_sas_itct *itct;
528 struct hisi_sas_itct { struct
Dhisi_sas_v3_hw.c787 struct hisi_sas_itct *itct = &hisi_hba->itct[device_id]; in setup_itct_v3_hw()
838 struct hisi_sas_itct *itct = &hisi_hba->itct[dev_id]; in clear_itct_v3_hw()
859 memset(itct, 0, sizeof(struct hisi_sas_itct)); in clear_itct_v3_hw()
3358 struct hisi_sas_itct *itct; in debugfs_snapshot_itct_reg_v3_hw()
3366 memcpy(databuf, itct, sizeof(struct hisi_sas_itct)); in debugfs_snapshot_itct_reg_v3_hw()
3367 databuf += sizeof(struct hisi_sas_itct); in debugfs_snapshot_itct_reg_v3_hw()
3592 struct hisi_sas_itct *itct = debugfs_itct->itct; in debugfs_itct_v3_hw_show()
4623 sz = HISI_SAS_MAX_ITCT_ENTRIES * sizeof(struct hisi_sas_itct); in debugfs_alloc_v3_hw()
Dhisi_sas_v2_hw.c927 struct hisi_sas_itct *itct = &hisi_hba->itct[device_id]; in setup_itct_v2_hw()
980 struct hisi_sas_itct *itct = &hisi_hba->itct[dev_id]; in clear_itct_v2_hw()
1002 memset(itct, 0, sizeof(struct hisi_sas_itct)); in clear_itct_v2_hw()
3106 struct hisi_sas_itct *itct; in cq_thread_v2_hw()
Dhisi_sas_v1_hw.c496 struct hisi_sas_itct *itct = &hisi_hba->itct[device_id]; in setup_itct_v1_hw()
538 struct hisi_sas_itct *itct = &hisi_hba->itct[dev_id]; in clear_itct_v1_hw()
Dhisi_sas_main.c2145 s = HISI_SAS_MAX_ITCT_ENTRIES * sizeof(struct hisi_sas_itct); in hisi_sas_alloc()