Searched refs:ifs_timer (Results 1 – 4 of 4) sorted by relevance
56 container_of(timer, struct ieee802154_local, ifs_timer); in ieee802154_xmit_ifs_timer()81 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()85 hrtimer_start(&local->ifs_timer, in ieee802154_xmit_complete()
151 hrtimer_init(&local->ifs_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in ieee802154_register_hw()152 local->ifs_timer.function = ieee802154_xmit_ifs_timer; in ieee802154_register_hw()
56 struct hrtimer ifs_timer; member
312 hrtimer_cancel(&local->ifs_timer); in mac802154_slave_close()