Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/
H A Dqp.h210 __be32 next_send_psn; member
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5_ifc_fpga.h221 u8 next_send_psn[0x18]; member
H A Dmlx5fpga_conn.c726 MLX5_GET(fpga_qpc, conn->fpga_qpc, next_send_psn)); in mlx5_fpga_conn_rtr_qp()
771 MLX5_SET(qpc, qpc, next_send_psn, in mlx5_fpga_conn_rts_qp()
923 MLX5_SET(fpga_qpc, conn->fpga_qpc, next_send_psn, 0); in mlx5_fpga_conn_create()
/freebsd/sys/dev/mlx5/
H A Dqp.h523 __be32 next_send_psn;
514 __be32 next_send_psn; global() member
H A Dmlx5_ifc.h2424 u8 next_send_psn[0x18]; member
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c139 __be32 next_send_psn; member
466 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff; in mthca_query_qp()
722 qp_context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mthca_modify_qp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1873 context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mlx4_ib_modify_qp()
3459 qp_attr->sq_psn = be32_to_cpu(context.next_send_psn) & 0xffffff; in mlx4_ib_query_qp()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2832 context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mlx5_ib_modify_qp()
4516 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff; in query_qp_attr()