Home
last modified time | relevance | path

Searched refs:controller (Results 1 – 25 of 29) sorted by relevance

12

/dpdk/drivers/net/sfc/
H A Dsfc_switch.h88 int *controller);
92 int *controller);
95 int controller,
H A Dsfc_switch.c316 int *controller) in sfc_mae_switch_controller_from_mapping() argument
325 *controller = i; in sfc_mae_switch_controller_from_mapping()
336 int *controller) in sfc_mae_switch_domain_get_controller() argument
350 controller); in sfc_mae_switch_domain_get_controller()
354 int controller, in sfc_mae_switch_domain_get_intf() argument
369 if ((size_t)controller > nb_controllers) in sfc_mae_switch_domain_get_intf()
372 *intf = controllers[controller]; in sfc_mae_switch_domain_get_intf()
H A Dsfc_ethdev.c2201 &range->controller); in sfc_get_representors_cb()
2205 range->controller = -1; in sfc_get_representors_cb()
2220 "c%dpf%d", range->controller, range->pf); in sfc_get_representors_cb()
2239 int controller; in sfc_representor_info_get() local
2286 &controller); in sfc_representor_info_get()
2289 controller = -1; in sfc_representor_info_get()
2292 info->controller = controller; in sfc_representor_info_get()
2970 efx_pcie_interface_t controller, in sfc_eth_dev_create_repr() argument
3006 entity.intf = controller; in sfc_eth_dev_create_repr()
3025 efx_pcie_interface_t controller, in sfc_eth_dev_create_repr_port() argument
[all …]
H A Dsfc_repr.c1030 int controller; in sfc_repr_create() local
1035 controller = -1; in sfc_repr_create()
1037 entity->intf, &controller); in sfc_repr_create()
1047 parent->device->name, controller, entity->pf, in sfc_repr_create()
1052 parent->device->name, controller, entity->pf); in sfc_repr_create()
/dpdk/lib/ethdev/
H A Dethdev_driver.c643 int controller, int pf, int representor_port, in rte_eth_representor_id_get() argument
659 controller == -1 && pf == -1) { in rte_eth_representor_id_get()
677 if (controller == -1) in rte_eth_representor_id_get()
678 controller = info->controller; in rte_eth_representor_id_get()
687 if (info->ranges[i].controller != controller) in rte_eth_representor_id_get()
H A Dethdev_driver.h1622 int controller, int pf, int representor_port,
H A Drte_ethdev.h5201 int controller; /**< Controller index */ member
5220 uint16_t controller; /**< Controller ID of caller device. */ member
/dpdk/doc/guides/nics/
H A Dionic.rst25 b5:00.0 Ethernet controller: Device 1dd8:1002
26 b6:00.0 Ethernet controller: Device 1dd8:1002
H A De1000em.rst135 00:04.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03)
136 00:05.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03)
H A Denic.rst128 0d:00.0 Ethernet controller: Cisco Systems Inc VIC Ethernet NIC (rev a2)
129 0d:00.1 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
130 0d:00.2 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
131 0d:00.3 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
132 0d:00.4 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
133 0d:00.5 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
134 0d:00.6 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
135 0d:00.7 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
176 00:04.0 Ethernet controller: Cisco Systems Inc VIC SR-IOV VF (rev a2)
H A Dthunderx.rst75 0002:01:00.0 Ethernet controller: Cavium Networks Device a01e (rev 01)
98 0002:01:00.1 Ethernet controller: Cavium Networks Device 0011 (rev 01)
105 0002:01:00.2 Ethernet controller: Cavium Networks Device 0011 (rev 01)
H A Digc.rst11 …<https://ark.intel.com/content/www/us/en/ark/products/series/184686/intel-ethernet-controller-i225…
H A Dintel_vf.rst23 Therefore, it is possible to partition SR-IOV capability on Ethernet controller NIC resources logic…
264 The controller has 16 TX and 16 RX queues.
266 This gives the controller 16 queue pairs.
269 The controller has eight pools, with each pool containing two queue pairs, that is, two TX and two …
H A Dcxgbe.rst555 …02:01.0 Ethernet controller: Chelsio Communications Inc T540-CR Unified Wire Ethernet Controller […
556 …02:01.1 Ethernet controller: Chelsio Communications Inc T540-CR Unified Wire Ethernet Controller […
H A Dmlx5.rst1649 82:00.0 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5]
1650 82:00.1 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5]
1651 … 82:00.2 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5 Virtual Function]
1652 … 82:00.3 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5 Virtual Function]
H A Ddpaa2.rst296 bus controller.
H A Di40e.rst64 …om/content/dam/www/public/us/en/documents/release-notes/xl710-ethernet-controller-feature-matrix.p…
/dpdk/drivers/net/mlx5/
H A Dmlx5_ethdev.c445 info->controller = 0; in mlx5_representor_info_get()
450 info->ranges[i].controller = 0; in mlx5_representor_info_get()
464 info->ranges[i].controller = 0; in mlx5_representor_info_get()
478 info->ranges[i].controller = 0; in mlx5_representor_info_get()
492 info->ranges[i].controller = 0; in mlx5_representor_info_get()
/dpdk/doc/guides/dmadevs/
H A Ddpaa.rst11 This is achieved via using the QDMA controller of DPAA SoC.
13 The QDMA controller transfers blocks of data
/dpdk/doc/guides/rawdevs/
H A Dcnxk_gpio.rst38 tells PMD which GPIO controller should be used. Available controllers are
51 In above scenario only one GPIO controller is present hence
/dpdk/doc/guides/prog_guide/
H A Ddmadev.rst26 * The DMA controller could have multiple hardware DMA channels (aka. hardware
H A Dwriting_efficient_code.rst74 Depending on the memory controller and its configuration,
/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst194 <controller type='virtio-serial' index='0'>
196 </controller>
200 <address type='virtio-serial' controller='0' bus='0' port='{N}'/>
203 Where a single controller of type ``virtio-serial`` is created, up to 32
204 channels can be associated with a single controller, and multiple
/dpdk/doc/guides/rel_notes/
H A Drelease_21_05.rst45 representor=[[c#]pf#]vf# c1pf2vf3 /* VF 3 on PF 2 of controller 1. */
47 representor=[c#]pf# c2pf[0,1] /* 2 PFs on controller 2. */
H A Dknown_issues.rst488 Cannot set link speed on Intel® 40G Ethernet controller
623 from the `xl710 controller spec
624 …<http://www.intel.com/content/www/us/en/embedded/products/networking/xl710-10-40-controller-spec-u…

12