Home
last modified time | relevance | path

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

/openbmc/linux/net/mac802154/
H A Dutil.c104 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()
H A Dmain.c212 hrtimer_init(&local->ifs_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in ieee802154_register_hw()
213 local->ifs_timer.function = ieee802154_xmit_ifs_timer; in ieee802154_register_hw()
H A Dieee802154_i.h56 struct hrtimer ifs_timer; member