Searched refs:next_send_psn (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mlx4/ |
D | qp.h | 206 __be32 next_send_psn; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 710 MLX5_GET(fpga_qpc, conn->fpga_qpc, next_send_psn)); in mlx5_fpga_conn_rtr_qp() 744 MLX5_SET(qpc, qpc, next_send_psn, in mlx5_fpga_conn_rts_qp() 891 MLX5_SET(fpga_qpc, conn->fpga_qpc, next_send_psn, 0); in mlx5_fpga_conn_create()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | mlx5_ifc_fpga.h | 227 u8 next_send_psn[0x18]; member
|
D | mlx5_ifc.h | 2894 u8 next_send_psn[0x18]; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 139 __be32 next_send_psn; member 471 qp_attr->sq_psn = be32_to_cpu(context->next_send_psn) & 0xffffff; in mthca_query_qp() 734 qp_context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mthca_modify_qp()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
D | qp.c | 2349 context->next_send_psn = cpu_to_be32(attr->sq_psn); in __mlx4_ib_modify_qp() 4007 qp_attr->sq_psn = be32_to_cpu(context.next_send_psn) & 0xffffff; in mlx4_ib_query_qp()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | qp.c | 3919 MLX5_SET(qpc, qpc, next_send_psn, attr->sq_psn); in __mlx5_ib_modify_qp() 4586 qp_attr->sq_psn = MLX5_GET(qpc, qpc, next_send_psn); in query_qp_attr()
|