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

/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c1599 int l3_pad_bytes; local
1621 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd);
1622 skb_put(msdu, l3_pad_bytes);
1625 hdr = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes);
1631 hdr2 = (struct ieee80211_hdr *)(msdu->data + l3_pad_bytes);
1747 int l3_pad_bytes; local
1767 l3_pad_bytes = ath10k_htt_rx_desc_get_l3_pad_bytes(&ar->hw_params, rxd);
1768 skb_put(msdu, l3_pad_bytes);
1769 skb_pull(msdu, l3_pad_bytes);
1829 int l3_pad_bytes; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c2485 u8 l3_pad_bytes; local
2509 l3_pad_bytes = ath12k_dp_rx_h_l3pad(ab, lrx_desc);
2521 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len);
2522 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes);
2526 l3_pad_bytes, msdu_len);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c2567 u8 l3_pad_bytes; local
2599 l3_pad_bytes = ath11k_dp_rx_h_msdu_end_l3pad(ab, lrx_desc);
2614 skb_put(msdu, hal_rx_desc_sz + l3_pad_bytes + msdu_len);
2615 skb_pull(msdu, hal_rx_desc_sz + l3_pad_bytes);
2619 l3_pad_bytes, msdu_len);

Completed in 89 milliseconds