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