| /linux/Documentation/ABI/testing/ |
| A D | debugfs-hisi-hpre | 1 What: /sys/kernel/debug/hisi_hpre/<bdf>/cluster[0-3]/regs 14 What: /sys/kernel/debug/hisi_hpre/<bdf>/rdclr_en 23 What: /sys/kernel/debug/hisi_hpre/<bdf>/current_qm 30 What: /sys/kernel/debug/hisi_hpre/<bdf>/alg_qos 40 What: /sys/kernel/debug/hisi_hpre/<bdf>/regs 46 What: /sys/kernel/debug/hisi_hpre/<bdf>/qm/regs 53 What: /sys/kernel/debug/hisi_hpre/<bdf>/qm/current_q 69 What: /sys/kernel/debug/hisi_hpre/<bdf>/qm/err_irq 76 What: /sys/kernel/debug/hisi_hpre/<bdf>/qm/aeq_irq 94 What: /sys/kernel/debug/hisi_hpre/<bdf>/qm/mb_err [all …]
|
| A D | debugfs-hisi-sec | 1 What: /sys/kernel/debug/hisi_sec2/<bdf>/clear_enable 9 What: /sys/kernel/debug/hisi_sec2/<bdf>/current_qm 17 What: /sys/kernel/debug/hisi_sec2/<bdf>/alg_qos 27 What: /sys/kernel/debug/hisi_sec2/<bdf>/qm/qm_regs 34 What: /sys/kernel/debug/hisi_sec2/<bdf>/qm/current_q 49 What: /sys/kernel/debug/hisi_sec2/<bdf>/qm/err_irq 56 What: /sys/kernel/debug/hisi_sec2/<bdf>/qm/aeq_irq 74 What: /sys/kernel/debug/hisi_sec2/<bdf>/qm/mb_err 80 What: /sys/kernel/debug/hisi_sec2/<bdf>/qm/status 87 What: /sys/kernel/debug/hisi_sec2/<bdf>/qm/diff_regs [all …]
|
| A D | debugfs-hisi-zip | 1 What: /sys/kernel/debug/hisi_zip/<bdf>/comp_core[01]/regs 13 What: /sys/kernel/debug/hisi_zip/<bdf>/clear_enable 22 What: /sys/kernel/debug/hisi_zip/<bdf>/current_qm 29 What: /sys/kernel/debug/hisi_zip/<bdf>/alg_qos 39 What: /sys/kernel/debug/hisi_zip/<bdf>/qm/regs 46 What: /sys/kernel/debug/hisi_zip/<bdf>/qm/current_q 62 What: /sys/kernel/debug/hisi_zip/<bdf>/qm/err_irq 69 What: /sys/kernel/debug/hisi_zip/<bdf>/qm/aeq_irq 87 What: /sys/kernel/debug/hisi_zip/<bdf>/qm/mb_err 93 What: /sys/kernel/debug/hisi_zip/<bdf>/qm/status [all …]
|
| A D | sysfs-bus-event_source-devices-hisi_ptt | 82 What: /sys/devices/hisi_ptt<sicl_id>_<core_id>/root_port_filters/<bdf> 108 What: /sys/devices/hisi_ptt<sicl_id>_<core_id>/requester_filters/<bdf>
|
| A D | debugfs-intel-iommu | 222 What: /sys/kernel/debug/iommu/intel/<bdf>/domain_translation_struct
|
| /linux/drivers/perf/hisilicon/ |
| A D | hns3_pmu.c | 318 #define GET_PCI_DEVFN(bdf) ((bdf) & 0xff) argument 480 u16 bdf = hns3_pmu->bdf_min; in bdf_min_show() local 483 PCI_SLOT(bdf), PCI_FUNC(bdf)); in bdf_min_show() 494 PCI_SLOT(bdf), PCI_FUNC(bdf)); in bdf_max_show() 818 if (bdf < hns3_pmu->bdf_min || bdf > hns3_pmu->bdf_max) { in hns3_pmu_valid_bdf() 824 PCI_BUS_NUM(bdf), in hns3_pmu_valid_bdf() 825 GET_PCI_DEVFN(bdf)); in hns3_pmu_valid_bdf() 840 val = GET_PCI_DEVFN(bdf); in hns3_pmu_set_qid_para() 958 return bdf; in hns3_pmu_is_enabled_func_mode() 973 return bdf; in hns3_pmu_is_enabled_func_queue_mode() [all …]
|
| A D | hisi_pcie_pmu.c | 85 #define GET_PCI_DEVFN(bdf) ((bdf) & 0xff) argument 100 HISI_PCIE_PMU_FILTER_ATTR(bdf, config2, 31, 16); 282 static bool hisi_pcie_pmu_valid_requester_id(struct hisi_pcie_pmu *pcie_pmu, u32 bdf) in hisi_pcie_pmu_valid_requester_id() argument 287 pdev = pci_get_domain_bus_and_slot(pci_domain_nr(pcie_pmu->pdev->bus), PCI_BUS_NUM(bdf), in hisi_pcie_pmu_valid_requester_id() 288 GET_PCI_DEVFN(bdf)); in hisi_pcie_pmu_valid_requester_id() 771 HISI_PCIE_PMU_FORMAT_ATTR(bdf, "config2:16-31"),
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| A D | pci_reset.sh | 22 local bdf=$(echo $DEVLINK_DEV | cut -d '/' -f 2) 30 if [ ! -f /sys/bus/pci/devices/$bdf/reset_method ]; then 36 [[ $(cat /sys/bus/pci/devices/$bdf/reset_method) == "bus" ]] 41 echo 1 > /sys/bus/pci/devices/$bdf/reset
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| A D | adf_dev_mgr.c | 15 u32 bdf; member 34 static struct vf_id_map *adf_find_vf(u32 bdf) in adf_find_vf() argument 42 if (ptr->bdf == bdf) in adf_find_vf() 76 if (map->bdf != -1) { in adf_clean_vf_map() 81 if (vf && map->bdf == -1) in adf_clean_vf_map() 180 map->bdf = ~0; in adf_devmgr_add_dev() 220 map->bdf = adf_get_vf_num(accel_dev); in adf_devmgr_add_dev() 362 if (ptr->bdf != ~0 && !ptr->attached) in adf_get_num_dettached_vfs()
|
| /linux/Documentation/admin-guide/perf/ |
| A D | hisi-pcie-pmu.rst | 68 "bdf" interfaces for users. 73 "bdf" filter will be in effect, because "bdf=0" meaning 0000:000:00.0. 91 - bdf 93 "bdf" filter can only be used in bandwidth events, target Endpoint is 94 selected by configuring BDF to "bdf". Counter only counts the bandwidth of 97 For example, "bdf=0x3900" means BDF of target Endpoint is 0000:39:00.0. 101 $# perf stat -e hisi_pcie0_core0/rx_mrd_flux,bdf=0x3900/ sleep 5
|
| A D | hns3-pmu.rst | 35 The "bdf_min" and "bdf_max" files show the supported bdf range of each 120 $# perf stat -a -e hns3_pmu_sicl_0/config=0x1020F,bdf=0x3500,queue=0xFFFF/ -I 1000 128 $# perf stat -a -e hns3_pmu_sicl_0/config=0x1020F,bdf=0x3500,queue=0/ -I 1000 136 $# perf stat -a -e hns3_pmu_sicl_0/config=0x00301,bdf=0x3500,intr=0/ -I 1000
|
| /linux/drivers/acpi/ |
| A D | viot.c | 78 u16 segment, u16 bdf) in viot_get_pci_iommu_fwnode() argument 83 pdev = pci_get_domain_bus_and_slot(segment, PCI_BUS_NUM(bdf), in viot_get_pci_iommu_fwnode() 84 bdf & 0xff); in viot_get_pci_iommu_fwnode() 156 node->pci.bdf); in viot_get_iommu()
|
| /linux/arch/x86/hyperv/ |
| A D | irqdomain.c | 127 dev_id.pci.bdf.bus = PCI_BUS_NUM(data.rid); in hv_build_pci_dev_id() 128 dev_id.pci.bdf.device = PCI_SLOT(data.rid); in hv_build_pci_dev_id() 129 dev_id.pci.bdf.function = PCI_FUNC(data.rid); in hv_build_pci_dev_id()
|
| /linux/drivers/misc/ocxl/ |
| A D | ocxl_internal.h | 88 __be16 bdf; member
|
| A D | link.c | 539 u64 amr, u16 bdf, struct mm_struct *mm, in ocxl_link_add_pe() argument 577 pe->bdf = cpu_to_be16(bdf); in ocxl_link_add_pe()
|
| /linux/drivers/infiniband/hw/efa/ |
| A D | efa_main.c | 284 EFA_SET(&hinf->bdf, EFA_ADMIN_HOST_INFO_BUS, dev->pdev->bus->number); in efa_set_host_info() 285 EFA_SET(&hinf->bdf, EFA_ADMIN_HOST_INFO_DEVICE, in efa_set_host_info() 287 EFA_SET(&hinf->bdf, EFA_ADMIN_HOST_INFO_FUNCTION, in efa_set_host_info()
|
| A D | efa_admin_cmds_defs.h | 1000 u16 bdf; member
|
| /linux/Documentation/networking/device_drivers/wwan/ |
| A D | t7xx.rst | 63 $ cat /sys/bus/pci/devices/${bdf}/t7xx_mode 68 $ echo fastboot_switching > /sys/bus/pci/devices/${bdf}/t7xx_mode
|
| /linux/include/misc/ |
| A D | ocxl.h | 450 u64 amr, u16 bdf, struct mm_struct *mm,
|
| /linux/Documentation/devicetree/bindings/pci/ |
| A D | renesas,pci-rcar-gen2.yaml | 82 form <bdf 0 0 0 0>.
|
| /linux/include/acpi/ |
| A D | actbl3.h | 572 u16 bdf; member
|
| /linux/include/asm-generic/ |
| A D | hyperv-tlfs.h | 749 union hv_pci_bdf bdf; member
|
| /linux/drivers/pci/controller/dwc/ |
| A D | pcie-qcom.c | 1050 u32 bdf; in qcom_pcie_config_sid_1_9_0() member 1090 __be16 bdf_be = cpu_to_be16(map[i].bdf); in qcom_pcie_config_sid_1_9_0() 1113 val = map[i].bdf << 16 | (map[i].smmu_sid - smmu_sid_base) << 8 | 0; in qcom_pcie_config_sid_1_9_0()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_crat.c | 1991 u32 bdf; in kfd_find_numa_node_in_srat() local 2038 bdf = *((u16 *)(&gpu->device_handle[0])) << 16 | in kfd_find_numa_node_in_srat() 2040 if (bdf == pci_id) { in kfd_find_numa_node_in_srat()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| A D | ena_admin_defs.h | 932 u16 bdf; member
|