Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mlx5/
Dqp.h488 u8 ackto_lt; member
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c2578 path->ackto_lt = (alt ? attr->alt_timeout : attr->timeout) << 3; in mlx5_set_path()
3053 context->pri_path.ackto_lt |= attr->timeout << 3; in __mlx5_ib_modify_qp()
5015 qp_attr->timeout = context->pri_path.ackto_lt >> 3; in query_qp_attr()
5018 qp_attr->alt_timeout = context->alt_path.ackto_lt >> 3; in query_qp_attr()