Searched refs:decap (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
H A Dpdb.h43 #define PDBOPTS_ESP_OUTFMT 0x08 /* output only decapsulation (decap) */
47 #define PDBOPTS_ESP_AOFL 0x04 /* adjust out frame len (decap, SEC>=5.3)*/
52 #define PDBOPTS_ESP_VERIFY_CSUM 0x20 /* decap-validate ip header checksum */
55 * General IPSec encap/decap PDB definitions
145 u8 next_header; /* reserved if decap */
192 #define WIMAX_PDBOPTS_AR 0x40 /* decap only */
225 #define MACSEC_PDBOPTS_AR 0x40 /* used in decap only */
H A Derror.c50 { 0x22, "Meta data is too large (> 511 bytes) for TLS decap (input frame; block ciphers) and IPsec decap (output frame, when doing the next header byte update) and DCRC (output frame)." },
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhw.h156 * - raw appears in nwifi decap, raw and nwifi appear in ethernet decap
202 /* Native Wifi decap mode is used to align IP frames to 4-byte boundaries and
H A Dhtt_rx.c1161 enum rx_msdu_decap_format decap; ath10k_htt_rx_h_undecap() local
1177 decap = MS(__le32_to_cpu(rxd->msdu_start.info1), ath10k_htt_rx_h_undecap()
1180 switch (decap) { ath10k_htt_rx_h_undecap()
1396 enum rx_msdu_decap_format decap; ath10k_htt_rx_h_unchain() local
1400 decap = MS(__le32_to_cpu(rxd->msdu_start.info1), ath10k_htt_rx_h_unchain()
1411 if (decap != RX_MSDU_DECAP_RAW || ath10k_htt_rx_h_unchain()
H A Dwmi.h1648 * what mode the rx should decap packets to
1650 * MAC can decap to RAW (no decap), native wifi or Ethernet types
1833 * what mode the rx should decap packets to
1835 * MAC can decap to RAW (no decap), native wifi or Ethernet types

Completed in 228 milliseconds