Searched refs:PCIR_SUBDEV_0 (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/usr.sbin/bhyve/ |
| HD | pci_virtio_rnd.c | 172 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_ENTROPY); in pci_vtrnd_init()
|
| HD | pci_virtio_block.c | 372 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_BLOCK); in pci_vtblk_init()
|
| HD | pci_virtio_net.c | 883 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_NET); in pci_vtnet_init()
|
| /NextBSD/sys/dev/pci/ |
| HD | pcireg.h | 226 #define PCIR_SUBDEV_0 0x2e macro
|
| HD | pci.c | 587 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/ |
| HD | aic79xx_pci.c | 299 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahd_find_pci_device()
|
| HD | aic7xxx_pci.c | 758 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahc_find_pci_device()
|
| /NextBSD/sys/dev/tx/ |
| HD | if_tx.c | 377 sc->cardid = pci_read_config(dev, PCIR_SUBDEV_0, 2); in epic_attach()
|
| /NextBSD/sys/dev/ixgbe/ |
| HD | if_ixv.c | 1253 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixv_identify_hardware()
|
| HD | if_ix.c | 2277 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixgbe_identify_hardware()
|
| HD | if_ixgbe.c | 3061 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixgbe_identify_hardware()
|
| /NextBSD/sys/dev/ixl/ |
| HD | if_ixlv.c | 918 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixlv_init_hw()
|
| HD | if_ixl.c | 549 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixl_if_attach_pre()
|
| /NextBSD/sys/dev/arcmsr/ |
| HD | arcmsr.c | 3981 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/ |
| HD | if_ixgb.c | 1222 adapter->hw.subsystem_id = pci_read_config(dev, PCIR_SUBDEV_0, 2);
|
| /NextBSD/sys/dev/sound/pci/ |
| HD | emu10kx.c | 572 subdevice = pci_read_config(dev, PCIR_SUBDEV_0, /* bytes */ 2); in emu_getcard()
|
| /NextBSD/sys/dev/e1000/ |
| HD | if_lem.c | 2237 pci_read_config(dev, PCIR_SUBDEV_0, 2); in lem_identify_hardware()
|
| HD | if_igb.c | 2287 pci_read_config(dev, PCIR_SUBDEV_0, 2); in igb_identify_hardware()
|
| HD | if_em.c | 2475 pci_read_config(dev, PCIR_SUBDEV_0, 2); in em_identify_hardware()
|