mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
fix misspelling of TX...
Submitted by: Johan Karlsson MFC after: 3 days
This commit is contained in:
parent
6102153685
commit
81d4eca1ef
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135469
@ -609,7 +609,7 @@ struct rl_stats {
|
||||
* Tx/Rx count must be equal. Shared code like re_dma_map_desc assumes this.
|
||||
*/
|
||||
#define RL_TX_DESC_CNT 64
|
||||
#define RL_RX_DESC_CNT RL_RX_DESC_CNT
|
||||
#define RL_RX_DESC_CNT RL_TX_DESC_CNT
|
||||
#define RL_RX_LIST_SZ (RL_RX_DESC_CNT * sizeof(struct rl_desc))
|
||||
#define RL_TX_LIST_SZ (RL_TX_DESC_CNT * sizeof(struct rl_desc))
|
||||
#define RL_RING_ALIGN 256
|
||||
|
Loading…
Reference in New Issue
Block a user