Home
last modified time | relevance | path

Searched refs:l3pad_bytes (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1721 u8 l3pad_bytes, int msdu_len) in ath11k_dp_rx_msdu_coalesce()
1735 buf_first_hdr_len = HAL_RX_DESC_SIZE + l3pad_bytes; in ath11k_dp_rx_msdu_coalesce()
3765 u8 l3pad_bytes; in ath11k_dp_rx_h_null_q_desc() local
3799 l3pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(desc); in ath11k_dp_rx_h_null_q_desc()
3801 if ((HAL_RX_DESC_SIZE + l3pad_bytes + msdu_len) > DP_RX_BUFFER_SIZE) in ath11k_dp_rx_h_null_q_desc()
3804 skb_put(msdu, HAL_RX_DESC_SIZE + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_null_q_desc()
3805 skb_pull(msdu, HAL_RX_DESC_SIZE + l3pad_bytes); in ath11k_dp_rx_h_null_q_desc()
3856 u8 l3pad_bytes; in ath11k_dp_rx_h_tkip_mic_err() local
3862 l3pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(desc); in ath11k_dp_rx_h_tkip_mic_err()
3864 skb_put(msdu, HAL_RX_DESC_SIZE + l3pad_bytes in ath11k_dp_rx_h_tkip_mic_err()
1718 ath11k_dp_rx_msdu_coalesce(struct ath11k *ar, struct sk_buff_head *msdu_list, struct sk_buff *first, struct sk_buff *last, u8 l3pad_bytes, int msdu_len) ath11k_dp_rx_msdu_coalesce() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1777 u8 l3pad_bytes, int msdu_len) in ath12k_dp_rx_msdu_coalesce()
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 in ath12k_dp_rx_h_tkip_mic_err()
1774 ath12k_dp_rx_msdu_coalesce(struct ath12k *ar, struct sk_buff_head *msdu_list, struct sk_buff *first, struct sk_buff *last, u8 l3pad_bytes, int msdu_len) ath12k_dp_rx_msdu_coalesce() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1768 u8 l3pad_bytes, int msdu_len) in ath11k_dp_rx_msdu_coalesce()
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 in ath11k_dp_rx_h_tkip_mic_err()
1765 ath11k_dp_rx_msdu_coalesce(struct ath11k *ar, struct sk_buff_head *msdu_list, struct sk_buff *first, struct sk_buff *last, u8 l3pad_bytes, int msdu_len) ath11k_dp_rx_msdu_coalesce() argument
[all...]

Completed in 17 milliseconds