Searched refs:l3pad_bytes (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath12k/ |
D | dp_rx.c | 1777 u8 l3pad_bytes, int msdu_len) in ath12k_dp_rx_msdu_coalesce() argument 1791 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath12k_dp_rx_msdu_coalesce() 3534 u8 l3pad_bytes; in ath12k_dp_rx_h_null_q_desc() local 3583 l3pad_bytes = ath12k_dp_rx_h_l3pad(ab, desc); in ath12k_dp_rx_h_null_q_desc() 3585 if ((hal_rx_desc_sz + l3pad_bytes + msdu_len) > DP_RX_BUFFER_SIZE) in ath12k_dp_rx_h_null_q_desc() 3588 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath12k_dp_rx_h_null_q_desc() 3589 skb_pull(msdu, hal_rx_desc_sz + l3pad_bytes); in ath12k_dp_rx_h_null_q_desc() 3641 u8 l3pad_bytes; in ath12k_dp_rx_h_tkip_mic_err() local 3648 l3pad_bytes = ath12k_dp_rx_h_l3pad(ab, desc); in ath12k_dp_rx_h_tkip_mic_err() 3650 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath12k_dp_rx_h_tkip_mic_err() [all …]
|
/linux-6.6.21/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 1768 u8 l3pad_bytes, int msdu_len) in ath11k_dp_rx_msdu_coalesce() argument 1782 buf_first_hdr_len = hal_rx_desc_sz + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce() 3907 u8 l3pad_bytes; in ath11k_dp_rx_h_null_q_desc() local 3943 l3pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, desc); in ath11k_dp_rx_h_null_q_desc() 3945 if ((hal_rx_desc_sz + l3pad_bytes + msdu_len) > DP_RX_BUFFER_SIZE) in ath11k_dp_rx_h_null_q_desc() 3948 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_null_q_desc() 3949 skb_pull(msdu, hal_rx_desc_sz + l3pad_bytes); in ath11k_dp_rx_h_null_q_desc() 4000 u8 l3pad_bytes; in ath11k_dp_rx_h_tkip_mic_err() local 4007 l3pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, desc); in ath11k_dp_rx_h_tkip_mic_err() 4009 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_tkip_mic_err() [all …]
|