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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c3424 int ufc, ic, i; local
3426 ufc = hldev->config.ring.queue[ring_no].rti.ufc_a;
3432 if (ufc < hldev->config.rxufca_hi_lim) {
3433 ufc += 1;
3435 hldev->config.ring.queue[i].rti.ufc_a = ufc;
3442 if (ufc > hldev->config.rxufca_lo_lim) {
3443 ufc -= 1;
3445 hldev->config.ring.queue[i].rti.ufc_a = ufc;

Completed in 70 milliseconds