mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
ionic: fix rxq comp packet type mask
Be sure to include all the packet type bits in the mask.
Fixes: fbfb803153 ("ionic: Add hardware init and device commands")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
2318ca8aef
commit
b5ce31b5e1
|
|
@ -866,7 +866,7 @@ struct ionic_rxq_comp {
|
|||
#define IONIC_RXQ_COMP_CSUM_F_VLAN 0x40
|
||||
#define IONIC_RXQ_COMP_CSUM_F_CALC 0x80
|
||||
u8 pkt_type_color;
|
||||
#define IONIC_RXQ_COMP_PKT_TYPE_MASK 0x0f
|
||||
#define IONIC_RXQ_COMP_PKT_TYPE_MASK 0x7f
|
||||
};
|
||||
|
||||
enum ionic_pkt_type {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user