/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | srq.c | 46 static void *get_wqe(struct mlx5_ib_srq *srq, int n) in get_wqe() 51 static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, enum mlx5_event type) in mlx5_ib_srq_event() 76 static int create_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq, in create_srq_user() 152 static int create_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq, in create_srq_kernel() 220 static void destroy_srq_user(struct ib_pd *pd, struct mlx5_ib_srq *srq) in destroy_srq_user() 227 static void destroy_srq_kernel(struct mlx5_ib_dev *dev, struct mlx5_ib_srq *srq) in destroy_srq_kernel() 240 struct mlx5_ib_srq *srq; in mlx5_ib_create_srq() local 348 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_modify_srq() local 373 struct mlx5_ib_srq *srq = to_msrq(ibsrq); in mlx5_ib_query_srq() local 394 int mlx5_ib_destroy_srq(struct ib_srq *srq) in mlx5_ib_destroy_srq() [all …]
|
D | cq.c | 174 struct mlx5_ib_srq *srq; in handle_responder() local 500 struct mlx5_ib_srq *srq; in mlx5_poll_one() local 855 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean() 906 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq) in mlx5_ib_cq_clean()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | srq.c | 41 static void *get_wqe(struct mlx4_ib_srq *srq, int n) in get_wqe() 46 static void mlx4_ib_srq_event(struct mlx4_srq *srq, enum mlx4_event type) in mlx4_ib_srq_event() 76 struct mlx4_ib_srq *srq; in mlx4_ib_create_srq() local 232 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_modify_srq() local 257 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_query_srq() local 272 int mlx4_ib_destroy_srq(struct ib_srq *srq) in mlx4_ib_destroy_srq() 295 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index) in mlx4_ib_free_srq_wqe() 312 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_post_srq_recv() local
|
D | cq.c | 654 struct mlx4_ib_srq *srq; in mlx4_ib_poll_one() local 925 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean() 978 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_srq.c | 72 static void *get_wqe(struct mthca_srq *srq, int n) in get_wqe() 97 struct mthca_srq *srq, in mthca_tavor_init_srq_context() 115 struct mthca_srq *srq, in mthca_arbel_init_srq_context() 140 static void mthca_free_srq_buf(struct mthca_dev *dev, struct mthca_srq *srq) in mthca_free_srq_buf() 148 struct mthca_srq *srq) in mthca_alloc_srq_buf() 200 struct ib_srq_attr *attr, struct mthca_srq *srq) in mthca_alloc_srq() 319 static inline int get_srq_refcount(struct mthca_dev *dev, struct mthca_srq *srq) in get_srq_refcount() 330 void mthca_free_srq(struct mthca_dev *dev, struct mthca_srq *srq) in mthca_free_srq() 368 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_modify_srq() local 391 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_query_srq() local [all …]
|
D | mthca_provider.c | 440 struct mthca_srq *srq; in mthca_create_srq() local 493 static int mthca_destroy_srq(struct ib_srq *srq) in mthca_destroy_srq()
|
D | mthca_cq.c | 279 struct mthca_srq *srq) in mthca_cq_clean() 545 struct mthca_srq *srq = to_msrq((*cur_qp)->ibqp.srq); in mthca_poll_one() local
|
D | mthca_eq.c | 147 } __attribute__((packed)) srq; member
|
D | mthca_dev.h | 249 struct mthca_array srq; member
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | srq.c | 44 struct mlx5_core_srq *srq; in mlx5_srq_event() local 68 struct mlx5_core_srq *srq; in mlx5_core_get_srq() local 82 int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in mlx5_core_create_srq() 125 int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq) in mlx5_core_destroy_srq() 164 int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in mlx5_core_query_srq() 186 int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in mlx5_core_arm_srq()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_srq.c | 51 struct ipath_srq *srq = to_isrq(ibsrq); in ipath_post_srq_receive() local 106 struct ipath_srq *srq; in ipath_create_srq() local 219 struct ipath_srq *srq = to_isrq(ibsrq); in ipath_modify_srq() local 353 struct ipath_srq *srq = to_isrq(ibsrq); in ipath_query_srq() local 367 struct ipath_srq *srq = to_isrq(ibsrq); in ipath_destroy_srq() local
|
D | ipath_ud.c | 57 struct ipath_srq *srq; in ipath_ud_loopback() local
|
D | ipath_ruc.c | 171 struct ipath_srq *srq; in ipath_get_rwqe() local
|
D | ipath_qp.c | 797 struct ipath_srq *srq = to_isrq(init_attr->srq); in ipath_create_qp() local
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_srq.c | 51 struct qib_srq *srq = to_isrq(ibsrq); in qib_post_srq_receive() local 106 struct qib_srq *srq; in qib_create_srq() local 215 struct qib_srq *srq = to_isrq(ibsrq); in qib_modify_srq() local 353 struct qib_srq *srq = to_isrq(ibsrq); in qib_query_srq() local 367 struct qib_srq *srq = to_isrq(ibsrq); in qib_destroy_srq() local
|
D | qib_ruc.c | 143 struct qib_srq *srq; in qib_get_rwqe() local
|
D | qib_qp.c | 1042 struct qib_srq *srq = to_isrq(init_attr->srq); in qib_create_qp() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | srq.c | 46 struct mlx4_srq *srq; in mlx4_srq_event() local 166 struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq) in mlx4_srq_alloc() 225 void mlx4_srq_free(struct mlx4_dev *dev, struct mlx4_srq *srq) in mlx4_srq_free() 246 int mlx4_srq_arm(struct mlx4_dev *dev, struct mlx4_srq *srq, int limit_watermark) in mlx4_srq_arm() 252 int mlx4_srq_query(struct mlx4_dev *dev, struct mlx4_srq *srq, int *limit_watermark) in mlx4_srq_query() 303 struct mlx4_srq *srq; in mlx4_srq_lookup() local
|
D | resource_tracker.c | 109 struct res_srq *srq; member 1473 enum res_srq_states state, struct res_srq **srq) in srq_res_start_move_to() 2482 int srq = (be32_to_cpu(qpc->srqn) >> 24) & 1; in qp_get_mtt_size() local 2725 struct res_srq *srq; in mlx4_RST2INIT_QP_wrapper() local 3365 struct res_srq *srq = NULL; in mlx4_SW2HW_SRQ_wrapper() local 3409 struct res_srq *srq = NULL; in mlx4_HW2SW_SRQ_wrapper() local 3438 struct res_srq *srq; in mlx4_QUERY_SRQ_wrapper() local 3461 struct res_srq *srq; in mlx4_ARM_SRQ_wrapper() local 4386 struct res_srq *srq; in rem_slave_srqs() local
|
/linux-4.1.27/drivers/infiniband/core/ |
D | verbs.c | 296 struct ib_srq *srq; in ib_create_srq() local 324 int ib_modify_srq(struct ib_srq *srq, in ib_modify_srq() 334 int ib_query_srq(struct ib_srq *srq, in ib_query_srq() 342 int ib_destroy_srq(struct ib_srq *srq) in ib_destroy_srq() 980 struct ib_srq *srq; in ib_destroy_qp() local
|
D | uverbs_cmd.c | 267 static void put_srq_read(struct ib_srq *srq) in put_srq_read() 1635 struct ib_srq *srq = NULL; in ib_uverbs_create_qp() local 2487 struct ib_srq *srq; in ib_uverbs_post_srq_recv() local 2993 struct ib_srq *srq; in __uverbs_create_xsrq() local 3185 struct ib_srq *srq; in ib_uverbs_modify_srq() local 3216 struct ib_srq *srq; in ib_uverbs_query_srq() local 3256 struct ib_srq *srq; in ib_uverbs_destroy_srq() local
|
D | uverbs_main.c | 256 struct ib_srq *srq = uobj->object; in ib_uverbs_cleanup_ucontext() local
|
D | cm_msgs.h | 284 static inline void cm_req_set_srq(struct cm_req_msg *req_msg, u8 srq) in cm_req_set_srq() 610 static inline void cm_rep_set_srq(struct cm_rep_msg *rep_msg, u8 srq) in cm_rep_set_srq()
|
D | cma.c | 145 u8 srq; member
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 1216 int dpp_credit_lmt, int srq) in ocrdma_copy_qp_uresp() 1588 static void ocrdma_srq_toggle_bit(struct ocrdma_srq *srq, unsigned int idx) in ocrdma_srq_toggle_bit() 1780 static int ocrdma_copy_srq_uresp(struct ocrdma_dev *dev, struct ocrdma_srq *srq, in ocrdma_copy_srq_uresp() 1820 struct ocrdma_srq *srq; in ocrdma_create_srq() local 1883 struct ocrdma_srq *srq; in ocrdma_modify_srq() local 1896 struct ocrdma_srq *srq; in ocrdma_query_srq() local 1906 struct ocrdma_srq *srq; in ocrdma_destroy_srq() local 2336 static int ocrdma_srq_get_idx(struct ocrdma_srq *srq) in ocrdma_srq_get_idx() 2357 static void ocrdma_ring_srq_db(struct ocrdma_srq *srq) in ocrdma_ring_srq_db() 2369 struct ocrdma_srq *srq; in ocrdma_post_srq_recv() local [all …]
|
D | ocrdma_hw.c | 2346 struct ocrdma_srq *srq = get_ocrdma_srq(attrs->srq); in ocrdma_mbx_create_qp() local 2665 int ocrdma_mbx_create_srq(struct ocrdma_dev *dev, struct ocrdma_srq *srq, in ocrdma_mbx_create_srq() 2740 int ocrdma_mbx_modify_srq(struct ocrdma_srq *srq, struct ib_srq_attr *srq_attr) in ocrdma_mbx_modify_srq() 2758 int ocrdma_mbx_query_srq(struct ocrdma_srq *srq, struct ib_srq_attr *srq_attr) in ocrdma_mbx_query_srq() 2784 int ocrdma_mbx_destroy_srq(struct ocrdma_dev *dev, struct ocrdma_srq *srq) in ocrdma_mbx_destroy_srq()
|
D | ocrdma.h | 395 struct ocrdma_srq *srq; member
|
/linux-4.1.27/drivers/net/ |
D | eql.c | 412 slaving_request_t srq; in eql_enslave() local 455 slaving_request_t srq; in eql_emancipate() local
|
/linux-4.1.27/include/uapi/rdma/ |
D | ib_user_cm.h | 150 __u8 srq; member 167 __u8 srq; member 247 __u8 srq; member 263 __u8 srq; member
|
D | rdma_user_cm.h | 182 __u8 srq; member
|
/linux-4.1.27/include/rdma/ |
D | ib_cm.h | 134 unsigned int srq:1; member 148 unsigned int srq:1; member 382 u8 srq; member 405 u8 srq; member
|
D | rdma_cm.h | 99 u8 srq; member
|
D | ib_verbs.h | 420 struct ib_srq *srq; member 823 struct ib_srq *srq; member 1251 struct ib_srq *srq; member 1898 static inline int ib_post_srq_recv(struct ib_srq *srq, in ib_post_srq_recv()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_qp.c | 2090 int ehca_query_srq(struct ib_srq *srq, struct ib_srq_attr *srq_attr) in ehca_query_srq() 2235 int ehca_destroy_srq(struct ib_srq *srq) in ehca_destroy_srq()
|
D | ehca_reqs.c | 600 int ehca_post_srq_recv(struct ib_srq *srq, in ehca_post_srq_recv()
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
D | wext.c | 491 struct iw_param *srq, in orinoco_ioctl_getsens() 520 struct iw_param *srq, in orinoco_ioctl_setsens()
|
/linux-4.1.27/drivers/net/wireless/ |
D | zd1201.c | 1105 struct iw_request_info *info, struct iw_point *srq, char *extra) in zd1201_set_scan() 1112 struct iw_request_info *info, struct iw_point *srq, char *extra) in zd1201_get_scan()
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | conrpc.c | 691 srpc_stat_reqst_t *srq; in lstcon_statrpc_prep() local
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 398 struct ib_srq *srq; member
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 255 struct ib_srq *srq; member
|
/linux-4.1.27/include/linux/mlx4/ |
D | device.h | 788 int srq; member 855 } __packed srq; member
|