Home
last modified time | relevance | path

Searched refs:wq_free (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c587 atomic_add_32(&wq->wq_free, wqe_freed); in oce_process_tx_compl()
704 if (wq->wq_free < dev->tx_reclaim_threshold) { in oce_send_packet()
707 if (wq->wq_free < OCE_MAX_TX_HDL) { in oce_send_packet()
848 if (num_wqes > wq->wq_free) { in oce_send_packet()
853 atomic_add_32(&wq->wq_free, -num_wqes); in oce_send_packet()
957 atomic_add_32(&wq->wq_free, wqed->wqe_cnt); in oce_clean_wq()
H A Doce_queue.c644 wq->wq_free = wq->cfg.q_len; in oce_wq_create()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h227 uint32_t wq_free; /* Wqe free */ member