Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_sas.h340 struct ssp_frame_hdr ssp_frame;
476 struct ssp_frame_hdr ssp_frame;
527 struct ssp_frame_hdr ssp_frame;
575 struct ssp_frame_hdr ssp_frame;
Daic94xx_tmf.c287 struct ssp_frame_hdr *fh; in asd_get_tmf_resp_tasklet()
Daic94xx_task.c192 r + 16 + sizeof(struct ssp_frame_hdr); in asd_get_response_tasklet()
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas.h57 #define HISI_SAS_MAX_SSP_RESP_SZ (sizeof(struct ssp_frame_hdr) + 1024)
423 struct ssp_frame_hdr hdr;
Dhisi_sas_v1_hw.c1041 sizeof(struct ssp_frame_hdr)+3)/4) << in prep_ssp_v1_hw()
1045 sizeof(struct ssp_frame_hdr)+3)/4) << in prep_ssp_v1_hw()
1062 sizeof(struct ssp_frame_hdr); in prep_ssp_v1_hw()
Dhisi_sas_v3_hw.c979 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v3_hw()
995 sizeof(struct ssp_frame_hdr); in prep_ssp_v3_hw()
Dhisi_sas_v2_hw.c1801 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v2_hw()
1818 sizeof(struct ssp_frame_hdr); in prep_ssp_v2_hw()
/Linux-v4.19/include/scsi/
Dsas.h309 struct ssp_frame_hdr { struct
540 struct ssp_frame_hdr { struct
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_sas.c582 struct ssp_frame_hdr *ssp_hdr; in mvs_task_prep_ssp()
656 req_len = sizeof(struct ssp_frame_hdr) + 28; in mvs_task_prep_ssp()
669 ssp_hdr = (struct ssp_frame_hdr *)buf_cmd; in mvs_task_prep_ssp()
/Linux-v4.19/drivers/scsi/isci/
Drequest.c1718 struct ssp_frame_hdr ssp_hdr; in sci_io_request_frame_handler()
1725 word_cnt = sizeof(struct ssp_frame_hdr) / sizeof(u32); in sci_io_request_frame_handler()
Dremote_device.c467 struct ssp_frame_hdr hdr; in sci_remote_device_frame_handler()