Searched refs:TX_STATUS_SUCCESS (Results 1 – 7 of 7) sorted by relevance
169 case TX_STATUS_SUCCESS: in iwl_tx_status_to_mac80211()183 return (status == TX_STATUS_SUCCESS) || in iwl_is_tx_success()
836 case TX_STATUS_SUCCESS: in iwl_get_tx_fail_reason()
1273 TX_STATUS_SUCCESS = 0x01, enumerator
1369 case TX_STATUS_SUCCESS: in iwl_mvm_get_tx_fail_reason()1487 if ((status & TX_STATUS_MSK) != TX_STATUS_SUCCESS) { in iwl_mvm_tx_status_check_trigger()1603 case TX_STATUS_SUCCESS: in iwl_mvm_rx_tx_cmd_single()1624 if ((status & TX_STATUS_MSK) != TX_STATUS_SUCCESS && in iwl_mvm_rx_tx_cmd_single()1658 else if (status != TX_STATUS_SUCCESS) in iwl_mvm_rx_tx_cmd_single()1730 if ((status & TX_STATUS_MSK) != TX_STATUS_SUCCESS && in iwl_mvm_rx_tx_cmd_single()
1544 (status == TX_STATUS_SUCCESS)); in iwl_mvm_rx_beacon_notif()
1107 bool tx_failure = (status & TX_STATUS_MSK) != TX_STATUS_SUCCESS; in iwl_mld_handle_tx_resp_notif()1147 case TX_STATUS_SUCCESS: in iwl_mld_handle_tx_resp_notif()
348 TX_STATUS_SUCCESS) ? IEEE80211_TX_STAT_ACK : 0; in il3945_hdl_tx()