mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix typo in cxgbe/t4_tom.
This commit is contained in:
parent
9eef6002c3
commit
564ec04ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ send_flowc_wr(struct toepcb *toep, struct flowc_tx_params *ftxp)
|
|||
|
||||
#ifdef RATELIMIT
|
||||
/*
|
||||
* Input is Bytes/second (so_max_pacing-rate), chip counts in Kilobits/second.
|
||||
* Input is Bytes/second (so_max_pacing_rate), chip counts in Kilobits/second.
|
||||
*/
|
||||
static int
|
||||
update_tx_rate_limit(struct adapter *sc, struct toepcb *toep, u_int Bps)
|
||||
|
|
|
|||
Loading…
Reference in a new issue