Searched refs:ib_qp (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_verbs.h | 283 struct ib_qp *qp; 383 struct ib_qp *qp; 606 struct ib_qp { struct 686 struct ib_qp *ib_create_qp(struct ib_pd *pd, 698 int ib_modify_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, 705 int ib_destroy_qp(struct ib_qp *qp);
|
H A D | rdma_cm.h | 138 struct ib_qp *qp;
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 146 struct ib_qp *qpp; in ofs_async_handler() 1065 struct ib_qp * 1073 struct ib_qp *qp; in ib_create_qp() 1082 return ((struct ib_qp *)-EINVAL); in ib_create_qp() 1092 return ((struct ib_qp *)-EINVAL); in ib_create_qp() 1095 if ((qp = kmem_alloc(sizeof (struct ib_qp), KM_NOSLEEP)) == NULL) { in ib_create_qp() 1099 return ((struct ib_qp *)-ENOMEM); in ib_create_qp() 1105 kmem_free(qp, sizeof (struct ib_qp)); in ib_create_qp() 1110 return ((struct ib_qp *)-ENXIO); in ib_create_qp() 1168 kmem_free(qp, sizeof (struct ib_qp)); in ib_create_qp() [all …]
|
H A D | sol_cma.c | 2168 extern int ib_modify_qp(struct ib_qp *, struct ib_qp_attr *, int); 2173 cma_init_ud_qp(sol_cma_chan_t *chanp, struct ib_qp *qp) 2200 cma_init_conn_qp(sol_cma_chan_t *chanp, struct ib_qp *qp) 2224 struct ib_qp *qp;
|