Searched refs:round_len (Results 1 – 3 of 3) sorted by relevance
| /src/sys/contrib/dev/athk/ath10k/ |
| H A D | wmi.c | 1817 u32 round_len = roundup(len, 4); in ath10k_wmi_alloc_skb() local 1819 skb = ath10k_htc_alloc_skb(ar, WMI_SKB_HEADROOM + round_len); in ath10k_wmi_alloc_skb() 1827 skb_put(skb, round_len); in ath10k_wmi_alloc_skb() 1828 memset(skb->data, 0, round_len); in ath10k_wmi_alloc_skb()
|
| /src/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.c | 674 u32 round_len = roundup(len, 4); in ath11k_wmi_alloc_skb() local 676 skb = ath11k_htc_alloc_skb(ab, WMI_SKB_HEADROOM + round_len); in ath11k_wmi_alloc_skb() 684 skb_put(skb, round_len); in ath11k_wmi_alloc_skb() 685 memset(skb->data, 0, round_len); in ath11k_wmi_alloc_skb()
|
| /src/sys/contrib/dev/athk/ath12k/ |
| H A D | wmi.c | 792 u32 round_len = roundup(len, 4); in ath12k_wmi_alloc_skb() local 794 skb = ath12k_htc_alloc_skb(ab, WMI_SKB_HEADROOM + round_len); in ath12k_wmi_alloc_skb() 802 skb_put(skb, round_len); in ath12k_wmi_alloc_skb() 803 memset(skb->data, 0, round_len); in ath12k_wmi_alloc_skb()
|