Lines Matching refs:rx_fis
1595 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_do_hardreset()
1802 u32 *unk = pp->rx_fis + RX_FIS_UNK; in ahci_error_intr()
1935 const __le32 *f = pp->rx_fis + RX_FIS_SDB; in ahci_handle_port_interrupt()
2072 u8 *rx_fis = pp->rx_fis; in ahci_qc_fill_rtf() local
2082 rx_fis += qc->dev->link->pmp * AHCI_RX_FIS_SZ; in ahci_qc_fill_rtf()
2092 ata_tf_from_fis(rx_fis + RX_FIS_PIO_SETUP, &qc->result_tf); in ahci_qc_fill_rtf()
2093 qc->result_tf.status = (rx_fis + RX_FIS_PIO_SETUP)[15]; in ahci_qc_fill_rtf()
2107 const u8 *fis = rx_fis + RX_FIS_SDB; in ahci_qc_fill_rtf()
2121 ata_tf_from_fis(rx_fis + RX_FIS_D2H_REG, &qc->result_tf); in ahci_qc_fill_rtf()
2145 fis = pp->rx_fis + RX_FIS_SDB; in ahci_qc_ncq_fill_rtf()
2176 fis = pp->rx_fis; in ahci_qc_ncq_fill_rtf()
2543 pp->rx_fis = mem; in ahci_port_start()