Searched refs:wqbd (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_tx.c | 36 static void oce_wqb_dtor(struct oce_wq *wq, oce_wq_bdesc_t *wqbd); 37 static int oce_wqb_ctor(oce_wq_bdesc_t *wqbd, struct oce_wq *wq, 40 static void oce_wqb_free(struct oce_wq *wq, oce_wq_bdesc_t *wqbd); 237 oce_wq_bdesc_t *wqbd; local 238 while ((wqbd = OCE_LIST_REM_HEAD(&wq->wq_buf_list)) != NULL) { 239 oce_wqb_dtor(wq, wqbd); 249 * wqbd - pointer to WQ buffer descriptor 257 oce_wqb_ctor(oce_wq_bdesc_t *wqbd, struct oce_wq *wq, size_t size, int flags) argument 262 wqbd->wqb = oce_alloc_dma_buffer(dev, size, &oce_tx_dma_buf_attr, 264 if (wqbd 281 oce_wqb_dtor(struct oce_wq *wq, oce_wq_bdesc_t *wqbd) argument 308 oce_wqb_free(struct oce_wq *wq, oce_wq_bdesc_t *wqbd) argument 454 oce_wq_bdesc_t *wqbd; local [all...] |
Completed in 86 milliseconds