Searched refs:wmi_rbufcap_cfg (Results 1 – 3 of 3) sorted by relevance
1423 int wmi_rbufcap_cfg(struct wil6210_priv *wil, bool enable, u16 threshold);
758 rc = wmi_rbufcap_cfg(wil, val < 0 ? 0 : 1, val < 0 ? 0 : val); in wil_write_file_rbufcap()
2168 int wmi_rbufcap_cfg(struct wil6210_priv *wil, bool enable, u16 threshold) in wmi_rbufcap_cfg() function