Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h103 struct mlx5_dev_spawn_data { struct
104 uint32_t ifindex; /**< Network interface index. */
105 uint32_t max_port; /**< Device maximal port index. */
106 uint32_t phys_port; /**< Device physical port index. */
107 int pf_bond; /**< bonding device PF index. < 0 - no bonding */
108 struct mlx5_switch_info info; /**< Switch information. */
109 void *phys_dev; /**< Associated physical device. */
110 struct rte_eth_dev *eth_dev; /**< Associated Ethernet device. */
111 struct rte_pci_device *pci_dev; /**< Backend PCI device. */