Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_umac_reset.c404 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()
[all …]
Ddp_internal.h3063 enum umac_reset_tx_cmd tx_cmd);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_vdev_tlv.c482 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()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
Ddp_mlo.c1550 enum umac_reset_tx_cmd tx_cmd) in dp_umac_reset_post_tx_cmd() argument
1559 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()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h9653 uint16_t tx_cmd:1; member