Lines Matching refs:rx_fis
1553 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG;
1768 u32 *unk = pp->rx_fis + RX_FIS_UNK;
1866 const __le32 *f = pp->rx_fis + RX_FIS_SDB;
2027 u8 *rx_fis = pp->rx_fis;
2030 rx_fis += qc->dev->link->pmp * AHCI_RX_FIS_SZ;
2040 ata_tf_from_fis(rx_fis + RX_FIS_PIO_SETUP, &qc->result_tf);
2041 qc->result_tf.command = (rx_fis + RX_FIS_PIO_SETUP)[15];
2043 ata_tf_from_fis(rx_fis + RX_FIS_D2H_REG, &qc->result_tf);
2389 pp->rx_fis = mem;