Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h44 int (*query_port)(struct ibv_context *context, uint8_t port_num, member
H A Dmlx4_glue.c256 .query_port = mlx4_glue_query_port,
H A Dmlx4.c922 err = mlx4_glue->query_port(ctx, port, &port_attr); in mlx4_pci_probe()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h150 int (*query_port)(struct ibv_context *context, uint8_t port_num, member
H A Dmlx5_glue.c1318 .query_port = mlx5_glue_query_port,
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c917 err = mlx5_glue->query_port(sh->ctx, spawn->phys_port, &port_attr); in mlx5_dev_spawn()