Home
last modified time | relevance | path

Searched refs:IFCAP_BIT (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/net/
H A Dif.h263 #define IFCAP_BIT(x) (1 << (x)) macro
265 #define IFCAP_RXCSUM IFCAP_BIT(IFCAP_B_RXCSUM)
266 #define IFCAP_TXCSUM IFCAP_BIT(IFCAP_B_TXCSUM)
273 #define IFCAP_TSO4 IFCAP_BIT(IFCAP_B_TSO4)
274 #define IFCAP_TSO6 IFCAP_BIT(IFCAP_B_TSO6)
275 #define IFCAP_LRO IFCAP_BIT(IFCAP_B_LRO)
279 #define IFCAP_TOE4 IFCAP_BIT(IFCAP_B_TOE4)
280 #define IFCAP_TOE6 IFCAP_BIT(IFCAP_B_TOE6)
282 #define IFCAP_NV IFCAP_BIT(IFCAP_B_NV)
285 #define IFCAP_NETMAP IFCAP_BIT(IFCAP_B_NETMAP)
[all …]