Lines Matching refs:hw
22 void ieee802154_wake_queue(struct ieee802154_hw *hw) in ieee802154_wake_queue() argument
24 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_wake_queue()
38 void ieee802154_stop_queue(struct ieee802154_hw *hw) in ieee802154_stop_queue() argument
40 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_stop_queue()
59 ieee802154_wake_queue(&local->hw); in ieee802154_xmit_ifs_timer()
64 void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb, in ieee802154_xmit_complete() argument
68 struct ieee802154_local *local = hw_to_local(hw); in ieee802154_xmit_complete()
75 if (hw->flags & IEEE802154_HW_TX_OMIT_CKSUM) in ieee802154_xmit_complete()
83 hw->phy->lifs_period * NSEC_PER_USEC, in ieee802154_xmit_complete()
87 hw->phy->sifs_period * NSEC_PER_USEC, in ieee802154_xmit_complete()
90 ieee802154_wake_queue(hw); in ieee802154_xmit_complete()