Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1339 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()
1344 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()
1349 psmode_enh->params.ps_bitmap = cpu_to_le16(ps_bitmap); in mwifiex_cmd_enh_power_mode()
1353 if (ps_bitmap & BITMAP_STA_PS) { in mwifiex_cmd_enh_power_mode()
1380 if (ps_bitmap & BITMAP_AUTO_DS) { in mwifiex_cmd_enh_power_mode()
1418 uint16_t ps_bitmap = le16_to_cpu(ps_mode->params.ps_bitmap); in mwifiex_ret_enh_power_mode() local
1420 le16_to_cpu(ps_mode->params.ps_bitmap); in mwifiex_ret_enh_power_mode()
1439 if (ps_bitmap & BITMAP_AUTO_DS) { in mwifiex_ret_enh_power_mode()
1444 if (ps_bitmap & BITMAP_STA_PS) { in mwifiex_ret_enh_power_mode()
1454 if (ps_bitmap & BITMAP_STA_PS) in mwifiex_ret_enh_power_mode()
[all …]
H A Dsta_cmdresp.c53 (le16_to_cpu(pm->params.ps_bitmap) & BITMAP_STA_PS) && in mwifiex_process_cmdresp_error()
H A Dmain.h1122 u16 cmd_action, uint16_t ps_bitmap,
H A Dfw.h1088 __le16 ps_bitmap; member