Searched defs:sas_ata_task (Results 1 – 2 of 2) sorted by relevance
543 struct sas_ata_task { struct544 struct host_to_dev_fis fis;545 u8 atapi_packet[16]; /* 0 if not ATAPI task */547 u8 retry_count; /* hardware retry, should be > 0 */549 u8 dma_xfer:1; /* PIO:0 or DMA:1 */550 u8 use_ncq:1;551 u8 set_affil_pol:1;552 u8 stp_affil_pol:1;554 u8 device_control_reg_update:1;
524 struct sas_ata_task { struct525 struct host_to_dev_fis fis;526 u8 atapi_packet[16]; /* 0 if not ATAPI task */528 u8 dma_xfer:1; /* PIO:0 or DMA:1 */529 u8 use_ncq:1;530 u8 return_fis_on_success:1;532 u8 device_control_reg_update:1;534 bool force_phy;535 int force_phy_id;