Home
last modified time | relevance | path

Searched refs:HS_CFG_CANCEL (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dsta_ioctl.c419 if (hs_cfg->conditions == HS_CFG_CANCEL) { in mwifiex_set_hs_params()
436 cpu_to_le32(HS_CFG_CANCEL)) { in mwifiex_set_hs_params()
449 if (hs_cfg->conditions == HS_CFG_CANCEL) in mwifiex_set_hs_params()
483 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs()
Ddebugfs.c785 if (conditions == HS_CFG_CANCEL) { in mwifiex_hscfg_write()
Dcmdevt.c1195 if (conditions != HS_CFG_CANCEL) { in mwifiex_ret_802_11_hs_cfg()
Dfw.h469 #define HS_CFG_CANCEL 0xffffffff macro
Dsta_cmd.c366 (hscfg_param->conditions != cpu_to_le32(HS_CFG_CANCEL)) && in mwifiex_cmd_802_11_hs_cfg()