Home
last modified time | relevance | path

Searched refs:ssp_frame_hdr (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_sas.h322 struct ssp_frame_hdr ssp_frame;
458 struct ssp_frame_hdr ssp_frame;
509 struct ssp_frame_hdr ssp_frame;
557 struct ssp_frame_hdr ssp_frame;
Daic94xx_tmf.c269 struct ssp_frame_hdr *fh; in asd_get_tmf_resp_tasklet()
Daic94xx_task.c174 r + 16 + sizeof(struct ssp_frame_hdr); in asd_get_response_tasklet()
/linux-5.19.10/include/scsi/
Dsas.h301 struct ssp_frame_hdr { struct
534 struct ssp_frame_hdr { struct
/linux-5.19.10/drivers/scsi/hisi_sas/
Dhisi_sas.h74 #define HISI_SAS_MAX_SSP_RESP_SZ (sizeof(struct ssp_frame_hdr) + 1024)
590 struct ssp_frame_hdr hdr;
Dhisi_sas_v1_hw.c999 sizeof(struct ssp_frame_hdr)+3)/4) << in prep_ssp_v1_hw()
1003 sizeof(struct ssp_frame_hdr)+3)/4) << in prep_ssp_v1_hw()
1020 sizeof(struct ssp_frame_hdr); in prep_ssp_v1_hw()
Dhisi_sas_v3_hw.c1260 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v3_hw()
1281 sizeof(struct ssp_frame_hdr); in prep_ssp_v3_hw()
1309 sizeof(struct ssp_frame_hdr) + in prep_ssp_v3_hw()
Dhisi_sas_v2_hw.c1780 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v2_hw()
1797 sizeof(struct ssp_frame_hdr); in prep_ssp_v2_hw()
/linux-5.19.10/drivers/scsi/mvsas/
Dmv_sas.c569 struct ssp_frame_hdr *ssp_hdr; in mvs_task_prep_ssp()
643 req_len = sizeof(struct ssp_frame_hdr) + 28; in mvs_task_prep_ssp()
656 ssp_hdr = (struct ssp_frame_hdr *)buf_cmd; in mvs_task_prep_ssp()
/linux-5.19.10/drivers/scsi/isci/
Drequest.c1712 struct ssp_frame_hdr ssp_hdr; in sci_io_request_frame_handler()
1719 word_cnt = sizeof(struct ssp_frame_hdr) / sizeof(u32); in sci_io_request_frame_handler()
Dremote_device.c468 struct ssp_frame_hdr hdr; in sci_remote_device_frame_handler()