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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.h82 uint32_t rptcount[10]; member in struct:__anon13826
H A Docs_hw_queues.c1395 rval = qtop->rptcount[qtop->rptcount_idx-1];
1397 rval = qtop->rptcount[qtop->rptcount_idx-2];
1399 rval = qtop->rptcount[qtop->rptcount_idx-3];
1401 rval = qtop->rptcount[qtop->rptcount_idx-4];
1555 if (qtop->rptcount_idx < ARRAY_SIZE(qtop->rptcount)) {
1556 qtop->rptcount[qtop->rptcount_idx++] = i;

Completed in 41 milliseconds