Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c176 while ((wqmd = OCE_LIST_REM_HEAD(&wq->wq_mdesc_list)) != NULL) { in oce_wqm_cache_destroy()
238 while ((wqbd = OCE_LIST_REM_HEAD(&wq->wq_buf_list)) != NULL) { in oce_wqb_cache_destroy()
296 return (OCE_LIST_REM_HEAD(&wq->wq_buf_list)); in oce_wqb_alloc()
323 return (OCE_LIST_REM_HEAD(&wq->wq_mdesc_list)); in oce_wqm_alloc()
582 wqed = OCE_LIST_REM_HEAD(&wq->wqe_desc_list); in oce_process_tx_compl()
956 while ((wqed = OCE_LIST_REM_HEAD(&wq->wqe_desc_list)) != NULL) { in oce_clean_wq()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h137 #define OCE_LIST_REM_HEAD(_LH) oce_list_remove_head((_LH)) macro