Home
last modified time | relevance | path

Searched refs:cqn_snd (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c590 MLX5_SET(qpc, qpc, cqn_snd, conn->cq.mcq.cqn); in mlx5_fpga_conn_create_qp()
695 MLX5_SET(qpc, qpc, cqn_snd, conn->cq.mcq.cqn); in mlx5_fpga_conn_init_qp()
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_qp.c139 __be32 cqn_snd; member
731 qp_context->cqn_snd = cpu_to_be32(to_mcq(ibqp->send_cq)->cqn); in __mthca_modify_qp()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c1123 MLX5_SET(sqc, sqc, cqn, MLX5_GET(qpc, qpc, cqn_snd)); in create_raw_packet_qp_sq()
1854 MLX5_SET(qpc, qpc, cqn_snd, to_mcq(devr->c0)->mcq.cqn); in create_qp_common()
1874 MLX5_SET(qpc, qpc, cqn_snd, to_mcq(init_attr->send_cq)->mcq.cqn); in create_qp_common()
/Linux-v4.19/include/linux/mlx5/
Dmlx5_ifc.h2293 u8 cqn_snd[0x18]; member