Home
last modified time | relevance | path

Searched refs:rib_cq_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Dib.h81 typedef struct rib_cq_s rib_cq_t; typedef
243 rib_cq_t *clnt_scq;
244 rib_cq_t *clnt_rcq;
245 rib_cq_t *svc_scq;
246 rib_cq_t *svc_rcq;
336 rib_cq_t *send_cq; /* send CQ */
337 rib_cq_t *recv_cq; /* recv CQ */
H A Drpcib.c723 rib_cq_t **cqp) in rib_create_cq()
725 rib_cq_t *cq; in rib_create_cq()
731 cq = kmem_zalloc(sizeof (rib_cq_t), KM_SLEEP); in rib_create_cq()
765 kmem_free(cq, sizeof (rib_cq_t)); in rib_create_cq()
4806 kmem_free(hca->clnt_rcq, sizeof (rib_cq_t)); in rib_free_hca()
4807 kmem_free(hca->clnt_scq, sizeof (rib_cq_t)); in rib_free_hca()
4808 kmem_free(hca->svc_rcq, sizeof (rib_cq_t)); in rib_free_hca()
4809 kmem_free(hca->svc_scq, sizeof (rib_cq_t)); in rib_free_hca()