/linux-3.3/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 231 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_modify_srq() local 256 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_query_srq() local 271 int mlx4_ib_destroy_srq(struct ib_srq *srq) in mlx4_ib_destroy_srq() 294 void mlx4_ib_free_srq_wqe(struct mlx4_ib_srq *srq, int wqe_index) in mlx4_ib_free_srq_wqe() 311 struct mlx4_ib_srq *srq = to_msrq(ibsrq); in mlx4_ib_post_srq_recv() local
|
D | cq.c | 554 struct mlx4_ib_srq *srq; in mlx4_ib_poll_one() local 772 void __mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in __mlx4_ib_cq_clean() 820 void mlx4_ib_cq_clean(struct mlx4_ib_cq *cq, u32 qpn, struct mlx4_ib_srq *srq) in mlx4_ib_cq_clean()
|
/linux-3.3/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
|
/linux-3.3/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-3.3/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 | 1027 struct qib_srq *srq = to_isrq(init_attr->srq); in qib_create_qp() local
|
/linux-3.3/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() 227 void mlx4_srq_free(struct mlx4_dev *dev, struct mlx4_srq *srq) in mlx4_srq_free() 248 int mlx4_srq_arm(struct mlx4_dev *dev, struct mlx4_srq *srq, int limit_watermark) in mlx4_srq_arm() 254 int mlx4_srq_query(struct mlx4_dev *dev, struct mlx4_srq *srq, int *limit_watermark) in mlx4_srq_query()
|
D | resource_tracker.c | 108 struct res_srq *srq; member 931 enum res_cq_states state, struct res_srq **srq) in srq_res_start_move_to() 1583 int srq = (be32_to_cpu(qpc->srqn) >> 24) & 1; in qp_get_mtt_size() local 1761 struct res_srq *srq; in mlx4_RST2INIT_QP_wrapper() local 2289 struct res_srq *srq; in mlx4_SW2HW_SRQ_wrapper() local 2333 struct res_srq *srq; in mlx4_HW2SW_SRQ_wrapper() local 2362 struct res_srq *srq; in mlx4_QUERY_SRQ_wrapper() local 2385 struct res_srq *srq; in mlx4_ARM_SRQ_wrapper() local 2751 struct res_srq *srq; in rem_slave_srqs() local
|
/linux-3.3/drivers/infiniband/core/ |
D | verbs.c | 267 struct ib_srq *srq; in ib_create_srq() local 295 int ib_modify_srq(struct ib_srq *srq, in ib_modify_srq() 305 int ib_query_srq(struct ib_srq *srq, in ib_query_srq() 313 int ib_destroy_srq(struct ib_srq *srq) in ib_destroy_srq() 874 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() 1391 struct ib_srq *srq = NULL; in ib_uverbs_create_qp() local 2211 struct ib_srq *srq; in ib_uverbs_post_srq_recv() local 2470 struct ib_srq *srq; in __uverbs_create_xsrq() local 2662 struct ib_srq *srq; in ib_uverbs_modify_srq() local 2693 struct ib_srq *srq; in ib_uverbs_query_srq() local 2733 struct ib_srq *srq; in ib_uverbs_destroy_srq() local
|
D | uverbs_main.c | 233 struct ib_srq *srq = uobj->object; in ib_uverbs_cleanup_ucontext() local
|
/linux-3.3/drivers/net/ |
D | eql.c | 410 slaving_request_t srq; in eql_enslave() local 457 slaving_request_t srq; in eql_emancipate() local
|
/linux-3.3/include/rdma/ |
D | ib_cm.h | 133 unsigned int srq:1; member 147 unsigned int srq:1; member 369 u8 srq; member 392 u8 srq; member
|
D | ib_user_cm.h | 150 __u8 srq; member 167 __u8 srq; member 247 __u8 srq; member 263 __u8 srq; member
|
D | rdma_cm.h | 94 u8 srq; member
|
/linux-3.3/drivers/infiniband/hw/ehca/ |
D | ehca_qp.c | 2094 int ehca_query_srq(struct ib_srq *srq, struct ib_srq_attr *srq_attr) in ehca_query_srq() 2239 int ehca_destroy_srq(struct ib_srq *srq) in ehca_destroy_srq()
|
D | ehca_reqs.c | 601 int ehca_post_srq_recv(struct ib_srq *srq, in ehca_post_srq_recv()
|
/linux-3.3/drivers/net/wireless/orinoco/ |
D | wext.c | 492 struct iw_param *srq, in orinoco_ioctl_getsens() 521 struct iw_param *srq, in orinoco_ioctl_setsens()
|
/linux-3.3/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()
|