Searched refs:tclass_flowlabel (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/mlx4/
H A Dqp.h155 __be32 tclass_flowlabel; member in struct:mlx4_qp_path
/freebsd-13-stable/sys/dev/mlx5/
H A Dqp.h482 __be32 tclass_flowlabel; member in struct:mlx5_qp_path
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1424 path->tclass_flowlabel =
3420 (be32_to_cpu(path->tclass_flowlabel) >> 20) & 0xff;
3422 be32_to_cpu(path->tclass_flowlabel) & 0xfffff;
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2275 path->tclass_flowlabel =
4255 (be32_to_cpu(path->tclass_flowlabel) >> 20) & 0xff;
4257 be32_to_cpu(path->tclass_flowlabel) & 0xfffff;

Completed in 170 milliseconds