Searched refs:CAPNV (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/ |
H A D | if.c | 2351 #define CAPNV(x) {.cap_bit = IFCAP_##x, \ macro 2354 CAPNV(RXCSUM), 2355 CAPNV(TXCSUM), 2356 CAPNV(NETCONS), 2357 CAPNV(VLAN_MTU), 2358 CAPNV(VLAN_HWTAGGING), 2359 CAPNV(JUMBO_MTU), 2360 CAPNV(POLLING), 2361 CAPNV(VLAN_HWCSUM), 2362 CAPNV(TSO4), [all …]
|