Lines Matching refs:ieee80211_hw
51 static int p54p_upload_firmware(struct ieee80211_hw *dev) in p54p_upload_firmware()
135 static void p54p_refill_rx_ring(struct ieee80211_hw *dev, in p54p_refill_rx_ring()
187 static void p54p_check_rx_ring(struct ieee80211_hw *dev, u32 *index, in p54p_check_rx_ring()
244 static void p54p_check_tx_ring(struct ieee80211_hw *dev, u32 *index, in p54p_check_tx_ring()
282 struct ieee80211_hw *dev = (struct ieee80211_hw *)dev_id; in p54p_tasklet()
306 struct ieee80211_hw *dev = dev_id; in p54p_interrupt()
327 static void p54p_tx(struct ieee80211_hw *dev, struct sk_buff *skb) in p54p_tx()
364 static void p54p_stop(struct ieee80211_hw *dev) in p54p_stop()
430 static int p54p_open(struct ieee80211_hw *dev) in p54p_open()
497 struct ieee80211_hw *dev = priv->common.hw; in p54p_firmware_step2()
549 struct ieee80211_hw *dev; in p54p_probe()
648 struct ieee80211_hw *dev = pci_get_drvdata(pdev); in p54p_remove()