Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1314 u16 cmd_action, uint16_t ps_bitmap, in mwifiex_cmd_enh_power_mode() argument
1325 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()
1327 sizeof(psmode_enh->params.ps_bitmap)); in mwifiex_cmd_enh_power_mode()
1330 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()
1332 sizeof(psmode_enh->params.ps_bitmap)); in mwifiex_cmd_enh_power_mode()
1335 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()
1337 sizeof(psmode_enh->params.ps_bitmap); in mwifiex_cmd_enh_power_mode()
1339 if (ps_bitmap & BITMAP_STA_PS) { in mwifiex_cmd_enh_power_mode()
1366 if (ps_bitmap & BITMAP_AUTO_DS) { in mwifiex_cmd_enh_power_mode()
1404 uint16_t ps_bitmap = le16_to_cpu(ps_mode->params.ps_bitmap); in mwifiex_ret_enh_power_mode() local
[all …]
H A Dsta_cmdresp.c53 (le16_to_cpu(pm->params.ps_bitmap) & BITMAP_STA_PS) && in mwifiex_process_cmdresp_error()
H A Dmain.h1111 u16 cmd_action, uint16_t ps_bitmap,
H A Dfw.h1043 __le16 ps_bitmap; member