Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/des/
DREADME43 The fcrypt routine is faster than ufc's fcrypt (when compiling with
47 ufc which gave much better test figures that reality ].
/freebsd-9-stable/sys/dev/nxge/xgehal/
Dxgehal-device.c3433 int ufc, ic, i; in __hal_update_rxufca() local
3435 ufc = hldev->config.ring.queue[ring_no].rti.ufc_a; in __hal_update_rxufca()
3441 if (ufc < hldev->config.rxufca_hi_lim) { in __hal_update_rxufca()
3442 ufc += 1; in __hal_update_rxufca()
3444 hldev->config.ring.queue[i].rti.ufc_a = ufc; in __hal_update_rxufca()
3452 if (ufc > hldev->config.rxufca_lo_lim) { in __hal_update_rxufca()
3453 ufc -= 1; in __hal_update_rxufca()
3455 hldev->config.ring.queue[i].rti.ufc_a = ufc; in __hal_update_rxufca()