Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h530 #define OFFLOAD_IPSEC 0x00000010 /* ipsec enable */ macro
H A Dif_txp.c1751 if (rsp->rsp_par2 & rsp->rsp_par3 & OFFLOAD_IPSEC) { in txp_capabilities()
1752 sc->sc_tx_capability |= OFFLOAD_IPSEC; in txp_capabilities()
1753 sc->sc_rx_capability |= OFFLOAD_IPSEC; in txp_capabilities()