Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mlx5/
Dqp.h497 u8 ackto_lt; member
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c2975 path->ackto_lt = (alt ? attr->alt_timeout : attr->timeout) << 3; in mlx5_set_path()
3554 context->pri_path.ackto_lt |= attr->timeout << 3; in __mlx5_ib_modify_qp()
5682 qp_attr->timeout = context->pri_path.ackto_lt >> 3; in query_qp_attr()
5685 qp_attr->alt_timeout = context->alt_path.ackto_lt >> 3; in query_qp_attr()