Home
last modified time | relevance | path

Searched refs:rx_fis (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ata/
H A Dlibahci.c1612 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_do_hardreset()
1821 u32 *unk = pp->rx_fis + RX_FIS_UNK; in ahci_error_intr()
1954 const __le32 *f = pp->rx_fis + RX_FIS_SDB; in ahci_handle_port_interrupt()
2091 u8 *rx_fis = pp->rx_fis; in ahci_qc_fill_rtf() local
2094 rx_fis += qc->dev->link->pmp * AHCI_RX_FIS_SZ; in ahci_qc_fill_rtf()
2104 ata_tf_from_fis(rx_fis + RX_FIS_PIO_SETUP, &qc->result_tf); in ahci_qc_fill_rtf()
2105 qc->result_tf.status = (rx_fis + RX_FIS_PIO_SETUP)[15]; in ahci_qc_fill_rtf()
2118 const u8 *fis = rx_fis + RX_FIS_SDB; in ahci_qc_fill_rtf()
2131 ata_tf_from_fis(rx_fis + RX_FIS_D2H_REG, &qc->result_tf); in ahci_qc_fill_rtf()
2154 fis = pp->rx_fis + RX_FIS_SDB; in ahci_qc_ncq_fill_rtf()
[all …]
H A Dahci.c1820 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_p5wdh_hardreset()
1881 u8 *d2h_fis = pp->rx_fis + RX_FIS_D2H_REG; in ahci_avn_hardreset()
/linux/drivers/scsi/mvsas/
H A Dmv_init.c104 if (mvi->rx_fis) in mvs_free()
106 mvi->rx_fis, mvi->rx_fis_dma); in mvs_free()
232 mvi->rx_fis = dma_alloc_coherent(mvi->dev, MVS_RX_FISL_SZ, in mvs_alloc()
234 if (!mvi->rx_fis) in mvs_alloc()