Searched refs:credits_pend (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c99 static void free_cmdQ_buffers(pesge *sge, cmdQ_t *Q, uint32_t credits_pend);
599 uint32_t credits_pend[2] = {0, 0}; local
661 credits_pend[0] += e->Cmdq0CreditReturn;
662 credits_pend[1] += e->Cmdq1CreditReturn;
664 if (unlikely(credits_pend[0] > SGE_BATCH_THRESH)) {
665 free_cmdQ_buffers(sge, &sge->cmdQ[0], credits_pend[0]);
666 credits_pend[0] = 0;
668 if (unlikely(credits_pend[1] > SGE_BATCH_THRESH)) {
669 free_cmdQ_buffers(sge, &sge->cmdQ[1], credits_pend[1]);
670 credits_pend[
1165 free_cmdQ_buffers(pesge *sge, struct cmdQ *Q, unsigned int credits_pend) argument
[all...]

Completed in 57 milliseconds