Searched refs:bond_info (Results 1 – 4 of 4) sorted by relevance
1718 struct mlx5_bond_info *bond_info) in mlx5_device_bond_pci_match() argument1733 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() local1938 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 …]
213 struct rte_eth_dev_info bond_info; in bond_8023ad_slow_pkt_hw_filter_supported() local219 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()
1439 if (spawn->bond_info) in mlx5_alloc_shared_dev_ctx()1440 sh->bond = *spawn->bond_info; in mlx5_alloc_shared_dev_ctx()
185 struct mlx5_bond_info *bond_info; member