Home
last modified time | relevance | path

Searched refs:wmi_rbufcap_cfg (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dwil6210.h1423 int wmi_rbufcap_cfg(struct wil6210_priv *wil, bool enable, u16 threshold);
Ddebugfs.c758 rc = wmi_rbufcap_cfg(wil, val < 0 ? 0 : 1, val < 0 ? 0 : val); in wil_write_file_rbufcap()
Dwmi.c2168 int wmi_rbufcap_cfg(struct wil6210_priv *wil, bool enable, u16 threshold) in wmi_rbufcap_cfg() function