Home
last modified time | relevance | path

Searched refs:fis_type (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/isci/
Drequest.c570 task_context->type.stp.fis_type = FIS_REGH2D; in scu_stp_raw_request_construct_task_context()
662 ireq->stp.rsp.fis_type = 0; in sci_atapi_construct()
1344 task_context->type.stp.fis_type = FIS_DATA; in sci_stp_request_pio_data_out_trasmit_data_frame()
1568 (frame_header->fis_type == FIS_REGD2H)) { in sci_stp_request_udma_general_frame_handler()
1598 if (frame_header->fis_type != FIS_REGD2H) { in process_unsolicited_fis()
1601 __func__, frame_header->fis_type); in process_unsolicited_fis()
1662 task_context->type.stp.fis_type = FIS_DATA; in scu_atapi_reconstruct_raw_frame_task_context()
1686 task_context->type.stp.fis_type = FIS_DATA; in scu_atapi_construct_task_context()
1860 switch (frame_header->fis_type) { in sci_io_request_frame_handler()
1911 switch (frame_header->fis_type) { in sci_io_request_frame_handler()
[all …]
Dscu_task_context.h334 u32 fis_type:8; member
Dremote_device.c501 if (hdr->fis_type == FIS_SETDEVBITS && in sci_remote_device_frame_handler()
507 } else if (hdr->fis_type == FIS_REGD2H && in sci_remote_device_frame_handler()
Dphy.c1031 if ((frame_header->fis_type == FIS_REGD2H) && in sci_phy_frame_handler()
/kernel/linux/linux-5.10/include/scsi/
Dsas.h195 u8 fis_type; /* 0x34 */ member
219 u8 fis_type; /* 0x27 */ member
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
Dpm8001_hwi.h174 u8 fis_type; /* 0xA1*/ member
186 u8 fis_type; /* 0x5f */ member
Dpm80xx_hwi.h371 u8 fis_type; /* 0xA1*/ member
383 u8 fis_type; /* 0x5f */ member
Dpm80xx_hwi.c1840 fis.fis_type = 0x27; in pm80xx_send_read_log()
Dpm8001_hwi.c1804 fis.fis_type = 0x27; in pm8001_send_read_log()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_host_smp.c166 if (fis->fis_type != 0x34) in sas_report_phy_sata()