Searched refs:rqbd (Results 1 – 2 of 2) sorted by relevance
32 static void oce_rqb_dtor(oce_rq_bdesc_t *rqbd);33 static int oce_rqb_ctor(oce_rq_bdesc_t *rqbd, struct oce_rq *rq,46 static void oce_rqb_free(struct oce_rq *rq, oce_rq_bdesc_t *rqbd);89 oce_rq_bdesc_t *rqbd; in oce_rqb_cache_create() local92 rqbd = rq->rq_bdesc_array; in oce_rqb_cache_create()94 for (cnt = 0; cnt < rq->cfg.nbufs; cnt++, rqbd++) { in oce_rqb_cache_create()95 rq->rqb_freelist[cnt] = rqbd; in oce_rqb_cache_create()96 ret = oce_rqb_ctor(rqbd, rq, in oce_rqb_cache_create()122 oce_rq_bdesc_t *rqbd = NULL; in oce_rqb_cache_destroy() local125 rqbd = rq->rq_bdesc_array; in oce_rqb_cache_destroy()[all …]
247 oce_rq_bdesc_t *rqbd; member