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

/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Dqp.h205 __be32 next_send_psn; member in struct:mlx4_qp_context
/freebsd-10-stable/sys/dev/mlx5/
H A Dqp.h468 __be32 next_send_psn; member in struct:mlx5_qp_context
H A Dmlx5_ifc.h1836 u8 next_send_psn[0x18]; member in struct:mlx5_ifc_qpc_bits
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c138 __be32 next_send_psn; member in struct:mthca_qp_context
472 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff;
725 qp_context->next_send_psn = cpu_to_be32(attr->sq_psn);
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c1920 context->next_send_psn = cpu_to_be32(attr->sq_psn);
3512 qp_attr->sq_psn = be32_to_cpu(context.next_send_psn) & 0xffffff;
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c1961 context->next_send_psn = cpu_to_be32(attr->sq_psn & 0xffffff);
2885 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff;

Completed in 264 milliseconds