Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/
H A Dqp.h491 u8 grh_mlid; member
/src/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2366 path->grh_mlid = ah->src_path_bits & 0x7f; in mlx5_set_path()
2368 path->grh_mlid |= 1 << 7; in mlx5_set_path()
4346 ib_ah_attr->src_path_bits = path->grh_mlid & 0x7f; in to_ib_ah_attr()
4348 ib_ah_attr->ah_flags = (path->grh_mlid & (1 << 7)) ? IB_AH_GRH : 0; in to_ib_ah_attr()