Searched refs:tx_cmd (Results 1 – 5 of 5) sorted by relevance
404 enum umac_reset_tx_cmd tx_cmd) in dp_umac_reset_post_tx_cmd() argument409 dp_umac_reset_post_tx_cmd_via_shmem(soc, &tx_cmd, 0); in dp_umac_reset_post_tx_cmd()681 enum umac_reset_tx_cmd tx_cmd = *((enum umac_reset_tx_cmd *)ctxt); in dp_umac_reset_post_tx_cmd_via_shmem() local698 dp_umac_reset_debug("Sending txcmd %u for chip id %u", tx_cmd, chip_id); in dp_umac_reset_post_tx_cmd_via_shmem()700 switch (tx_cmd) { in dp_umac_reset_post_tx_cmd_via_shmem()748 dp_umac_reset_err("Invalid tx cmd: %d", tx_cmd); in dp_umac_reset_post_tx_cmd_via_shmem()769 enum umac_reset_tx_cmd tx_cmd; in dp_umac_reset_notify_target() local774 tx_cmd = UMAC_RESET_TX_CMD_TRIGGER_DONE; in dp_umac_reset_notify_target()779 tx_cmd = UMAC_RESET_TX_CMD_PRE_RESET_DONE; in dp_umac_reset_notify_target()784 tx_cmd = UMAC_RESET_TX_CMD_POST_RESET_START_DONE; in dp_umac_reset_notify_target()[all …]
3063 enum umac_reset_tx_cmd tx_cmd);
482 WMI_VLAN_TX_SET(cmd->peer_vlan_config_mask, cfg->tx_cmd); in set_peer_tx_vlan_config()512 if (param->tx_cmd) in wmi_set_peer_vlan_config()
1550 enum umac_reset_tx_cmd tx_cmd) in dp_umac_reset_post_tx_cmd() argument1559 dp_umac_reset_post_tx_cmd_via_shmem(soc, &tx_cmd, 0); in dp_umac_reset_post_tx_cmd()1591 &tx_cmd); in dp_umac_reset_post_tx_cmd()1593 if (tx_cmd == UMAC_RESET_TX_CMD_POST_RESET_COMPLETE_DONE) in dp_umac_reset_post_tx_cmd()
9653 uint16_t tx_cmd:1; member