Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_txpreg.h506 #define OFFLOAD_UDPCKSUM 0x00000004 /* udp checksum */ macro
H A Dif_txp.c1873 if (rsp->rsp_par2 & rsp->rsp_par3 & OFFLOAD_UDPCKSUM) { in txp_capabilities()
1874 sc->sc_rx_capability |= OFFLOAD_UDPCKSUM; in txp_capabilities()
1876 sc->sc_tx_capability |= OFFLOAD_UDPCKSUM; in txp_capabilities()