Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c209 OCE_LIST_CREATE(&wq->wq_buf_list, DDI_INTR_PRI(dev->intr_pri)); in oce_wqb_cache_create()
217 OCE_LIST_INSERT_TAIL(&wq->wq_buf_list, in oce_wqb_cache_create()
238 while ((wqbd = OCE_LIST_REM_HEAD(&wq->wq_buf_list)) != NULL) { in oce_wqb_cache_destroy()
243 OCE_LIST_DESTROY(&wq->wq_buf_list); in oce_wqb_cache_destroy()
296 return (OCE_LIST_REM_HEAD(&wq->wq_buf_list)); in oce_wqb_alloc()
310 OCE_LIST_INSERT_TAIL(&wq->wq_buf_list, wqbd); in oce_wqb_free()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h221 OCE_LIST_T wq_buf_list; /* buffer list */ member