Home
last modified time | relevance | path

Searched refs:bond_info (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1718 struct mlx5_bond_info *bond_info) in mlx5_device_bond_pci_match() argument
1733 memset(bond_info, 0, sizeof(*bond_info)); in mlx5_device_bond_pci_match()
1814 sizeof(bond_info->ports[0].ifname)); in mlx5_device_bond_pci_match()
1816 bond_info->ports[info.port_name].ifindex = ifindex; in mlx5_device_bond_pci_match()
1817 bond_info->n_port++; in mlx5_device_bond_pci_match()
1846 bond_info->ifname); in mlx5_device_bond_pci_match()
1852 ifindex, bond_info->ifindex, bond_info->ifname); in mlx5_device_bond_pci_match()
1914 struct mlx5_bond_info bond_info; in mlx5_os_pci_probe_pf() local
1938 nl_rdma, owner_id, &bond_info); in mlx5_os_pci_probe_pf()
2030 list[ns].bond_info = &bond_info; in mlx5_os_pci_probe_pf()
[all …]
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c213 struct rte_eth_dev_info bond_info; in bond_8023ad_slow_pkt_hw_filter_supported() local
219 ret = rte_eth_dev_info_get(bond_dev->data->port_id, &bond_info); in bond_8023ad_slow_pkt_hw_filter_supported()
229 internals->mode4.dedicated_queues.rx_qid = bond_info.nb_rx_queues; in bond_8023ad_slow_pkt_hw_filter_supported()
230 internals->mode4.dedicated_queues.tx_qid = bond_info.nb_tx_queues; in bond_8023ad_slow_pkt_hw_filter_supported()
/dpdk/drivers/net/mlx5/
H A Dmlx5.c1439 if (spawn->bond_info) in mlx5_alloc_shared_dev_ctx()
1440 sh->bond = *spawn->bond_info; in mlx5_alloc_shared_dev_ctx()
H A Dmlx5.h185 struct mlx5_bond_info *bond_info; member