Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mlx5/
Dqp.h478 u8 ackto_lt; member
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_qp.c2281 path->ackto_lt = (alt ? attr->alt_timeout : attr->timeout) << 3; in mlx5_set_path()
2684 context->pri_path.ackto_lt |= attr->timeout << 3; in __mlx5_ib_modify_qp()
4470 qp_attr->timeout = context->pri_path.ackto_lt >> 3; in query_qp_attr()
4473 qp_attr->alt_timeout = context->alt_path.ackto_lt >> 3; in query_qp_attr()