add interface capability for TOE
This commit is contained in:
parent
4925764ba9
commit
755846c8cc
@ -212,6 +212,7 @@ struct if_data {
|
||||
#define IFCAP_WOL_UCAST 0x0800 /* wake on any unicast frame */
|
||||
#define IFCAP_WOL_MCAST 0x1000 /* wake on any multicast frame */
|
||||
#define IFCAP_WOL_MAGIC 0x2000 /* wake on any Magic Packet */
|
||||
#define IFCAP_TOE 0x4000 /* interface can offload TCP */
|
||||
|
||||
#define IFCAP_HWCSUM (IFCAP_RXCSUM | IFCAP_TXCSUM)
|
||||
#define IFCAP_TSO (IFCAP_TSO4 | IFCAP_TSO6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user