Home
last modified time | relevance | path

Searched refs:PCIR_SUBDEV_0 (Results 1 – 19 of 19) sorted by relevance

/NextBSD/usr.sbin/bhyve/
HDpci_virtio_rnd.c172 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_ENTROPY); in pci_vtrnd_init()
HDpci_virtio_block.c372 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_BLOCK); in pci_vtblk_init()
HDpci_virtio_net.c883 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_NET); in pci_vtnet_init()
/NextBSD/sys/dev/pci/
HDpcireg.h226 #define PCIR_SUBDEV_0 0x2e macro
HDpci.c587 cfg->subdevice = REG(PCIR_SUBDEV_0, 2); in pci_hdrtypedata()
5357 dinfo->cfg.subdevice = pci_read_config(dev, PCIR_SUBDEV_0, 2); in pci_cfg_save()
/NextBSD/sys/dev/aic7xxx/
HDaic79xx_pci.c299 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahd_find_pci_device()
HDaic7xxx_pci.c758 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahc_find_pci_device()
/NextBSD/sys/dev/tx/
HDif_tx.c377 sc->cardid = pci_read_config(dev, PCIR_SUBDEV_0, 2); in epic_attach()
/NextBSD/sys/dev/ixgbe/
HDif_ixv.c1253 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixv_identify_hardware()
HDif_ix.c2277 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixgbe_identify_hardware()
HDif_ixgbe.c3061 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixgbe_identify_hardware()
/NextBSD/sys/dev/ixl/
HDif_ixlv.c918 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixlv_init_hw()
HDif_ixl.c549 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixl_if_attach_pre()
/NextBSD/sys/dev/arcmsr/
HDarcmsr.c3981 acb->sub_device_id = pci_read_config(dev, PCIR_SUBDEV_0, 2); in arcmsr_initialize()
4428 sub_device_id = pci_read_config(dev, PCIR_SUBDEV_0, 2);
/NextBSD/sys/dev/ixgb/
HDif_ixgb.c1222 adapter->hw.subsystem_id = pci_read_config(dev, PCIR_SUBDEV_0, 2);
/NextBSD/sys/dev/sound/pci/
HDemu10kx.c572 subdevice = pci_read_config(dev, PCIR_SUBDEV_0, /* bytes */ 2); in emu_getcard()
/NextBSD/sys/dev/e1000/
HDif_lem.c2237 pci_read_config(dev, PCIR_SUBDEV_0, 2); in lem_identify_hardware()
HDif_igb.c2287 pci_read_config(dev, PCIR_SUBDEV_0, 2); in igb_identify_hardware()
HDif_em.c2475 pci_read_config(dev, PCIR_SUBDEV_0, 2); in em_identify_hardware()