Searched refs:subsystem_device (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | drv.c | 1252 iwl_pci_find_dev_info(u16 device, u16 subsystem_device, in iwl_pci_find_dev_info() argument 1270 dev_info->subdevice != subsystem_device) in iwl_pci_find_dev_info() 1381 pdev->device, pdev->subsystem_device, in iwl_pci_probe() 1384 dev_info = iwl_pci_find_dev_info(pdev->device, pdev->subsystem_device, in iwl_pci_probe() 1390 IWL_SUBDEVICE_RF_ID(pdev->subsystem_device), in iwl_pci_probe() 1391 IWL_SUBDEVICE_NO_160(pdev->subsystem_device), in iwl_pci_probe() 1392 IWL_SUBDEVICE_CORES(pdev->subsystem_device), in iwl_pci_probe() 1450 pdev->device, pdev->subsystem_device, in iwl_pci_probe()
|
| H A D | trans.c | 3743 trans->hw_id = (pdev->device << 16) + pdev->subsystem_device; in iwl_trans_pcie_alloc() 3745 "PCI ID: 0x%04X:0x%04X", pdev->device, pdev->subsystem_device); in iwl_trans_pcie_alloc()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath11k/ |
| H A D | pci.c | 811 pdev->subsystem_vendor, pdev->subsystem_device); in ath11k_pci_probe() 816 ab->id.subsystem_device = pdev->subsystem_device; in ath11k_pci_probe()
|
| H A D | core.h | 993 u32 subsystem_device; member
|
| H A D | core.c | 1028 ab->id.subsystem_device, in __ath11k_core_create_board_name()
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_ulp.c | 491 bp->pdev->subsystem_device, bp->pdev->irq, bp->pdev->devfn, in bnxt_rdma_aux_device_add()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 327 uint16_t subsystem_device; member 1283 ids->subdevice == pdev->subsystem_device) && in pci_match_id()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | core.h | 1098 u32 subsystem_device; member
|
| H A D | pci.c | 3708 pdev->subsystem_vendor, pdev->subsystem_device); in ath10k_pci_probe() 3725 ar->id.subsystem_device = pdev->subsystem_device; in ath10k_pci_probe()
|
| H A D | debug.c | 71 ar->id.subsystem_vendor, ar->id.subsystem_device); in ath10k_debug_print_hwfw_info()
|
| H A D | core.c | 1619 ar->id.subsystem_vendor, ar->id.subsystem_device, variant); in ath10k_core_create_board_name()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_pci.c | 321 pdev->subsystem_device = pci_get_subdevice(dev); in lkpifill_pci_dev()
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_re/ |
| H A D | ib_verbs.c | 162 ib_attr->hw_ver = rdev->en_dev->pdev->subsystem_device; in bnxt_re_query_device()
|