Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_ring.c1846 if (cq->mlcq_bufcnt < MLXCX_RQ_REFILL_STEP) { in mlxcx_rq_refill_task()
1865 mlxcx_buffer_t *b[MLXCX_RQ_REFILL_STEP]; in mlxcx_rq_refill()
1874 target = mlwq->mlwq_nents - MLXCX_RQ_REFILL_STEP; in mlxcx_rq_refill()
1885 if (current >= target - MLXCX_RQ_REFILL_STEP) in mlxcx_rq_refill()
1892 n = mlxcx_buf_take_n(mlxp, mlwq, b, MLXCX_RQ_REFILL_STEP); in mlxcx_rq_refill()
1900 if (current < MLXCX_RQ_REFILL_STEP && in mlxcx_rq_refill()
H A Dmlxcx.h146 #define MLXCX_RQ_REFILL_STEP 64 macro