Home
last modified time | relevance | path

Searched refs:round_len (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c744 u32 round_len = roundup(len, 4); in ath12k_wmi_alloc_skb() local
746 skb = ath12k_htc_alloc_skb(ab, WMI_SKB_HEADROOM + round_len); in ath12k_wmi_alloc_skb()
754 skb_put(skb, round_len); in ath12k_wmi_alloc_skb()
755 memset(skb->data, 0, round_len); in ath12k_wmi_alloc_skb()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c1795 u32 round_len = roundup(len, 4); in ath10k_wmi_alloc_skb() local
1797 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb()
1805 skb_put(skb, round_len); in ath10k_wmi_alloc_skb()
1806 memset(skb->data, 0, round_len); in ath10k_wmi_alloc_skb()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c669 u32 round_len = roundup(len, 4); in ath11k_wmi_alloc_skb() local
671 skb = ath11k_htc_alloc_skb(ab, WMI_SKB_HEADROOM + round_len); in ath11k_wmi_alloc_skb()
679 skb_put(skb, round_len); in ath11k_wmi_alloc_skb()
680 memset(skb->data, 0, round_len); in ath11k_wmi_alloc_skb()