diff options
Diffstat (limited to 'drivers/net/ibmveth.h')
-rw-r--r-- | drivers/net/ibmveth.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/ibmveth.h b/drivers/net/ibmveth.h index d28186948752..ec76ace66c6b 100644 --- a/drivers/net/ibmveth.h +++ b/drivers/net/ibmveth.h | |||
@@ -39,11 +39,11 @@ | |||
39 | #define IbmVethMcastRemoveFilter 0x2UL | 39 | #define IbmVethMcastRemoveFilter 0x2UL |
40 | #define IbmVethMcastClearFilterTable 0x3UL | 40 | #define IbmVethMcastClearFilterTable 0x3UL |
41 | 41 | ||
42 | #define IBMVETH_ILLAN_PADDED_PKT_CSUM 0x0000000000002000ULL | 42 | #define IBMVETH_ILLAN_PADDED_PKT_CSUM 0x0000000000002000UL |
43 | #define IBMVETH_ILLAN_TRUNK_PRI_MASK 0x0000000000000F00ULL | 43 | #define IBMVETH_ILLAN_TRUNK_PRI_MASK 0x0000000000000F00UL |
44 | #define IBMVETH_ILLAN_IPV6_TCP_CSUM 0x0000000000000004ULL | 44 | #define IBMVETH_ILLAN_IPV6_TCP_CSUM 0x0000000000000004UL |
45 | #define IBMVETH_ILLAN_IPV4_TCP_CSUM 0x0000000000000002ULL | 45 | #define IBMVETH_ILLAN_IPV4_TCP_CSUM 0x0000000000000002UL |
46 | #define IBMVETH_ILLAN_ACTIVE_TRUNK 0x0000000000000001ULL | 46 | #define IBMVETH_ILLAN_ACTIVE_TRUNK 0x0000000000000001UL |
47 | 47 | ||
48 | /* hcall macros */ | 48 | /* hcall macros */ |
49 | #define h_register_logical_lan(ua, buflst, rxq, fltlst, mac) \ | 49 | #define h_register_logical_lan(ua, buflst, rxq, fltlst, mac) \ |