Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h227 uint32_t tx_reclaim_threshold; /* Tx reclaim */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c624 dev->tx_reclaim_threshold = oce_get_prop(dev, in oce_get_params()
H A Doce_tx.c704 if (wq->wq_free < dev->tx_reclaim_threshold) { in oce_send_packet()