Searched refs:query_port (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_glue.h | 44 int (*query_port)(struct ibv_context *context, uint8_t port_num, member
|
| H A D | mlx4_glue.c | 256 .query_port = mlx4_glue_query_port,
|
| H A D | mlx4.c | 922 err = mlx4_glue->query_port(ctx, port, &port_attr); in mlx4_pci_probe()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.h | 150 int (*query_port)(struct ibv_context *context, uint8_t port_num, member
|
| H A D | mlx5_glue.c | 1318 .query_port = mlx5_glue_query_port,
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 917 err = mlx5_glue->query_port(sh->ctx, spawn->phys_port, &port_attr); in mlx5_dev_spawn()
|