Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/isci/
Drequest.c565 task_context->type.stp.fis_type = FIS_REGH2D; in scu_stp_raw_request_construct_task_context()
657 ireq->stp.rsp.fis_type = 0; in sci_atapi_construct()
1340 task_context->type.stp.fis_type = FIS_DATA; in sci_stp_request_pio_data_out_trasmit_data_frame()
1562 (frame_header->fis_type == FIS_REGD2H)) { in sci_stp_request_udma_general_frame_handler()
1592 if (frame_header->fis_type != FIS_REGD2H) { in process_unsolicited_fis()
1595 __func__, frame_header->fis_type); in process_unsolicited_fis()
1656 task_context->type.stp.fis_type = FIS_DATA; in scu_atapi_reconstruct_raw_frame_task_context()
1680 task_context->type.stp.fis_type = FIS_DATA; in scu_atapi_construct_task_context()
1854 switch (frame_header->fis_type) { in sci_io_request_frame_handler()
1905 switch (frame_header->fis_type) { in sci_io_request_frame_handler()
[all …]
Dscu_task_context.h334 u32 fis_type:8; member
Dremote_device.c502 if (hdr->fis_type == FIS_SETDEVBITS && in sci_remote_device_frame_handler()
508 } else if (hdr->fis_type == FIS_REGD2H && in sci_remote_device_frame_handler()
Dphy.c1026 if ((frame_header->fis_type == FIS_REGD2H) && in sci_phy_frame_handler()
/linux-6.6.21/include/scsi/
Dsas.h204 u8 fis_type; /* 0x34 */ member
228 u8 fis_type; /* 0x27 */ member
/linux-6.6.21/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
/linux-6.6.21/drivers/scsi/libsas/
Dsas_host_smp.c166 if (fis->fis_type != 0x34) in sas_report_phy_sata()