oce_wq_bdesc_t
size = wq->cfg.nbufs * sizeof (oce_wq_bdesc_t);
oce_wq_bdesc_t *wqbd;
wq->cfg.nbufs * sizeof (oce_wq_bdesc_t));
oce_wqb_ctor(oce_wq_bdesc_t *wqbd, struct oce_wq *wq, size_t size, int flags)
oce_wqb_dtor(struct oce_wq *wq, oce_wq_bdesc_t *wqbd)
static inline oce_wq_bdesc_t *
oce_wqb_free(struct oce_wq *wq, oce_wq_bdesc_t *wqbd)
static void oce_wqb_dtor(struct oce_wq *wq, oce_wq_bdesc_t *wqbd);
static int oce_wqb_ctor(oce_wq_bdesc_t *wqbd, struct oce_wq *wq,
static inline oce_wq_bdesc_t *oce_wqb_alloc(struct oce_wq *wq);
static void oce_wqb_free(struct oce_wq *wq, oce_wq_bdesc_t *wqbd);
oce_wq_bdesc_t *wqbd;
oce_wq_bdesc_t *wq_bdesc_array; /* buffer desc array */