Lines Matching refs:tx_cmd
404 enum umac_reset_tx_cmd tx_cmd) in dp_umac_reset_post_tx_cmd() argument
409 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() local
698 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() local
774 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()
789 tx_cmd = UMAC_RESET_TX_CMD_POST_RESET_COMPLETE_DONE; in dp_umac_reset_notify_target()
807 status = dp_umac_reset_post_tx_cmd(umac_reset_ctx, tx_cmd); in dp_umac_reset_notify_target()