Lines Matching defs:wpan_phy
49 struct wpan_phy *phy;
58 * We use the wpan_phy priv data for both our ieee802154_local and for
64 * | struct wpan_phy |
122 void ieee802154_configure_durations(struct wpan_phy *phy,
179 static void ieee802154_setup_wpan_phy_pib(struct wpan_phy *wpan_phy)
185 wpan_phy->lifs_period =
186 (IEEE802154_LIFS_PERIOD * wpan_phy->symbol_duration) / 1000;
187 wpan_phy->sifs_period =
188 (IEEE802154_SIFS_PERIOD * wpan_phy->symbol_duration) / 1000;