Searched defs:ibqp (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c127 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
234 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
H A Dmthca_provider.h261 struct ib_qp ibqp; member in struct:mthca_qp
333 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) argument
H A Dmthca_qp.c427 int mthca_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, argument
549 static int __mthca_modify_qp(struct ib_qp *ibqp, argument
852 mthca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
1616 mthca_tavor_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, struct ib_send_wr **bad_wr) argument
1819 mthca_tavor_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, struct ib_recv_wr **bad_wr) argument
1930 mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, struct ib_send_wr **bad_wr) argument
2170 mthca_arbel_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, struct ib_recv_wr **bad_wr) argument
[all...]
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dqp.c101 int mthca_tavor_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, argument
334 int mthca_tavor_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, argument
442 mthca_arbel_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, struct ibv_send_wr **bad_wr) argument
707 mthca_arbel_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, struct ibv_recv_wr **bad_wr) argument
[all...]
H A Dmthca.h278 static inline struct mthca_qp *to_mqp(struct ibv_qp *ibqp) argument
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dqp.c189 int mlx4_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, argument
445 int mlx4_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, argument
H A Dverbs.c559 int mlx4_query_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, argument
642 int mlx4_destroy_qp(struct ibv_qp *ibqp) argument
[all...]
H A Dmlx4.h334 static inline struct mlx4_qp *to_mqp(struct ibv_qp *ibqp) argument
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c353 int iwch_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, argument
452 int iwch_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, argument
H A Diw_cxgb_provider.c104 static int iwch_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
110 iwch_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
908 static int iwch_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, argument
[all...]
H A Diw_cxgb_provider.h157 struct ib_qp ibqp; member in struct:iwch_qp
175 to_iwch_qp(struct ib_qp *ibqp) argument
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcmd.c1027 int ibv_cmd_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, argument
1117 int ibv_cmd_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, argument
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c629 static int add_gid_entry(struct ib_qp *ibqp, union ib_gid *gid) argument
678 static int mlx4_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
720 static int mlx4_ib_mcg_detach(struct ib_qp *ibqp, unio argument
[all...]
H A Dmlx4_ib.h157 struct ib_qp ibqp; member in struct:mlx4_ib_qp
281 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp) argument
H A Dqp.c241 struct ib_qp *ibqp = &mqp->ibqp; local
1068 __mlx4_ib_modify_qp(struct ib_qp *ibqp, const struct ib_qp_attr *attr, int attr_mask, enum ib_qp_state cur_state, enum ib_qp_state new_state) argument
1375 mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
1931 mlx4_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, struct ib_send_wr **bad_wr) argument
2233 mlx4_ib_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr, struct ib_recv_wr **bad_wr) argument
2374 mlx4_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, struct ib_qp_init_attr *qp_init_attr) argument
2477 struct ib_qp *ibqp; local
[all...]

Completed in 158 milliseconds