Searched refs:auto_tx_cmd (Results 1 – 1 of 1) sorted by relevance
825 HostCmd_DS_AUTO_TX *auto_tx_cmd = (HostCmd_DS_AUTO_TX *)((t_u8 *)cmd + S_DS_GEN); in wifi_tcp_keep_alive() local826 t_u8 *pos = (t_u8 *)auto_tx_cmd + sizeof(auto_tx_cmd->action); in wifi_tcp_keep_alive()848 auto_tx_cmd->action = wlan_cpu_to_le16(cmd_action); in wifi_tcp_keep_alive()917 HostCmd_DS_AUTO_TX *auto_tx_cmd = (HostCmd_DS_AUTO_TX *)((t_u8 *)cmd + S_DS_GEN); in wifi_cloud_keep_alive() local918 …t_u8 *pos = (t_u8 *)auto_tx_cmd + sizeof(auto_tx_cmd->action); in wifi_cloud_keep_alive()946 auto_tx_cmd->action = wlan_cpu_to_le16(cmd_action); in wifi_cloud_keep_alive()6633 HostCmd_DS_AUTO_TX *auto_tx_cmd = (HostCmd_DS_AUTO_TX *)((t_u8 *)cmd + S_DS_GEN); in wifi_auto_null_tx() local6642 auto_tx_cmd->action = wlan_cpu_to_le16(HostCmd_ACT_GEN_SET); in wifi_auto_null_tx()6647 (MrvlIEtypes_Auto_Null_Tx_t *)((t_u8 *)auto_tx_cmd + sizeof(auto_tx_cmd->action)); in wifi_auto_null_tx()