Home
last modified time | relevance | path

Searched defs:mlx5_dev_spawn_data (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5.h175 struct mlx5_dev_spawn_data { struct
176 uint32_t ifindex; /**< Network interface index. */
177 uint32_t max_port; /**< Device maximal port index. */
178 uint32_t phys_port; /**< Device physical port index. */
179 int pf_bond; /**< bonding device PF index. < 0 - no bonding */
180 struct mlx5_switch_info info; /**< Switch information. */
181 const char *phys_dev_name; /**< Name of physical device. */
182 struct rte_eth_dev *eth_dev; /**< Associated Ethernet device. */
183 struct rte_pci_device *pci_dev; /**< Backend PCI device. */
184 struct mlx5_common_device *cdev; /**< Backend common device. */
[all …]