Searched refs:bdf (Results 1 – 8 of 8) sorted by relevance
| /dpdk/examples/vdpa/ |
| H A D | main.c | 337 cmdline_fixed_string_t bdf; member 348 dev = rte_vdpa_find_device_by_name(res->bdf); in cmd_create_vdpa_port_parsed() 351 res->bdf); in cmd_create_vdpa_port_parsed() 383 cmdline_fixed_string_t bdf; member 398 res->bdf); in cmd_device_stats_parsed() 416 " for device %s.\n", res->bdf); in cmd_device_stats_parsed() 428 "device %s stats.\n", res->bdf); in cmd_device_stats_parsed() 436 " names of device %s.\n", res->bdf); in cmd_device_stats_parsed() 443 "stats.\n", res->bdf); in cmd_device_stats_parsed() 449 cmdline_printf(cl, "\nDevice %s:\n", res->bdf); in cmd_device_stats_parsed() [all …]
|
| /dpdk/drivers/net/ena/base/ena_defs/ |
| H A D | ena_admin_defs.h | 862 uint16_t bdf; member 1593 return p->bdf & ENA_ADMIN_HOST_INFO_FUNCTION_MASK; in get_ena_admin_host_info_function() 1598 p->bdf |= val & ENA_ADMIN_HOST_INFO_FUNCTION_MASK; in set_ena_admin_host_info_function() 1603 return (p->bdf & ENA_ADMIN_HOST_INFO_DEVICE_MASK) >> ENA_ADMIN_HOST_INFO_DEVICE_SHIFT; in get_ena_admin_host_info_device() 1608 p->bdf |= (val << ENA_ADMIN_HOST_INFO_DEVICE_SHIFT) & ENA_ADMIN_HOST_INFO_DEVICE_MASK; in set_ena_admin_host_info_device() 1613 return (p->bdf & ENA_ADMIN_HOST_INFO_BUS_MASK) >> ENA_ADMIN_HOST_INFO_BUS_SHIFT; in get_ena_admin_host_info_bus() 1618 p->bdf |= (val << ENA_ADMIN_HOST_INFO_BUS_SHIFT) & ENA_ADMIN_HOST_INFO_BUS_MASK; in set_ena_admin_host_info_bus()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 300 "<pci bdf>_<service>", e.g. "0000:41:01.0_qat_sym". 302 "<pci bdf>_<service>", e.g. "0000:41:01.0_qat_asym". 315 <pci bdf>_<service>, e.g. "0000:41:01.0_qat_comp". 505 You can use ``cat /sys/kernel/debug/qat<your device type and bdf>/version/fw`` to confirm the drive… 510 cat /sys/kernel/debug/qat<your device type and bdf>/version/fw 650 ./dpdk-test -l1 -n1 -a <your qat bdf> 656 ./dpdk-test -l1 -n1 -a <your qat bdf> 662 ./dpdk-test -l1 -n1 -a <your qat bdf>
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_vf_representor.c | 697 vf->bdf = pdev->addr; in enic_vf_representor_init() 698 vf->bdf.function += vf->vf_id + 1; in enic_vf_representor_init() 709 addr = &vf->bdf; in enic_vf_representor_init()
|
| H A D | enic.h | 218 struct rte_pci_addr bdf; member
|
| H A D | enic_fm_flow.c | 1491 uint32_t bdf; in enic_fm_find_vnic() local 1498 bdf = addr->bus << 8 | addr->devid << 3 | addr->function; in enic_fm_find_vnic() 1500 args[1] = bdf; in enic_fm_find_vnic() 3230 addr = &VF_ENIC_TO_VF_REP(enic)->bdf; in enic_fm_init()
|
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_dev.h | 108 void vnic_dev_cmd_proxy_by_bdf_start(struct vnic_dev *vdev, uint16_t bdf);
|
| /dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 186 static int ifpga_get_dev_vendor_id(const char *bdf, in ifpga_get_dev_vendor_id() argument 195 strlcat(path, bdf, sizeof(path)); in ifpga_get_dev_vendor_id()
|