Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_txpreg.h514 #define OFFLOAD_IPSEC 0x00000010 /* ipsec enable */ macro
Dif_txp.c2089 if (rsp->rsp_par2 & rsp->rsp_par3 & OFFLOAD_IPSEC) { in txp_capabilities()
2090 sc->sc_tx_capability |= OFFLOAD_IPSEC; in txp_capabilities()
2091 sc->sc_rx_capability |= OFFLOAD_IPSEC; in txp_capabilities()