Home
last modified time | relevance | path

Searched refs:buf_first_len (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c1774 int buf_first_hdr_len, buf_first_len; in ath12k_dp_rx_msdu_coalesce() local
1784 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath12k_dp_rx_msdu_coalesce()
1786 if (WARN_ON_ONCE(msdu_len <= buf_first_len)) { in ath12k_dp_rx_msdu_coalesce()
1808 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath12k_dp_rx_msdu_coalesce()
1823 rem_len = msdu_len - buf_first_len; in ath12k_dp_rx_msdu_coalesce()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c1791 int buf_first_hdr_len, buf_first_len; in ath11k_dp_rx_msdu_coalesce() local
1801 buf_first_len = DP_RX_BUFFER_SIZE - buf_first_hdr_len; in ath11k_dp_rx_msdu_coalesce()
1803 if (WARN_ON_ONCE(msdu_len <= buf_first_len)) { in ath11k_dp_rx_msdu_coalesce()
1825 space_extra = msdu_len - (buf_first_len + skb_tailroom(first)); in ath11k_dp_rx_msdu_coalesce()
1840 rem_len = msdu_len - buf_first_len; in ath11k_dp_rx_msdu_coalesce()