Home
last modified time | relevance | path

Searched refs:subsystem_vendor_id (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/sys/dev/bktr/
Dbktr_card.c704 unsigned int subsystem_vendor_id; /* vendors PCI-SIG ID */ in probeCard() local
719 subsystem_vendor_id = (byte_254 << 8) | byte_255; in probeCard()
723 subsystem_vendor_id, subsystem_id); in probeCard()
725 if (subsystem_vendor_id == PCI_VENDOR_AVERMEDIA) { in probeCard()
732 if (subsystem_vendor_id == PCI_VENDOR_HAUPPAUGE) { in probeCard()
739 if ((subsystem_vendor_id == PCI_VENDOR_FLYVIDEO) in probeCard()
740 || (subsystem_vendor_id == PCI_VENDOR_FLYVIDEO_2) ) { in probeCard()
747 if (subsystem_vendor_id == PCI_VENDOR_STB) { in probeCard()
754 if (subsystem_vendor_id == PCI_VENDOR_ASKEY) { in probeCard()
761 if ((subsystem_vendor_id == PCI_VENDOR_LEADTEK_ALT) in probeCard()
[all …]
DCHANGELOG.TXT310 subsystem_vendor_id from EEPROM and not the PCI registers.
/freebsd-12-stable/sys/dev/e1000/
De1000_vf.h277 u16 subsystem_vendor_id; member
De1000_i210.c332 *data = hw->subsystem_vendor_id; in e1000_read_invm_i210()
De1000_hw.h1065 u16 subsystem_vendor_id; member
Dif_em.c1944 sc->hw.subsystem_vendor_id = in em_identify_hardware()
/freebsd-12-stable/sys/dev/igc/
Digc_hw.h532 u16 subsystem_vendor_id; member
Dif_igc.c1282 adapter->hw.subsystem_vendor_id = in igc_identify_hardware()
/freebsd-12-stable/sys/dev/iavf/
Diavf_type.h357 u16 subsystem_vendor_id; member
Diavf_lib.c178 hw->subsystem_vendor_id = in iavf_init_hw()
/freebsd-12-stable/sys/dev/ice/
Dice_type.h984 u16 subsystem_vendor_id; member
Dice_lib.c6746 hw->subsystem_vendor_id = pci_get_subvendor(dev); in ice_save_pci_info()
/freebsd-12-stable/sys/dev/ixl/
Di40e_type.h701 u16 subsystem_vendor_id; member
Dif_ixl.c387 hw->subsystem_vendor_id = in ixl_allocate_pci_resources()
/freebsd-12-stable/sys/dev/ixgbe/
Dif_ixv.c999 hw->subsystem_vendor_id = pci_get_subvendor(dev); in ixv_identify_hardware()
Dixgbe_type.h4222 u16 subsystem_vendor_id; member
Dif_ix.c889 hw->subsystem_vendor_id = pci_get_subvendor(dev); in ixgbe_if_attach_pre()