]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
iflibtxrx.9: update function descriptions to match implementation
authoremaste <emaste@FreeBSD.org>
Tue, 16 Apr 2019 20:41:04 +0000 (20:41 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 16 Apr 2019 20:41:04 +0000 (20:41 +0000)
commit4495ee74605887da34dd6ca5b25b177fcd249d17
tree77e95bc06fe66cf35fd24b110c84fa7dc59e0e0b
parent6bebe8fd3477f906be6ba3a95c0bf9f4e35e6701
iflibtxrx.9: update function descriptions to match implementation

isc_rxd_refill, isc_rxd_flush return nothing, not void *.

isc_txd_credits_update, isc_rxd_available return int, not int *.

isc_txd_credits_update has a bool as final argument, not a uint32_t.
Prior to r315217 it took four arguments; the final two were
uint32_t, bool.

Reported by: Gerald Aryeetey <aryeeteygerald_rogers.com>
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
share/man/man9/iflibtxrx.9