Home
last modified time | relevance | path

Searched refs:num_lag_ports (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c735 priv->num_lag_ports = attr.num_lag_ports; in mlx5_vdpa_pci_probe()
736 if (attr.num_lag_ports == 0) in mlx5_vdpa_pci_probe()
737 priv->num_lag_ports = 1; in mlx5_vdpa_pci_probe()
H A Dmlx5_vdpa_virtq.c114 for (i = 0; i < priv->num_lag_ports; i++) { in mlx5_vdpa_virtqs_release()
327 attr.tis_id = priv->tiss[(index / 2) % priv->num_lag_ports]->id; in mlx5_vdpa_virtq_setup()
470 for (i = 0; i < priv->num_lag_ports; i++) { in mlx5_vdpa_virtqs_prepare()
H A Dmlx5_vdpa.h156 uint8_t num_lag_ports; member
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h111 uint32_t num_lag_ports:4; /* Number of ports can be bonded. */ member
H A Dmlx5_devx_cmds.c712 attr->num_lag_ports = MLX5_GET(cmd_hca_cap, hcattr, num_lag_ports); in mlx5_devx_cmd_query_hca_attr()
H A Dmlx5_prm.h1281 u8 num_lag_ports[0x4]; member