Searched refs:enc_type (Results 1 – 7 of 7) sorted by relevance
22 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);
85 u8 ath12k_dp_tx_crypto_iv_len(enum hal_encrypt_type enc_type) in ath12k_dp_tx_crypto_iv_len() argument87 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() argument110 switch (enc_type) { in ath12k_dp_tx_crypto_icv_len()
5810 __le32 enc_type; member5832 struct wmi_nlo_enc_params enc_type; member
178 enum erspan_encap_type enc_type; in erspan_build_header() local192 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()
290 int enc_type = (intf->type == INTF_DSI) ? in mdp5_encoder_init() local294 NULL, enc_type, NULL); in mdp5_encoder_init()
34 enum hal_encrypt_type enc_type = in ath12k_wifi7_dp_tx_encap_eapol() local37 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()
136 u64 enc_type : 3; member