Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/tests/
HDdevinfo.c58 dev->subsystem_vendor = s->subvendor; in devinfo_pci_ids()
/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDpci.c811 pdev->subsystem_vendor, pdev->subsystem_device); in ath11k_pci_probe()
815 ab->id.subsystem_vendor = pdev->subsystem_vendor; in ath11k_pci_probe()
HDcore.h992 u32 subsystem_vendor; member
HDcore.c1027 ab->id.subsystem_vendor, in __ath11k_core_create_board_name()
/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt_ulp.c490 bp->pdev->vendor, bp->pdev->device, bp->pdev->subsystem_vendor, in bnxt_rdma_aux_device_add()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDpci.h326 uint16_t subsystem_vendor; member
1283 ids->subvendor == pdev->subsystem_vendor) && in pci_match_id()
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDpci.h1298 .vendor = v, .device = d, .subsystem_vendor = ssv, .subsystem_device = ssd, \
1304 unsigned short subsystem_vendor; member
HDpci.c4337 ssid_quirks->subsystem_vendor != pdev->subsystem_vendor || in rtw89_check_pci_ssid_quirks()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDcore.h1097 u32 subsystem_vendor; member
HDpci.c3708 pdev->subsystem_vendor, pdev->subsystem_device); in ath10k_pci_probe()
3724 ar->id.subsystem_vendor = pdev->subsystem_vendor; in ath10k_pci_probe()
HDdebug.c71 ar->id.subsystem_vendor, ar->id.subsystem_device); in ath10k_debug_print_hwfw_info()
HDcore.c1619 ar->id.subsystem_vendor, ar->id.subsystem_device, variant); in ath10k_core_create_board_name()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_pci.c320 pdev->subsystem_vendor = pci_get_subvendor(dev); in lkpifill_pci_dev()