Home
last modified time | relevance | path

Searched refs:new_gscr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-pmp.c586 * @new_gscr: GSCR block of the new device
588 * Compare @new_gscr against @dev and determine whether @dev is
589 * the PMP described by @new_gscr.
595 * 1 if @dev matches @new_gscr, 0 otherwise.
597 static int sata_pmp_same_pmp(struct ata_device *dev, const u32 *new_gscr) in sata_pmp_same_pmp() argument
604 new_vendor = sata_pmp_gscr_vendor(new_gscr); in sata_pmp_same_pmp()
606 new_devid = sata_pmp_gscr_devid(new_gscr); in sata_pmp_same_pmp()
608 new_nr_ports = sata_pmp_gscr_ports(new_gscr); in sata_pmp_same_pmp()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-pmp.c586 * @new_gscr: GSCR block of the new device
588 * Compare @new_gscr against @dev and determine whether @dev is
589 * the PMP described by @new_gscr.
595 * 1 if @dev matches @new_gscr, 0 otherwise.
597 static int sata_pmp_same_pmp(struct ata_device *dev, const u32 *new_gscr) in sata_pmp_same_pmp() argument
604 new_vendor = sata_pmp_gscr_vendor(new_gscr); in sata_pmp_same_pmp()
606 new_devid = sata_pmp_gscr_devid(new_gscr); in sata_pmp_same_pmp()
608 new_nr_ports = sata_pmp_gscr_ports(new_gscr); in sata_pmp_same_pmp()

Completed in 5 milliseconds