/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_pp.c | 160 struct enic_port_profile *pp2) in enic_are_pp_different() 162 return strcmp(pp1->name, pp2->name) | !!memcmp(pp1->instance_uuid, in enic_are_pp_different() 163 pp2->instance_uuid, PORT_UUID_MAX) | in enic_are_pp_different() 164 !!memcmp(pp1->host_uuid, pp2->host_uuid, PORT_UUID_MAX) | in enic_are_pp_different() 165 !ether_addr_equal(pp1->mac_addr, pp2->mac_addr); in enic_are_pp_different() 159 enic_are_pp_different(struct enic_port_profile *pp1, struct enic_port_profile *pp2) enic_are_pp_different() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_pp.c | 145 struct enic_port_profile *pp2) in enic_are_pp_different() 147 return strcmp(pp1->name, pp2->name) | !!memcmp(pp1->instance_uuid, in enic_are_pp_different() 148 pp2->instance_uuid, PORT_UUID_MAX) | in enic_are_pp_different() 149 !!memcmp(pp1->host_uuid, pp2->host_uuid, PORT_UUID_MAX) | in enic_are_pp_different() 150 !ether_addr_equal(pp1->mac_addr, pp2->mac_addr); in enic_are_pp_different() 144 enic_are_pp_different(struct enic_port_profile *pp1, struct enic_port_profile *pp2) enic_are_pp_different() argument
|
/kernel/linux/linux-5.10/drivers/mtd/tests/ |
H A D | pagetest.c | 115 unsigned char *pp1, *pp2, *pp3, *pp4; in crosstest() local 121 pp2 = pp1 + pgsize; in crosstest() 122 pp3 = pp2 + pgsize; in crosstest() 149 /* Read first page to pp2 */ in crosstest() 152 err = mtdtest_read(mtd, addr, pgsize, pp2); in crosstest() 176 /* pp2 and pp4 should be the same */ in crosstest() 179 if (memcmp(pp2, pp4, pgsize)) { in crosstest()
|
/kernel/linux/linux-6.6/drivers/mtd/tests/ |
H A D | pagetest.c | 115 unsigned char *pp1, *pp2, *pp3, *pp4; in crosstest() local 121 pp2 = pp1 + pgsize; in crosstest() 122 pp3 = pp2 + pgsize; in crosstest() 149 /* Read first page to pp2 */ in crosstest() 152 err = mtdtest_read(mtd, addr, pgsize, pp2); in crosstest() 176 /* pp2 and pp4 should be the same */ in crosstest() 179 if (memcmp(pp2, pp4, pgsize)) { in crosstest()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-pci.c | 341 pdata->pp2 = XP_IOREAD(pdata, XP_PROP_2); in xgbe_pci_probe() 347 dev_dbg(dev, "port property 2 = %#010x\n", pdata->pp2); in xgbe_pci_probe() 373 pdata->tx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe() 378 pdata->rx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
|
H A D | xgbe.h | 1045 unsigned int pp2; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-pci.c | 351 pdata->pp2 = XP_IOREAD(pdata, XP_PROP_2); in xgbe_pci_probe() 357 dev_dbg(dev, "port property 2 = %#010x\n", pdata->pp2); in xgbe_pci_probe() 383 pdata->tx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe() 388 pdata->rx_max_fifo_size = XP_GET_BITS(pdata->pp2, XP_PROP_2, in xgbe_pci_probe()
|
H A D | xgbe.h | 1078 unsigned int pp2; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_device.c | 58 LIMA_IP_DESC(pp2, false, false, 0x0C000, 0x0C000, pp, "pp2"),
|
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
H A D | lima_device.c | 59 LIMA_IP_DESC(pp2, false, false, 0x0C000, 0x0C000, pp, "pp2"),
|