Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mlx4/
Dqp.h205 __be32 next_send_psn; member
/linux-4.4.14/include/linux/mlx5/
Dqp.h479 __be32 next_send_psn; member
Dmlx5_ifc.h1741 u8 next_send_psn[0x18]; member
/linux-4.4.14/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.4.14/drivers/infiniband/hw/mlx5/
Dqp.c1664 context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mlx5_ib_modify_qp()
3062 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff; in mlx5_ib_query_qp()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c1732 context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mlx4_ib_modify_qp()
3260 qp_attr->sq_psn = be32_to_cpu(context.next_send_psn) & 0xffffff; in mlx4_ib_query_qp()