Searched defs:qp (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_resources.c117 void mlx4_en_sqp_event(struct mlx4_qp *qp, enum mlx4_event event) argument
H A Dqp.c55 struct mlx4_qp *qp; local
77 is_master_qp0(struct mlx4_dev *dev, struct mlx4_qp *qp, int *real_qp0, int *proxy_qp0) argument
90 __mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state, struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, int sqd_event, struct mlx4_qp *qp, int native) argument
205 mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state, struct mlx4_qp_context *context, enum mlx4_qp_optpar optpar, int sqd_event, struct mlx4_qp *qp) argument
375 mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp) argument
409 mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) argument
420 mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp) argument
564 mlx4_qp_query(struct mlx4_dev *dev, struct mlx4_qp *qp, struct mlx4_qp_context *context) argument
585 mlx4_qp_to_ready(struct mlx4_dev *dev, struct mlx4_mtt *mtt, struct mlx4_qp_context *context, struct mlx4_qp *qp, enum mlx4_qp_state *qp_state) argument
[all...]
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Diwcm.h50 struct ib_qp *qp; member in struct:iwcm_id_private
H A Diwcm.c223 static int iwcm_modify_qp_err(struct ib_qp *qp) argument
238 static int iwcm_modify_qp_sqd(struct ib_qp *qp) argument
264 struct ib_qp *qp = NULL; local
492 struct ib_qp *qp; local
547 struct ib_qp *qp; local
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c62 const struct qual *qp = &qhash[h]; local
/freebsd-10.1-release/contrib/nvi/common/
H A Dseq.c50 SEQ *lastqp, *qp; local
148 SEQ *qp, *pre_qp = NULL; local
178 seq_free(SEQ *qp) argument
208 SEQ *lqp = NULL, *qp; local
286 SEQ *qp; local
308 SEQ *qp; local
356 SEQ *qp; local
[all...]
H A Dkey.c546 SEQ *qp; local
[all...]
/freebsd-10.1-release/contrib/ofed/libibverbs/src/
H A Ddevice.c253 struct ibv_qp *qp = event->element.qp; local
/freebsd-10.1-release/sys/dev/tws/
H A Dtws_user.c223 struct tws_event_packet eventp, *qp; local
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c43 __be32 qp[MTHCA_QP_PER_MGM]; member in struct:mthca_mgm
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c184 ENTRY *qp, *rp, *lastread = 0; local
[all...]
/freebsd-10.1-release/contrib/nvi/cl/
H A Dcl_term.c90 SEQ *qp; local
190 SEQ *qp, *nqp, *pre_qp = NULL; local
[all...]
/freebsd-10.1-release/contrib/ofed/libmthca/src/
H A Dqp.c61 static void *get_recv_wqe(struct mthca_qp *qp, int n) argument
66 static void *get_send_wqe(struct mthca_qp *qp, int n) argument
71 void mthca_init_qp_indices(struct mthca_qp *qp) argument
104 struct mthca_qp *qp = to_mqp(ibqp); local
337 struct mthca_qp *qp = to_mqp(ibqp); local
445 struct mthca_qp *qp = to_mqp(ibqp); local
710 struct mthca_qp *qp = to_mqp(ibqp); local
780 mthca_alloc_qp_buf(struct ibv_pd *pd, struct ibv_qp_cap *cap, enum ibv_qp_type type, struct mthca_qp *qp) argument
909 mthca_store_qp(struct mthca_context *ctx, uint32_t qpn, struct mthca_qp *qp) argument
935 mthca_free_err_wqe(struct mthca_qp *qp, int is_send, int index, int *dbd, uint32_t *new_wqe) argument
[all...]
H A Dverbs.c511 struct mthca_qp *qp; local
620 mthca_query_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, enum ibv_qp_attr_mask attr_mask, struct ibv_qp_init_attr *init_attr) argument
629 mthca_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, enum ibv_qp_attr_mask attr_mask) argument
656 mthca_lock_cqs(struct ibv_qp *qp) argument
672 mthca_unlock_cqs(struct ibv_qp *qp) argument
688 mthca_destroy_qp(struct ibv_qp *qp) argument
750 mthca_attach_mcast(struct ibv_qp *qp, union ibv_gid *gid, uint16_t lid) argument
755 mthca_detach_mcast(struct ibv_qp *qp, union ibv_gid *gid, uint16_t lid) argument
[all...]
/freebsd-10.1-release/sys/dev/cxgbe/
H A Doffload.h122 struct t4_range qp; member in struct:t4_virt_res
/freebsd-10.1-release/sys/ofed/include/rdma/
H A Drdma_cm.h130 struct ib_qp *qp; member in struct:rdma_cm_id
/freebsd-10.1-release/usr.sbin/ypserv/
H A Dyp_dnslookup.c472 char buf[MAXHOSTNAMELEN], *qp; local
/freebsd-10.1-release/contrib/ipfilter/
H A Dmli_ipl.c467 nif_t *nif, *qf2, **qp; local
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtoe.c398 ENTRY *qp; local
416 ENTRY *qp, *rp; local
[all...]
/freebsd-10.1-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c65 struct ibv_qp *qp; member in struct:pingpong_context
[all...]
H A Dsrq_pingpong.c67 struct ibv_qp *qp[MAX_QP]; member in struct:pingpong_context
[all...]
H A Duc_pingpong.c64 struct ibv_qp *qp; member in struct:pingpong_context
[all...]
H A Dud_pingpong.c64 struct ibv_qp *qp; member in struct:pingpong_context
[all...]
/freebsd-10.1-release/contrib/ofed/libmlx4/src/
H A Dqp.c58 static void *get_recv_wqe(struct mlx4_qp *qp, int n) argument
63 static void *get_send_wqe(struct mlx4_qp *qp, int n) argument
73 static void stamp_send_wqe(struct mlx4_qp *qp, int n) argument
83 mlx4_init_qp_indices(struct mlx4_qp *qp) argument
91 mlx4_qp_init_sq_ownership(struct mlx4_qp *qp) argument
193 struct mlx4_qp *qp = to_mqp(ibqp); local
448 struct mlx4_qp *qp = to_mqp(ibqp); local
532 mlx4_calc_sq_wqe_size(struct ibv_qp_cap *cap, enum ibv_qp_type type, struct mlx4_qp *qp) argument
586 mlx4_alloc_qp_buf(struct ibv_pd *pd, struct ibv_qp_cap *cap, enum ibv_qp_type type, struct mlx4_qp *qp) argument
631 mlx4_set_sq_sizes(struct mlx4_qp *qp, struct ibv_qp_cap *cap, enum ibv_qp_type type) argument
682 mlx4_store_qp(struct mlx4_context *ctx, uint32_t qpn, struct mlx4_qp *qp) argument
[all...]
H A Dverbs.c447 struct mlx4_qp *qp; local
564 struct mlx4_qp *qp = to_mqp(ibqp); local
580 mlx4_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, enum ibv_qp_attr_mask attr_mask) argument
610 mlx4_lock_cqs(struct ibv_qp *qp) argument
626 mlx4_unlock_cqs(struct ibv_qp *qp) argument
644 struct mlx4_qp *qp = to_mqp(ibqp); local
[all...]

Completed in 245 milliseconds

1234