Lines Matching refs:sata_fis_h2d

370 			     struct sata_fis_h2d *cfis, u8 *buf, u32 buf_len,  in ahci_exec_ata_cmd()
391 memcpy((u8 *)(pp->cmd_tbl), cfis, sizeof(struct sata_fis_h2d)); in ahci_exec_ata_cmd()
394 opts = (sizeof(struct sata_fis_h2d) >> 2) | (sg_count << 16); in ahci_exec_ata_cmd()
421 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in ahci_set_feature()
422 struct sata_fis_h2d *cfis = &h2d; in ahci_set_feature()
424 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in ahci_set_feature()
528 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_identify()
529 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_identify()
532 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_identify()
553 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_rw_cmd()
554 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_rw_cmd()
560 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_rw_cmd()
582 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_flush_cache()
583 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_flush_cache()
586 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_flush_cache()
598 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_rw_cmd_ext()
599 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_rw_cmd_ext()
605 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_rw_cmd_ext()
632 struct sata_fis_h2d h2d __aligned(ARCH_DMA_MINALIGN); in dwc_ahsata_flush_cache_ext()
633 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_flush_cache_ext()
636 memset(cfis, 0, sizeof(struct sata_fis_h2d)); in dwc_ahsata_flush_cache_ext()