Searched refs:te_cmd (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_time_event.c | 296 void *te_data, struct iwm_time_event_cmd *te_cmd) in iwm_time_event_send_add() argument 303 "Add new TE, duration %d TU\n", le32toh(te_cmd->duration)); in iwm_time_event_send_add() 305 sc->sc_time_event_duration = le32toh(te_cmd->duration); in iwm_time_event_send_add() 321 ret = iwm_send_cmd_pdu(sc, IWM_TIME_EVENT_CMD, 0, sizeof(*te_cmd), in iwm_time_event_send_add() 322 te_cmd); in iwm_time_event_send_add()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | time-event.c | 593 struct iwl_time_event_cmd *te_cmd) in iwl_mvm_protect_session() 602 le32_to_cpu(te_cmd->duration)); in iwl_mvm_protect_session() 610 te_data->duration = le32_to_cpu(te_cmd->duration); in iwl_mvm_protect_session() 611 te_data->id = le32_to_cpu(te_cmd->id); in iwl_mvm_protect_session() 630 sizeof(*te_cmd), te_cmd); in iwl_mvm_protect_session() 520 iwl_mvm_time_event_send_add(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct iwl_mvm_time_event_data * te_data,struct iwl_time_event_cmd * te_cmd) iwl_mvm_time_event_send_add() argument
|