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

12

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mcg.c120 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
214 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
H A Dmthca_provider.h264 struct ib_qp ibqp; member in struct:mthca_qp
336 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) argument
H A Dmthca_qp.c424 int mthca_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, argument
543 static int __mthca_modify_qp(struct ib_qp *ibqp, argument
842 mthca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
1602 mthca_tavor_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, struct ib_send_wr **bad_wr) argument
1805 mthca_tavor_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, struct ib_recv_wr **bad_wr) argument
1916 mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, struct ib_send_wr **bad_wr) argument
2156 mthca_arbel_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, struct ib_recv_wr **bad_wr) argument
[all...]
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dqp.c309 int c4iw_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, argument
417 int c4iw_post_receive(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, argument
H A Dlibcxgb4.h146 static inline struct c4iw_qp *to_c4iw_qp(struct ibv_qp *ibqp) argument
H A Dverbs.c580 int c4iw_modify_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, argument
598 int c4iw_destroy_qp(struct ibv_qp *ibqp) argument
632 int c4iw_query_qp(struct ibv_qp *ibqp, struc argument
657 c4iw_attach_mcast(struct ibv_qp *ibqp, const union ibv_gid *gid, uint16_t lid) argument
671 c4iw_detach_mcast(struct ibv_qp *ibqp, const union ibv_gid *gid, uint16_t lid) argument
[all...]
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dqp.c213 int mlx4_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, argument
512 int mlx4_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, argument
H A Dverbs.c956 int mlx4_query_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, argument
1085 int mlx4_destroy_qp(struct ibv_qp *ibqp) argument
[all...]
H A Dmlx4.h335 static inline struct mlx4_qp *to_mqp(struct ibv_qp *ibqp) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c38 struct ib_qp ibqp; member in struct:mlx5_ib_gsi_qp
H A Dmlx5_ib_main.c2302 static int mlx5_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
2315 static int mlx5_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
[all...]
/freebsd-11-stable/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.h157 struct ib_qp ibqp; member in struct:iwch_qp
175 to_iwch_qp(struct ib_qp *ibqp) 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
918 static int iwch_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, argument
[all...]
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c71 static int c4iw_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
76 static int c4iw_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
H A Dqp.c768 int c4iw_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, argument
908 int c4iw_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, argument
1906 c4iw_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
1951 c4iw_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_qp_init_attr *init_attr) argument
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c1370 int ibv_cmd_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, argument
1460 int ibv_cmd_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, argument
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c358 static inline int copy_eth_inline_headers(struct ibv_qp *ibqp, argument
612 static inline int _mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, argument
969 mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, struct ibv_send_wr **bad_wr) argument
1134 mlx5_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, struct ibv_recv_wr **bad_wr) argument
[all...]
H A Dverbs.c1238 struct ibv_qp *ibqp; local
1471 int mlx5_destroy_qp(struct ibv_qp *ibqp) argument
1520 mlx5_query_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, int attr_mask, struct ibv_qp_init_attr *init_attr) argument
[all...]
H A Dmlx5.h507 static inline struct mlx5_qp *to_mqp(struct ibv_qp *ibqp) argument
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_vt.h424 static inline struct rvt_qp *ibqp_to_rvtqp(struct ib_qp *ibqp) argument
H A Drdmavt_qp.h269 struct ib_qp ibqp; member in struct:rvt_qp
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c296 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp; local
1246 struct ib_qp *ibqp; local
1619 __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
2159 _mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
2263 mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, struct ib_udata *udata) argument
2931 mlx4_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, struct ib_send_wr **bad_wr) argument
3266 mlx4_ib_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr, struct ib_recv_wr **bad_wr) argument
3428 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
[all...]
H A Dmlx4_ib_main.c1309 static int add_gid_entry(struct ib_qp *ibqp, union ib_gid *gid) argument
1879 static int mlx4_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
1957 static int mlx4_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
[all...]
H A Dmlx4_ib.h299 struct ib_qp ibqp; member in struct:mlx4_ib_qp
684 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp) argument

Completed in 273 milliseconds

12