Home
last modified time | relevance | path

Searched refs:subsystem_device (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c1421 iwl_pci_find_dev_info(u16 device, u16 subsystem_device, in iwl_pci_find_dev_info() argument
1439 dev_info->subdevice != subsystem_device) in iwl_pci_find_dev_info()
1544 dev_info = iwl_pci_find_dev_info(pdev->device, pdev->subsystem_device, in iwl_pci_probe()
1550 IWL_SUBDEVICE_RF_ID(pdev->subsystem_device), in iwl_pci_probe()
1551 IWL_SUBDEVICE_NO_160(pdev->subsystem_device), in iwl_pci_probe()
1552 IWL_SUBDEVICE_CORES(pdev->subsystem_device)); in iwl_pci_probe()
1621 pdev->device, pdev->subsystem_device, in iwl_pci_probe()
H A Dtrans.c3700 trans->hw_id = (pdev->device << 16) + pdev->subsystem_device; in iwl_trans_pcie_alloc()
3702 "PCI ID: 0x%04X:0x%04X", pdev->device, pdev->subsystem_device); in iwl_trans_pcie_alloc()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h309 uint16_t subsystem_device; member
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c283 pdev->subsystem_device = pci_get_subdevice(dev); in lkpifill_pci_dev()