ifs_timer          49 net/mac802154/ieee802154_i.h 	struct hrtimer ifs_timer;
ifs_timer         155 net/mac802154/main.c 	hrtimer_init(&local->ifs_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
ifs_timer         156 net/mac802154/main.c 	local->ifs_timer.function = ieee802154_xmit_ifs_timer;
ifs_timer          51 net/mac802154/util.c 		container_of(timer, struct ieee802154_local, ifs_timer);
ifs_timer          76 net/mac802154/util.c 			hrtimer_start(&local->ifs_timer,
ifs_timer          80 net/mac802154/util.c 			hrtimer_start(&local->ifs_timer,
ifs_timer          94 net/mac802154/util.c 	hrtimer_cancel(&local->ifs_timer);