Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/hisi_sas/
Dhisi_sas.h61 #define hisi_sas_cmd_hdr_addr_mem(slot) hisi_sas_cmd_hdr_addr((slot)->buf) macro
Dhisi_sas_v3_hw.c1323 buf_cmd = hisi_sas_cmd_hdr_addr_mem(slot) + in prep_ssp_v3_hw()
1351 buf_cmd_prot = hisi_sas_cmd_hdr_addr_mem(slot) + in prep_ssp_v3_hw()
1489 buf_cmd = hisi_sas_cmd_hdr_addr_mem(slot); in prep_ata_v3_hw()
Dhisi_sas_v2_hw.c1796 buf_cmd = hisi_sas_cmd_hdr_addr_mem(slot) + in prep_ssp_v2_hw()
2571 buf_cmd = hisi_sas_cmd_hdr_addr_mem(slot); in prep_ata_v2_hw()
Dhisi_sas_v1_hw.c1019 buf_cmd = hisi_sas_cmd_hdr_addr_mem(slot) + in prep_ssp_v1_hw()
Dhisi_sas_main.c429 memset(hisi_sas_cmd_hdr_addr_mem(slot), 0, HISI_SAS_COMMAND_TABLE_SZ); in hisi_sas_task_deliver()