Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.c594 MLX5_SET(qpc, qpc, cqn_snd, conn->cq.mcq.cqn); in mlx5_fpga_conn_create_qp()
699 MLX5_SET(qpc, qpc, cqn_snd, conn->cq.mcq.cqn); in mlx5_fpga_conn_init_qp()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c169 MLX5_SET(qpc, qpc, cqn_snd, attr->cqn); in dr_create_rc_qp()
/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_qp.c140 __be32 cqn_snd; member
735 qp_context->cqn_snd = cpu_to_be32(to_mcq(ibqp->send_cq)->cqn); in __mthca_modify_qp()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c1257 MLX5_SET(sqc, sqc, cqn, MLX5_GET(qpc, qpc, cqn_snd)); in create_raw_packet_qp_sq()
2224 MLX5_SET(qpc, qpc, cqn_snd, to_mcq(devr->c0)->mcq.cqn); in create_qp_common()
2244 MLX5_SET(qpc, qpc, cqn_snd, to_mcq(init_attr->send_cq)->mcq.cqn); in create_qp_common()
/Linux-v5.4/include/linux/mlx5/
Dmlx5_ifc.h2651 u8 cqn_snd[0x18]; member