Home
last modified time | relevance | path

Searched refs:enc_type (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_tx.h22 u8 ath12k_dp_tx_crypto_iv_len(enum hal_encrypt_type enc_type);
23 u8 ath12k_dp_tx_crypto_icv_len(enum hal_encrypt_type enc_type);
H A Ddp_tx.c85 u8 ath12k_dp_tx_crypto_iv_len(enum hal_encrypt_type enc_type) in ath12k_dp_tx_crypto_iv_len() argument
87 switch (enc_type) { in ath12k_dp_tx_crypto_iv_len()
108 u8 ath12k_dp_tx_crypto_icv_len(enum hal_encrypt_type enc_type) in ath12k_dp_tx_crypto_icv_len() argument
110 switch (enc_type) { in ath12k_dp_tx_crypto_icv_len()
H A Dwmi.h5810 __le32 enc_type; member
5832 struct wmi_nlo_enc_params enc_type; member
/linux/include/net/
H A Derspan.h178 enum erspan_encap_type enc_type; in erspan_build_header() local
192 enc_type = ERSPAN_ENCAP_NOVLAN; in erspan_build_header()
200 enc_type = ERSPAN_ENCAP_INFRAME; in erspan_build_header()
210 ershdr->en = enc_type; in erspan_build_header()
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c290 int enc_type = (intf->type == INTF_DSI) ? in mdp5_encoder_init() local
294 NULL, enc_type, NULL); in mdp5_encoder_init()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_tx.c34 enum hal_encrypt_type enc_type = in ath12k_wifi7_dp_tx_encap_eapol() local
37 u8 iv_len = ath12k_dp_tx_crypto_iv_len(enc_type); in ath12k_wifi7_dp_tx_encap_eapol()
38 u8 icv_len = ath12k_dp_tx_crypto_icv_len(enc_type); in ath12k_wifi7_dp_tx_encap_eapol()
54 ti->encrypt_type = enc_type; in ath12k_wifi7_dp_tx_encap_eapol()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.h136 u64 enc_type : 3; member