Searched refs:subdevice_id (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/dev/tws/
H A Dtws.h224 u_int32_t subdevice_id; /* device id */ member in struct:tws_softc
H A Dtws.c194 sc->subdevice_id = pci_get_subdevice(dev);
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h458 unsigned int subdevice_id; member in struct:_em_vendor_info_t
H A Dif_lem.h455 unsigned int subdevice_id; member in struct:_em_vendor_info_t
H A Dif_igb.h473 unsigned int subdevice_id; member in struct:_igb_vendor_info_t
H A Dif_lem.c364 ((pci_subdevice_id == ent->subdevice_id) ||
365 (ent->subdevice_id == PCI_ANY_ID))) {
H A Dif_em.c452 ((pci_subdevice_id == ent->subdevice_id) ||
453 (ent->subdevice_id == PCI_ANY_ID))) {
H A Dif_igb.c441 ((pci_subdevice_id == ent->subdevice_id) ||
442 (ent->subdevice_id == PCI_ANY_ID))) {
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.h241 unsigned int subdevice_id; member in struct:_ixgb_vendor_info_t
H A Dif_ixgb.c221 ((pci_subdevice_id == ent->subdevice_id) ||
222 (ent->subdevice_id == PCI_ANY_ID))) {
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h230 unsigned int subdevice_id; member in struct:_ixgbe_vendor_info_t
H A Dixv.h197 unsigned int subdevice_id; member in struct:_ixv_vendor_info_t
H A Dixv.c267 ((pci_subdevice_id == ent->subdevice_id) ||
268 (ent->subdevice_id == 0))) {
H A Dixgbe.c413 ((pci_subdevice_id == ent->subdevice_id) ||
414 (ent->subdevice_id == 0))) {
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdac.h688 HDA_ACCESSOR(subdevice_id, SUBDEVICE_ID, uint16_t);
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.h1166 uint16_t subdevice_id; member in struct:bxe_devinfo
H A Dbxe.c14288 sc->devinfo.subdevice_id = pci_get_subdevice(sc->dev);

Completed in 232 milliseconds