Home
last modified time | relevance | path

Searched refs:next_send_psn (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/mlx4/
Dqp.h195 __be32 next_send_psn; member
/linux-4.1.27/include/linux/mlx5/
Dqp.h454 __be32 next_send_psn; member
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_qp.c138 __be32 next_send_psn; member
465 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff; in mthca_query_qp()
718 qp_context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mthca_modify_qp()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c1678 context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mlx5_ib_modify_qp()
3071 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff; in mlx5_ib_query_qp()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dqp.c1625 context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mlx4_ib_modify_qp()
3146 qp_attr->sq_psn = be32_to_cpu(context.next_send_psn) & 0xffffff; in mlx4_ib_query_qp()