Lines Matching refs:hw
16 void ieee802154_wake_queue(struct ieee802154_hw *hw) in ieee802154_wake_queue() argument
18 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue()
32 void ieee802154_stop_queue(struct ieee802154_hw *hw) in ieee802154_stop_queue() argument
34 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue()
53 ieee802154_wake_queue(&local->hw); in ieee802154_xmit_ifs_timer()
58 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb, in ieee802154_xmit_complete() argument
62 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete()
69 if (hw->flags & IEEE802154_HW_TX_OMIT_CKSUM) in ieee802154_xmit_complete()
77 hw->phy->lifs_period * NSEC_PER_USEC, in ieee802154_xmit_complete()
81 hw->phy->sifs_period * NSEC_PER_USEC, in ieee802154_xmit_complete()
84 ieee802154_wake_queue(hw); in ieee802154_xmit_complete()