Searched refs:ifs_timer (Results 1 – 3 of 3) sorted by relevance
104 container_of(timer, struct ieee802154_local, ifs_timer); in ieee802154_xmit_ifs_timer()132 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()136 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()171 hrtimer_cancel(&local->ifs_timer); in ieee802154_stop_device()
216 hrtimer_init(&local->ifs_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in ieee802154_register_hw()217 local->ifs_timer.function = ieee802154_xmit_ifs_timer; in ieee802154_register_hw()
57 struct hrtimer ifs_timer; member