Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c1252 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 Dtrans.c3743 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 Dpci.c811 pdev->subsystem_vendor, pdev->subsystem_device); in ath11k_pci_probe()
816 ab->id.subsystem_device = pdev->subsystem_device; in ath11k_pci_probe()
H A Dcore.h993 u32 subsystem_device; member
H A Dcore.c1028 ab->id.subsystem_device, in __ath11k_core_create_board_name()
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c491 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 Dpci.h327 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 Dcore.h1098 u32 subsystem_device; member
H A Dpci.c3708 pdev->subsystem_vendor, pdev->subsystem_device); in ath10k_pci_probe()
3725 ar->id.subsystem_device = pdev->subsystem_device; in ath10k_pci_probe()
H A Ddebug.c71 ar->id.subsystem_vendor, ar->id.subsystem_device); in ath10k_debug_print_hwfw_info()
H A Dcore.c1619 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 Dlinux_pci.c321 pdev->subsystem_device = pci_get_subdevice(dev); in lkpifill_pci_dev()
/freebsd-14.2/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c162 ib_attr->hw_ver = rdev->en_dev->pdev->subsystem_device; in bnxt_re_query_device()