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

/freebsd-11-stable/sys/dev/mlx4/
H A Dqp.h210 __be32 next_send_psn; member in struct:mlx4_qp_context
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c728 MLX5_GET(fpga_qpc, conn->fpga_qpc, next_send_psn));
773 MLX5_SET(qpc, qpc, next_send_psn,
925 MLX5_SET(fpga_qpc, conn->fpga_qpc, next_send_psn, 0);
H A Dmlx5_ifc_fpga.h223 u8 next_send_psn[0x18]; member in struct:mlx5_ifc_fpga_qpc_bits
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h508 __be32 next_send_psn; member in struct:mlx5_qp_context
H A Dmlx5_ifc.h1969 u8 next_send_psn[0x18]; member in struct:mlx5_ifc_qpc_bits
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c138 __be32 next_send_psn; member in struct:mthca_qp_context
465 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff;
718 qp_context->next_send_psn = cpu_to_be32(attr->sq_psn);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1865 context->next_send_psn = cpu_to_be32(attr->sq_psn);
3459 qp_attr->sq_psn = be32_to_cpu(context.next_send_psn) & 0xffffff;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2718 context->next_send_psn = cpu_to_be32(attr->sq_psn);
4445 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff;

Completed in 185 milliseconds