Searched refs:ifs_timer (Results 1 – 3 of 3) sorted by relevance
51 container_of(timer, struct ieee802154_local, ifs_timer); in ieee802154_xmit_ifs_timer()79 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()83 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()114 hrtimer_cancel(&local->ifs_timer); in ieee802154_stop_device()
197 hrtimer_init(&local->ifs_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in ieee802154_register_hw()198 local->ifs_timer.function = ieee802154_xmit_ifs_timer; in ieee802154_register_hw()
49 struct hrtimer ifs_timer; member