Searched refs:WMI_MGMT_SEND_DOWNLD_LEN (Results 1 – 4 of 4) sorted by relevance
3681 #define WMI_MGMT_SEND_DOWNLD_LEN 64 macro
758 buf_len = min_t(int, frame->len, WMI_MGMT_SEND_DOWNLD_LEN); in ath12k_wmi_mgmt_send()
3785 #define WMI_MGMT_SEND_DOWNLD_LEN 64 macro
659 buf_len = frame->len < WMI_MGMT_SEND_DOWNLD_LEN ? in ath11k_wmi_mgmt_send()660 frame->len : WMI_MGMT_SEND_DOWNLD_LEN; in ath11k_wmi_mgmt_send()