Lines Matching defs:features
148 int features = ifrequest->ifr_reqcap ^
153 if (!features)
156 if (features & IFCAP_TXCSUM) {
167 if (features & IFCAP_TXCSUM_IPV6) {
177 if (features & (IFCAP_RXCSUM | IFCAP_RXCSUM_IPV6))
178 error |= lio_set_rx_csum(ifp, (features &
182 if (features & IFCAP_TSO4)
185 if (features & IFCAP_TSO6)
188 if (features & IFCAP_LRO)
191 if (features & IFCAP_VLAN_HWTAGGING)
194 if (features & IFCAP_VLAN_HWFILTER)
197 if (features & IFCAP_VLAN_HWTSO)