Home
last modified time | relevance | path

Searched defs:ibqp (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/ofed/libcxgb4/
H A Dverbs.c594 int c4iw_modify_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, in c4iw_modify_qp()
612 int c4iw_destroy_qp(struct ibv_qp *ibqp) in c4iw_destroy_qp()
647 int c4iw_query_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, in c4iw_query_qp()
672 int c4iw_attach_mcast(struct ibv_qp *ibqp, const union ibv_gid *gid, in c4iw_attach_mcast()
686 int c4iw_detach_mcast(struct ibv_qp *ibqp, const union ibv_gid *gid, in c4iw_detach_mcast()
H A Dqp.c309 int c4iw_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in c4iw_post_send()
417 int c4iw_post_receive(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, in c4iw_post_receive()
H A Dlibcxgb4.h146 static inline struct c4iw_qp *to_c4iw_qp(struct ibv_qp *ibqp) in to_c4iw_qp()
/freebsd/sys/dev/mthca/
H A Dmthca_mcg.c120 int mthca_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mthca_multicast_attach()
214 int mthca_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mthca_multicast_detach()
H A Dmthca_qp.c425 int mthca_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, in mthca_query_qp()
544 static int __mthca_modify_qp(struct ib_qp *ibqp, in __mthca_modify_qp()
846 int mthca_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, in mthca_modify_qp()
1608 int mthca_tavor_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_tavor_post_send()
1811 int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_tavor_post_receive()
1922 int mthca_arbel_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_arbel_post_send()
2162 int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_arbel_post_receive()
H A Dmthca_provider.h264 struct ib_qp ibqp; member
336 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c297 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp; in mlx4_ib_qp_event() local
1253 struct ib_qp *ibqp; in mlx4_ib_create_qp() local
1624 static int __mlx4_ib_modify_qp(struct ib_qp *ibqp, in __mlx4_ib_modify_qp()
2167 static int _mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in _mlx4_ib_modify_qp()
2263 int mlx4_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in mlx4_ib_modify_qp()
2931 int mlx4_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mlx4_ib_post_send()
3266 int mlx4_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mlx4_ib_post_recv()
3428 int mlx4_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask, in mlx4_ib_query_qp()
H A Dmlx4_ib_main.c1213 static int add_gid_entry(struct ib_qp *ibqp, union ib_gid *gid) in add_gid_entry()
1787 static int mlx4_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx4_ib_mcg_attach()
1865 static int mlx4_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in mlx4_ib_mcg_detach()
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c213 int mlx4_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in mlx4_post_send()
512 int mlx4_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, in mlx4_post_recv()
H A Dverbs.c969 int mlx4_query_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, in mlx4_query_qp()
1098 int mlx4_destroy_qp(struct ibv_qp *ibqp) in mlx4_destroy_qp()
H A Dmlx4.h335 static inline struct mlx4_qp *to_mqp(struct ibv_qp *ibqp) in to_mqp()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c70 static int c4iw_multicast_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c4iw_multicast_attach()
75 static int c4iw_multicast_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) in c4iw_multicast_detach()
H A Dqp.c774 int c4iw_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in c4iw_post_send()
916 int c4iw_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in c4iw_post_receive()
1915 int c4iw_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c4iw_ib_modify_qp()
1960 int c4iw_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in c4iw_ib_query_qp()
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c358 static inline int copy_eth_inline_headers(struct ibv_qp *ibqp, in copy_eth_inline_headers()
612 static inline int _mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in _mlx5_post_send()
969 int mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in mlx5_post_send()
1134 int mlx5_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, in mlx5_post_recv()
H A Dverbs.c1254 struct ibv_qp *ibqp; in create_qp() local
1495 int mlx5_destroy_qp(struct ibv_qp *ibqp) in mlx5_destroy_qp() argument
1546 mlx5_query_qp(struct ibv_qp * ibqp,struct ibv_qp_attr * attr,int attr_mask,struct ibv_qp_init_attr * init_attr) mlx5_query_qp() argument
[all...]
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c669 qlnxr_gsi_post_send(struct ib_qp *ibqp, in qlnxr_gsi_post_send()
743 qlnxr_gsi_post_recv(struct ib_qp *ibqp, in qlnxr_gsi_post_recv()
H A Dqlnxr_verbs.c836 get_gid_info(struct ib_qp *ibqp, struct ib_qp_attr *attr, in get_gid_info()
3356 qlnxr_modify_qp(struct ib_qp *ibqp, in qlnxr_modify_qp()
3684 qlnxr_query_qp(struct ib_qp *ibqp, in qlnxr_query_qp()
3869 qlnxr_destroy_qp(struct ib_qp *ibqp, struct ib_udata *udata) in qlnxr_destroy_qp()
4252 qlnxr_post_send(struct ib_qp *ibqp, in qlnxr_post_send()
4617 qlnxr_post_recv(struct ib_qp *ibqp, in qlnxr_post_recv()
5920 struct ib_qp *ibqp = &(ep->qp->ibqp); in qlnxr_iw_qp_event() local
6341 qlnxr_iw_qp_add_ref(struct ib_qp *ibqp) in qlnxr_iw_qp_add_ref()
6357 qlnxr_iw_qp_rem_ref(struct ib_qp *ibqp) in qlnxr_iw_qp_rem_ref()
H A Dqlnxr_os.c637 struct ib_qp *ibqp = &qp->ibqp; in qlnxr_affiliated_event() local
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c724 irdma_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in irdma_query_qp()
788 irdma_modify_qp_roce(struct ib_qp *ibqp, struct ib_qp_attr *attr, in irdma_modify_qp_roce()
1147 irdma_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int attr_mask, in irdma_modify_qp()
2441 irdma_post_send(struct ib_qp *ibqp, in irdma_post_send()
2618 irdma_post_recv(struct ib_qp *ibqp, in irdma_post_recv()
3030 irdma_attach_mcast(struct ib_qp *ibqp, union ib_gid *ibgid, u16 lid) in irdma_attach_mcast()
3167 irdma_detach_mcast(struct ib_qp *ibqp, union ib_gid *ibgid, u16 lid) in irdma_detach_mcast()
H A Dirdma_utils.c672 irdma_qp_add_ref(struct ib_qp *ibqp) in irdma_qp_add_ref()
680 irdma_qp_rem_ref(struct ib_qp *ibqp) in irdma_qp_rem_ref()
H A Dirdma_cm.c3508 struct ib_qp *ibqp; in irdma_accept() local
3688 struct ib_qp *ibqp; in irdma_connect() local
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c189 struct ib_qp *ibqp = &to_mibqp(qp)->ibqp; in mlx5_ib_qp_event() local
2677 static int __mlx5_ib_modify_qp(struct ib_qp *ibqp, in __mlx5_ib_modify_qp()
2957 int mlx5_ib_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, in mlx5_ib_modify_qp()
3896 int mlx5_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mlx5_ib_post_send()
4211 int mlx5_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mlx5_ib_post_recv()
4551 int mlx5_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, in mlx5_ib_query_qp()
H A Dmlx5_ib_gsi.c39 struct ib_qp ibqp; member
/freebsd/contrib/ofed/libibverbs/
H A Dcmd.c1449 int ibv_cmd_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in ibv_cmd_post_send()
1539 int ibv_cmd_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, in ibv_cmd_post_recv()
/freebsd/sys/ofed/include/rdma/
H A Drdma_vt.h422 static inline struct rvt_qp *ibqp_to_rvtqp(struct ib_qp *ibqp) in ibqp_to_rvtqp()

12