Searched defs:send_cq (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_qp.c | 422 struct c2_cq *send_cq = to_c2cq(qp_attrs->send_cq); in c2_alloc_qp() local 574 static inline void c2_lock_cqs(struct c2_cq *send_cq, struct c2_cq *recv_cq) in c2_lock_cqs() 587 static inline void c2_unlock_cqs(struct c2_cq *send_cq, struct c2_cq *recv_cq) in c2_unlock_cqs() 602 struct c2_cq *send_cq; in c2_free_qp() local
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 1143 struct mthca_cq *send_cq, in mthca_alloc_qp_common() 1271 struct mthca_cq *send_cq, in mthca_alloc_qp() 1313 static void mthca_lock_cqs(struct mthca_cq *send_cq, struct mthca_cq *recv_cq) in mthca_lock_cqs() 1328 static void mthca_unlock_cqs(struct mthca_cq *send_cq, struct mthca_cq *recv_cq) in mthca_unlock_cqs() 1345 struct mthca_cq *send_cq, in mthca_alloc_sqp() 1424 struct mthca_cq *send_cq; in mthca_free_qp() local
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | qp.c | 914 static void mlx4_ib_lock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_lock_cqs() 929 static void mlx4_ib_unlock_cqs(struct mlx4_ib_cq *send_cq, struct mlx4_ib_cq *recv_cq) in mlx4_ib_unlock_cqs() 963 struct mlx4_ib_cq **send_cq, struct mlx4_ib_cq **recv_cq) in get_cqs() 984 struct mlx4_ib_cq *send_cq, *recv_cq; in destroy_qp_common() local 1453 struct mlx4_ib_cq *send_cq, *recv_cq; in __mlx4_ib_modify_qp() local
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | qp.c | 1056 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_lock_cqs() 1086 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_unlock_cqs() 1120 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq) in get_cqs() 1155 struct mlx5_ib_cq *send_cq, *recv_cq; in destroy_qp_common() local 1571 struct mlx5_ib_cq *send_cq, *recv_cq; in __mlx5_ib_modify_qp() local
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 145 struct ib_cq *send_cq; member
|
D | ib_srp.c | 496 struct ib_cq *recv_cq, *send_cq; in srp_create_ch_ib() local
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea.h | 364 struct ehea_cq *send_cq; member
|
D | ehea_main.c | 816 struct ehea_cq *send_cq = pr->send_cq; in ehea_proc_cqes() local
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 347 struct ib_cq *send_cq; member
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_classes.h | 207 struct ehca_cq *send_cq; member
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 821 struct ib_cq *send_cq; member 1249 struct ib_cq *send_cq; member
|