Lines Matching refs:msdu_len

1762 				      u8 l3pad_bytes, int msdu_len)  in ath11k_dp_rx_msdu_coalesce()  argument
1779 if (WARN_ON_ONCE(msdu_len <= buf_first_len)) { in ath11k_dp_rx_msdu_coalesce()
1780 skb_put(first, buf_first_hdr_len + msdu_len); in ath11k_dp_rx_msdu_coalesce()
1801 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath11k_dp_rx_msdu_coalesce()
1816 rem_len = msdu_len - buf_first_len; in ath11k_dp_rx_msdu_coalesce()
2524 u16 msdu_len; in ath11k_dp_rx_process_msdu() local
2553 msdu_len = ath11k_dp_rx_h_msdu_start_msdu_len(ab, rx_desc); in ath11k_dp_rx_process_msdu()
2559 if ((msdu_len + hal_rx_desc_sz) > DP_RX_BUFFER_SIZE) { in ath11k_dp_rx_process_msdu()
2562 ath11k_warn(ab, "invalid msdu len %u\n", msdu_len); in ath11k_dp_rx_process_msdu()
2569 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len); in ath11k_dp_rx_process_msdu()
2574 l3_pad_bytes, msdu_len); in ath11k_dp_rx_process_msdu()
3283 int msdu_len = 0; in ath11k_dp_rx_h_defrag() local
3317 msdu_len += skb->len; in ath11k_dp_rx_h_defrag()
3320 extra_space = msdu_len - (DP_RX_BUFFER_SIZE + skb_tailroom(first_frag)); in ath11k_dp_rx_h_defrag()
3669 u16 msdu_len; in ath11k_dp_process_rx_err_buf() local
3706 msdu_len = ath11k_dp_rx_h_msdu_start_msdu_len(ar->ab, rx_desc); in ath11k_dp_process_rx_err_buf()
3707 if ((msdu_len + hal_rx_desc_sz) > DP_RX_BUFFER_SIZE) { in ath11k_dp_process_rx_err_buf()
3709 ath11k_warn(ar->ab, "invalid msdu leng %u", msdu_len); in ath11k_dp_process_rx_err_buf()
3718 skb_put(msdu, hal_rx_desc_sz + msdu_len); in ath11k_dp_process_rx_err_buf()
3844 int msdu_len, in ath11k_dp_rx_null_q_desc_sg_drop() argument
3851 n_buffs = DIV_ROUND_UP(msdu_len, in ath11k_dp_rx_null_q_desc_sg_drop()
3871 u16 msdu_len; in ath11k_dp_rx_h_null_q_desc() local
3878 msdu_len = ath11k_dp_rx_h_msdu_start_msdu_len(ar->ab, desc); in ath11k_dp_rx_h_null_q_desc()
3880 if (!rxcb->is_frag && ((msdu_len + hal_rx_desc_sz) > DP_RX_BUFFER_SIZE)) { in ath11k_dp_rx_h_null_q_desc()
3882 msdu_len = msdu_len - (DP_RX_BUFFER_SIZE - hal_rx_desc_sz); in ath11k_dp_rx_h_null_q_desc()
3883 ath11k_dp_rx_null_q_desc_sg_drop(ar, msdu_len, msdu_list); in ath11k_dp_rx_h_null_q_desc()
3912 if ((hal_rx_desc_sz + l3pad_bytes + msdu_len) > DP_RX_BUFFER_SIZE) in ath11k_dp_rx_h_null_q_desc()
3915 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_null_q_desc()
3965 u16 msdu_len; in ath11k_dp_rx_h_tkip_mic_err() local
3975 msdu_len = ath11k_dp_rx_h_msdu_start_msdu_len(ar->ab, desc); in ath11k_dp_rx_h_tkip_mic_err()
3976 skb_put(msdu, hal_rx_desc_sz + l3pad_bytes + msdu_len); in ath11k_dp_rx_h_tkip_mic_err()
4545 msdu_list->msdu_info[i].msdu_len = in ath11k_hal_rx_msdu_list_get()
4584 *total_len = info->msdu_len; in ath11k_dp_mon_get_buf_len()
4594 *frag_len = info->msdu_len; in ath11k_dp_mon_get_buf_len()