Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c1326 if (ps_bitmap & BITMAP_STA_PS) { in mwifiex_cmd_enh_power_mode()
1404 if (auto_ps_bitmap & BITMAP_STA_PS) { in mwifiex_ret_enh_power_mode()
1417 if (ps_bitmap & BITMAP_STA_PS) { in mwifiex_ret_enh_power_mode()
1427 if (ps_bitmap & BITMAP_STA_PS) in mwifiex_ret_enh_power_mode()
1437 if (ps_bitmap & BITMAP_STA_PS) in mwifiex_ret_enh_power_mode()
H A Dsta_cmdresp.c53 (le16_to_cpu(pm->params.ps_bitmap) & BITMAP_STA_PS) && in mwifiex_process_cmdresp_error()
H A Dfw.h1071 #define BITMAP_STA_PS 0x10 macro