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

12345

/freebsd-10-stable/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
378 mlx4_qp_alloc(struct mlx4_dev *dev, int qpn, struct mlx4_qp *qp) argument
412 mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) argument
423 mlx4_qp_free(struct mlx4_dev *dev, struct mlx4_qp *qp) argument
567 mlx4_qp_query(struct mlx4_dev *dev, struct mlx4_qp *qp, struct mlx4_qp_context *context) argument
588 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-stable/sys/ofed/drivers/infiniband/core/
H A Diwcm.h50 struct ib_qp *qp; member in struct:iwcm_id_private
/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c62 const struct qual *qp = &qhash[h]; local
/freebsd-10-stable/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-stable/contrib/ofed/libibverbs/src/
H A Ddevice.c253 struct ibv_qp *qp = event->element.qp; local
/freebsd-10-stable/sys/dev/tws/
H A Dtws_user.c223 struct tws_event_packet eventp, *qp; local
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c43 __be32 qp[MTHCA_QP_PER_MGM]; member in struct:mthca_mgm
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c184 ENTRY *qp, *rp, *lastread = 0; local
[all...]
/freebsd-10-stable/contrib/nvi/cl/
H A Dcl_term.c90 SEQ *qp; local
190 SEQ *qp, *nqp, *pre_qp = NULL; local
[all...]
/freebsd-10-stable/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-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c472 char buf[MAXHOSTNAMELEN], *qp; local
/freebsd-10-stable/sys/dev/ntb/if_ntb/
H A Dif_ntb.c86 struct ntb_transport_qp *qp; member in struct:ntb_net_queue
423 ntb_net_tx_handler(struct ntb_transport_qp *qp, void *qp_data, void *data, int len) argument
432 ntb_net_rx_handler(struct ntb_transport_qp *qp, void *qp_data, void *data, int len) argument
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c68 struct mlx5_core_qp *qp; local
86 create_qprqsq_common(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, int rsc_type) argument
107 destroy_qprqsq_common(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, int rsc_type) argument
121 mlx5_core_create_qp(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, struct mlx5_create_qp_mbox_in *in, int inlen) argument
168 mlx5_core_destroy_qp(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) argument
194 mlx5_core_qp_modify(struct mlx5_core_dev *dev, u16 operation, struct mlx5_modify_qp_mbox_in *in, int sqd_event, struct mlx5_core_qp *qp) argument
224 mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, struct mlx5_query_qp_mbox_out *out, int outlen) argument
[all...]
/freebsd-10-stable/sys/dev/cxgbe/
H A Doffload.h122 struct t4_range qp; member in struct:t4_virt_res
/freebsd-10-stable/sys/ofed/include/rdma/
H A Drdma_cm.h131 struct ib_qp *qp; member in struct:rdma_cm_id
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtoe.c398 ENTRY *qp; local
416 ENTRY *qp, *rp; local
[all...]
/freebsd-10-stable/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-stable/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.c451 struct mlx4_qp *qp; local
568 struct mlx4_qp *qp = to_mqp(ibqp); local
584 mlx4_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, enum ibv_qp_attr_mask attr_mask) argument
614 mlx4_lock_cqs(struct ibv_qp *qp) argument
630 mlx4_unlock_cqs(struct ibv_qp *qp) argument
648 struct mlx4_qp *qp = to_mqp(ibqp); local
[all...]

Completed in 140 milliseconds

12345