Searched refs:CMD_802_11_PS_MODE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | cmdresp.c | 125 if (respcmd == CMD_RET(CMD_802_11_PS_MODE)) { in lbs_process_command_response()
|
H A D | cmd.c | 255 ret = lbs_cmd_with_response(priv, CMD_802_11_PS_MODE, &cmd); in lbs_set_ps_mode() 257 lbs_cmd_async(priv, CMD_802_11_PS_MODE, &cmd.hdr, sizeof (cmd)); in lbs_set_ps_mode() 907 if (le16_to_cpu(cmdnode->cmdbuf->command) == CMD_802_11_PS_MODE) { in lbs_queue_cmd() 1284 if (cmd->command != cpu_to_le16(CMD_802_11_PS_MODE)) { in lbs_execute_next_command()
|
H A D | host.h | 52 #define CMD_802_11_PS_MODE 0x0021 macro
|
H A D | main.c | 1139 confirm_sleep.hdr.command = cpu_to_le16(CMD_802_11_PS_MODE); in lbs_init_module()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | cmdresp.c | 125 if (respcmd == CMD_RET(CMD_802_11_PS_MODE)) { in lbs_process_command_response()
|
H A D | cmd.c | 254 ret = lbs_cmd_with_response(priv, CMD_802_11_PS_MODE, &cmd); in lbs_set_ps_mode() 256 lbs_cmd_async(priv, CMD_802_11_PS_MODE, &cmd.hdr, sizeof (cmd)); in lbs_set_ps_mode() 906 if (le16_to_cpu(cmdnode->cmdbuf->command) == CMD_802_11_PS_MODE) { in lbs_queue_cmd() 1292 if (cmd->command != cpu_to_le16(CMD_802_11_PS_MODE)) { in lbs_execute_next_command()
|
H A D | host.h | 52 #define CMD_802_11_PS_MODE 0x0021 macro
|
H A D | main.c | 1138 confirm_sleep.hdr.command = cpu_to_le16(CMD_802_11_PS_MODE); in lbs_init_module()
|
Completed in 12 milliseconds