提交 9bc2fc9b 编写于 作者: B Ben Hutchings

sfc: Make RX queue descriptor counts unsigned for consistency

Signed-off-by: NBen Hutchings <bhutchings@solarflare.com>
上级 272baeeb
......@@ -272,9 +272,9 @@ struct efx_rx_queue {
bool enabled;
bool flush_pending;
int added_count;
int notified_count;
int removed_count;
unsigned int added_count;
unsigned int notified_count;
unsigned int removed_count;
unsigned int max_fill;
unsigned int fast_fill_trigger;
unsigned int min_fill;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册