Lines Matching refs:hfa384x

141 static int submit_rx_urb(struct hfa384x *hw, gfp_t flags);
143 static int submit_tx_urb(struct hfa384x *hw, struct urb *tx_urb, gfp_t flags);
159 static void hfa384x_usbin_ctlx(struct hfa384x *hw, union hfa384x_usbin *usbin,
165 static void hfa384x_usbctlxq_run(struct hfa384x *hw);
177 static int hfa384x_usbctlx_submit(struct hfa384x *hw,
180 static void unlocked_usbctlx_complete(struct hfa384x *hw,
188 hfa384x_usbctlx_complete_sync(struct hfa384x *hw,
193 unlocked_usbctlx_cancel_async(struct hfa384x *hw, struct hfa384x_usbctlx *ctlx);
195 static void hfa384x_cb_status(struct hfa384x *hw,
209 hfa384x_docmd(struct hfa384x *hw,
213 hfa384x_dorrid(struct hfa384x *hw,
221 hfa384x_dowrid(struct hfa384x *hw,
229 hfa384x_dormem(struct hfa384x *hw,
236 hfa384x_dowmem(struct hfa384x *hw,
259 static inline struct hfa384x_usbctlx *get_active_ctlx(struct hfa384x *hw) in get_active_ctlx()
302 static int submit_rx_urb(struct hfa384x *hw, gfp_t memflags) in submit_rx_urb()
365 static int submit_tx_urb(struct hfa384x *hw, struct urb *tx_urb, gfp_t memflags) in submit_tx_urb()
411 struct hfa384x *hw = container_of(data, struct hfa384x, usb_work); in hfa384x_usb_defer()
504 void hfa384x_create(struct hfa384x *hw, struct usb_device *usb) in hfa384x_create()
566 void hfa384x_destroy(struct hfa384x *hw) in hfa384x_destroy()
769 static void hfa384x_cb_status(struct hfa384x *hw, in hfa384x_cb_status()
807 int hfa384x_cmd_initialize(struct hfa384x *hw) in hfa384x_cmd_initialize()
854 int hfa384x_cmd_disable(struct hfa384x *hw, u16 macport) in hfa384x_cmd_disable()
888 int hfa384x_cmd_enable(struct hfa384x *hw, u16 macport) in hfa384x_cmd_enable()
931 int hfa384x_cmd_monitor(struct hfa384x *hw, u16 enable) in hfa384x_cmd_monitor()
983 int hfa384x_cmd_download(struct hfa384x *hw, u16 mode, u16 lowaddr, in hfa384x_cmd_download()
1025 int hfa384x_corereset(struct hfa384x *hw, int holdtime, in hfa384x_corereset()
1064 static int hfa384x_usbctlx_complete_sync(struct hfa384x *hw, in hfa384x_usbctlx_complete_sync()
1176 hfa384x_docmd(struct hfa384x *hw, in hfa384x_docmd()
1261 hfa384x_dorrid(struct hfa384x *hw, in hfa384x_dorrid()
1343 hfa384x_dowrid(struct hfa384x *hw, in hfa384x_dowrid()
1426 hfa384x_dormem(struct hfa384x *hw, in hfa384x_dormem()
1512 hfa384x_dowmem(struct hfa384x *hw, in hfa384x_dowmem()
1590 int hfa384x_drvr_disable(struct hfa384x *hw, u16 macport) in hfa384x_drvr_disable()
1629 int hfa384x_drvr_enable(struct hfa384x *hw, u16 macport) in hfa384x_drvr_enable()
1667 int hfa384x_drvr_flashdl_enable(struct hfa384x *hw) in hfa384x_drvr_flashdl_enable()
1727 int hfa384x_drvr_flashdl_disable(struct hfa384x *hw) in hfa384x_drvr_flashdl_disable()
1773 int hfa384x_drvr_flashdl_write(struct hfa384x *hw, u32 daddr, in hfa384x_drvr_flashdl_write()
1913 int hfa384x_drvr_getconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len) in hfa384x_drvr_getconfig()
1943 hfa384x_drvr_setconfig_async(struct hfa384x *hw, in hfa384x_drvr_setconfig_async()
1971 int hfa384x_drvr_ramdl_disable(struct hfa384x *hw) in hfa384x_drvr_ramdl_disable()
2012 int hfa384x_drvr_ramdl_enable(struct hfa384x *hw, u32 exeaddr) in hfa384x_drvr_ramdl_enable()
2082 int hfa384x_drvr_ramdl_write(struct hfa384x *hw, u32 daddr, void *buf, u32 len) in hfa384x_drvr_ramdl_write()
2162 int hfa384x_drvr_readpda(struct hfa384x *hw, void *buf, unsigned int len) in hfa384x_drvr_readpda()
2273 int hfa384x_drvr_setconfig(struct hfa384x *hw, u16 rid, void *buf, u16 len) in hfa384x_drvr_setconfig()
2298 int hfa384x_drvr_start(struct hfa384x *hw) in hfa384x_drvr_start()
2402 int hfa384x_drvr_stop(struct hfa384x *hw) in hfa384x_drvr_stop()
2453 int hfa384x_drvr_txframe(struct hfa384x *hw, struct sk_buff *skb, in hfa384x_drvr_txframe()
2547 struct hfa384x *hw = wlandev->priv; in hfa384x_tx_timeout()
2580 struct hfa384x *hw = container_of(work, struct hfa384x, reaper_bh); in hfa384x_usbctlx_reaper_task()
2614 struct hfa384x *hw = container_of(work, struct hfa384x, completion_bh); in hfa384x_usbctlx_completion_task()
2689 static int unlocked_usbctlx_cancel_async(struct hfa384x *hw, in unlocked_usbctlx_cancel_async()
2740 static void unlocked_usbctlx_complete(struct hfa384x *hw, in unlocked_usbctlx_complete()
2781 static void hfa384x_usbctlxq_run(struct hfa384x *hw) in hfa384x_usbctlxq_run()
2885 struct hfa384x *hw; in hfa384x_usbin_callback()
3068 static void hfa384x_usbin_ctlx(struct hfa384x *hw, union hfa384x_usbin *usbin, in hfa384x_usbin_ctlx()
3223 struct hfa384x *hw = wlandev->priv; in hfa384x_usbin_rx()
3333 struct hfa384x *hw = wlandev->priv; in hfa384x_int_rxmonitor()
3465 struct hfa384x *hw = wlandev->priv; in hfa384x_usbout_callback()
3479 struct hfa384x *hw = wlandev->priv; in hfa384x_usbout_callback()
3524 struct hfa384x *hw = urb->context; in hfa384x_ctlxout_callback()
3656 struct hfa384x *hw = from_timer(hw, t, reqtimer); in hfa384x_usbctlx_reqtimerfn()
3715 struct hfa384x *hw = from_timer(hw, t, resptimer); in hfa384x_usbctlx_resptimerfn()
3755 struct hfa384x *hw = from_timer(hw, t, throttle); in hfa384x_usb_throttlefn()
3796 static int hfa384x_usbctlx_submit(struct hfa384x *hw, in hfa384x_usbctlx_submit()