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

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

Completed in 96 milliseconds