Searched refs:wq_buf_list (Results 1 – 2 of 2) sorted by relevance
209 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()
221 OCE_LIST_T wq_buf_list; /* buffer list */ member