Home
last modified time | relevance | path

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

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