Lines Matching full:hardware
33 hardware or software.
78 This callback should not modify hardware nor driver state (should be
88 Hardware should be reconfigured to match passed feature set. The set
91 should update netdev->features to match resulting hardware state.
113 NETIF_F_TSO_ECN means that hardware can properly split packets with CWR bit
139 * LLTX driver (deprecated for hardware drivers)
145 own locking, don't use it for new (hardware) drivers.
176 This requests that the NIC enables Hardware GRO (generic receive offload).
177 Hardware GRO is basically the exact reverse of TSO, and is generally
178 stricter than Hardware LRO. A packet stream merged by Hardware GRO must
180 Hardware GRO is dependent on RXCSUM since every packet successfully merged
181 by hardware must also have the checksum verified by hardware.