Searched defs:ps_poll_num (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c1579 u16 idle_period, ps_poll_num, dtim, local
1597 if (kstrtou16(token, 0, &ps_poll_num))
1618 ath6kl_wmi_pmparams_cmd(ar->wmi, 0, idle_period, ps_poll_num,
H A Dwmi.c2043 u16 ps_poll_num, u16 dtim_policy,
2057 pm->pspoll_number = cpu_to_le16(ps_poll_num);
2042 ath6kl_wmi_pmparams_cmd(struct wmi *wmi, u8 if_idx, u16 idle_period, u16 ps_poll_num, u16 dtim_policy, u16 tx_wakeup_policy, u16 num_tx_to_wakeup, u16 ps_fail_event_policy) argument

Completed in 57 milliseconds