Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c245 for (count = nbufs/OCE_MAX_RQ_POSTS; count > 0; count--) { in oce_rq_post_buffer()
246 rxdb_reg.bits.num_posted = OCE_MAX_RQ_POSTS; in oce_rq_post_buffer()
248 rq->buf_avail += OCE_MAX_RQ_POSTS; in oce_rq_post_buffer()
249 nbufs -= OCE_MAX_RQ_POSTS; in oce_rq_post_buffer()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h119 #define OCE_MAX_RQ_POSTS 255 macro
122 #define OCE_DEFAULT_RECHARGE_THRESHOLD OCE_MAX_RQ_POSTS