Searched refs:WMI_MGMT_SEND_DOWNLD_LEN (Results 1 – 4 of 4) sorted by relevance
3889 #define WMI_MGMT_SEND_DOWNLD_LEN 64 macro
782 buf_len = min_t(int, frame->len, WMI_MGMT_SEND_DOWNLD_LEN); in ath12k_wmi_mgmt_send()
3837 #define WMI_MGMT_SEND_DOWNLD_LEN 64 macro
664 buf_len = frame->len < WMI_MGMT_SEND_DOWNLD_LEN ? in ath11k_wmi_mgmt_send()665 frame->len : WMI_MGMT_SEND_DOWNLD_LEN; in ath11k_wmi_mgmt_send()