Searched refs:subsystem_device (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | drv.c | 1421 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 D | trans.c | 3700 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 D | pci.h | 309 uint16_t subsystem_device; member
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_pci.c | 283 pdev->subsystem_device = pci_get_subdevice(dev); in lkpifill_pci_dev()
|