Home
last modified time | relevance | path

Searched refs:WMI_MGMT_SEND_DOWNLD_LEN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3681 #define WMI_MGMT_SEND_DOWNLD_LEN 64 macro
H A Dwmi.c770 buf_len = min_t(int, frame->len, WMI_MGMT_SEND_DOWNLD_LEN); in ath12k_wmi_mgmt_send()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3788 #define WMI_MGMT_SEND_DOWNLD_LEN 64 macro
H A Dwmi.c710 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()