Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/iwm/
HDif_iwm_time_event.c285 void *te_data, struct iwm_time_event_cmd *te_cmd) in iwm_time_event_send_add() argument
292 "Add new TE, duration %d TU\n", le32toh(te_cmd->duration)); in iwm_time_event_send_add()
294 sc->sc_time_event_duration = le32toh(te_cmd->duration); in iwm_time_event_send_add()
310 ret = iwm_send_cmd_pdu(sc, IWM_TIME_EVENT_CMD, 0, sizeof(*te_cmd), in iwm_time_event_send_add()
311 te_cmd); in iwm_time_event_send_add()