DPDK
24.07.0
|
#include <rte_ethdev.h>
Data Fields | |
uint16_t | controller |
uint16_t | pf |
uint32_t | nb_ranges_alloc |
uint32_t | nb_ranges |
struct rte_eth_representor_range | ranges [] |
Ethernet device representor information
Definition at line 5517 of file rte_ethdev.h.
uint16_t controller |
Controller ID of caller device.
Definition at line 5518 of file rte_ethdev.h.
uint16_t pf |
Physical function ID of caller device.
Definition at line 5519 of file rte_ethdev.h.
uint32_t nb_ranges_alloc |
Size of the ranges array.
Definition at line 5520 of file rte_ethdev.h.
uint32_t nb_ranges |
Number of initialized ranges.
Definition at line 5521 of file rte_ethdev.h.
struct rte_eth_representor_range ranges[] |
Representor ID range.
Definition at line 5522 of file rte_ethdev.h.