Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath11k/
H A Dpci.c1008 pdev->subsystem_vendor, pdev->subsystem_device); in ath11k_pci_probe()
1013 ab->id.subsystem_device = pdev->subsystem_device; in ath11k_pci_probe()
H A Dcore.h1060 u32 subsystem_device; member
H A Dcore.c1470 ab->id.subsystem_device, in __ath11k_core_create_board_name()
/src/sys/contrib/dev/iwlwifi/tests/
H A Ddevinfo.c212 dev->subsystem_device = s->subdevice; in devinfo_pci_ids()
/src/sys/contrib/dev/iwlwifi/
H A Diwl-config.h574 iwl_pci_find_dev_info(u16 device, u16 subsystem_device, u16 rf_type, u8 cdb,
/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c4201 .hw_id = (pdev->device << 16) + pdev->subsystem_device, in iwl_pci_gen1_2_probe()
4256 pdev->device, pdev->subsystem_device, in iwl_pci_gen1_2_probe()
4268 dev_info = iwl_pci_find_dev_info(pdev->device, pdev->subsystem_device, in iwl_pci_gen1_2_probe()
4271 IWL_SUBDEVICE_RF_ID(pdev->subsystem_device), in iwl_pci_gen1_2_probe()
4272 IWL_SUBDEVICE_BW_LIM(pdev->subsystem_device), in iwl_pci_gen1_2_probe()
4294 pdev->device, pdev->subsystem_device, in iwl_pci_gen1_2_probe()
/src/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h334 uint16_t subsystem_device; member
1341 ids->subdevice == pdev->subsystem_device) && in pci_match_id()
/src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c495 bp->pdev->subsystem_device, bp->pdev->irq, bp->pdev->devfn, in bnxt_rdma_aux_device_add()
/src/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c1103 iwl_pci_find_dev_info(u16 device, u16 subsystem_device, u16 rf_type, u8 cdb, in iwl_pci_find_dev_info() argument
1124 dev_info->subdevice != (subsystem_device & subdevice_mask)) in iwl_pci_find_dev_info()
/src/sys/contrib/dev/rtw89/
H A Dpci.h1356 .vendor = v, .device = d, .subsystem_vendor = ssv, .subsystem_device = ssd, \
1363 unsigned short subsystem_device; member
H A Dpci.c4613 ssid_quirks->subsystem_device != pdev->subsystem_device) in rtw89_check_pci_ssid_quirks()
/src/sys/contrib/dev/athk/ath10k/
H A Dcore.h1101 u32 subsystem_device; member
H A Dpci.c3715 pdev->subsystem_vendor, pdev->subsystem_device); in ath10k_pci_probe()
3732 ar->id.subsystem_device = pdev->subsystem_device; in ath10k_pci_probe()
H A Ddebug.c74 ar->id.subsystem_vendor, ar->id.subsystem_device); in ath10k_debug_print_hwfw_info()
H A Dcore.c1639 ar->id.subsystem_vendor, ar->id.subsystem_device, variant); in ath10k_core_create_board_name()
/src/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c361 pdev->subsystem_device = pci_get_subdevice(dev); in lkpifill_pci_dev()
/src/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()