Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c154 OCE_LIST_INSERT_TAIL(&wq->wq_mdesc_list, in oce_wqm_cache_create()
217 OCE_LIST_INSERT_TAIL(&wq->wq_buf_list, in oce_wqb_cache_create()
310 OCE_LIST_INSERT_TAIL(&wq->wq_buf_list, wqbd); in oce_wqb_free()
337 OCE_LIST_INSERT_TAIL(&wq->wq_mdesc_list, wqmd); in oce_wqm_free()
863 OCE_LIST_INSERT_TAIL(&wq->wqe_desc_list, wqed); in oce_send_packet()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h135 #define OCE_LIST_INSERT_TAIL(_LH, _N) \ macro