Home
last modified time | relevance | path

Searched refs:mlx5_ib_create_flow (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/ofed/include/uapi/rdma/
H A Dmlx5-abi.h311 struct mlx5_ib_create_flow { struct
/freebsd-src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2362 static struct ib_flow *mlx5_ib_create_flow(struct ib_qp *qp,
2373 struct mlx5_ib_create_flow *ucmd = NULL, ucmd_hdr; in mlx5_ib_create_flow()
2378 min_ucmd_sz = offsetofend(struct mlx5_ib_create_flow, reserved); in mlx5_ib_create_flow()
3511 dev->ib_dev.create_flow = mlx5_ib_create_flow; in mlx5_ib_add()
2363 static struct ib_flow *mlx5_ib_create_flow(struct ib_qp *qp, mlx5_ib_create_flow() function