diff options
Diffstat (limited to 'drivers/net/ixgb/ixgb_hw.h')
-rw-r--r-- | drivers/net/ixgb/ixgb_hw.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/ixgb/ixgb_hw.h b/drivers/net/ixgb/ixgb_hw.h index af6ca3aab5ad..873d32b89fba 100644 --- a/drivers/net/ixgb/ixgb_hw.h +++ b/drivers/net/ixgb/ixgb_hw.h | |||
@@ -636,18 +636,6 @@ struct ixgb_flash_buffer { | |||
636 | u8 filler3[0xAAAA]; | 636 | u8 filler3[0xAAAA]; |
637 | }; | 637 | }; |
638 | 638 | ||
639 | /* | ||
640 | * This is a little-endian specific check. | ||
641 | */ | ||
642 | #define IS_MULTICAST(Address) \ | ||
643 | (bool)(((u8 *)(Address))[0] & ((u8)0x01)) | ||
644 | |||
645 | /* | ||
646 | * Check whether an address is broadcast. | ||
647 | */ | ||
648 | #define IS_BROADCAST(Address) \ | ||
649 | ((((u8 *)(Address))[0] == ((u8)0xff)) && (((u8 *)(Address))[1] == ((u8)0xff))) | ||
650 | |||
651 | /* Flow control parameters */ | 639 | /* Flow control parameters */ |
652 | struct ixgb_fc { | 640 | struct ixgb_fc { |
653 | u32 high_water; /* Flow Control High-water */ | 641 | u32 high_water; /* Flow Control High-water */ |