Searched refs:OFFLOAD_IPCKSUM (Results 1 – 2 of 2) sorted by relevance
513 #define OFFLOAD_IPCKSUM 0x00000008 /* ip checksum */ macro
2096 if (rsp->rsp_par2 & rsp->rsp_par3 & OFFLOAD_IPCKSUM) { in txp_capabilities()2097 sc->sc_tx_capability |= OFFLOAD_IPCKSUM; in txp_capabilities()2098 sc->sc_rx_capability |= OFFLOAD_IPCKSUM; in txp_capabilities()