Home | History | Annotate | Download | only in net

Lines Matching refs:hfa384x_t

2687 } hfa384x_t;
2695 hfa384x_t *hw,
2700 hfa384x_t *hw,
2706 void hfa384x_destroy(hfa384x_t *hw);
2711 hfa384x_corereset( hfa384x_t *hw, int holdtime, int settletime, int genesis);
2713 hfa384x_drvr_chinforesults( hfa384x_t *hw);
2715 hfa384x_drvr_commtallies( hfa384x_t *hw);
2717 hfa384x_drvr_disable(hfa384x_t *hw, UINT16 macport);
2719 hfa384x_drvr_enable(hfa384x_t *hw, UINT16 macport);
2721 hfa384x_drvr_flashdl_enable(hfa384x_t *hw);
2723 hfa384x_drvr_flashdl_disable(hfa384x_t *hw);
2725 hfa384x_drvr_flashdl_write(hfa384x_t *hw, UINT32 daddr, void* buf, UINT32 len);
2727 hfa384x_drvr_getconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len);
2729 hfa384x_drvr_handover( hfa384x_t *hw, UINT8 *addr);
2731 hfa384x_drvr_hostscanresults( hfa384x_t *hw);
2733 hfa384x_drvr_low_level(hfa384x_t *hw, hfa384x_metacmd_t *cmd);
2735 hfa384x_drvr_mmi_read(hfa384x_t *hw, UINT32 address, UINT32 *result);
2737 hfa384x_drvr_mmi_write(hfa384x_t *hw, UINT32 address, UINT32 data);
2739 hfa384x_drvr_ramdl_enable(hfa384x_t *hw, UINT32 exeaddr);
2741 hfa384x_drvr_ramdl_disable(hfa384x_t *hw);
2743 hfa384x_drvr_ramdl_write(hfa384x_t
2745 hfa384x_drvr_readpda(hfa384x_t *hw, void *buf, UINT len);
2747 hfa384x_drvr_scanresults( hfa384x_t *hw);
2750 hfa384x_drvr_setconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len);
2753 hfa384x_drvr_getconfig16(hfa384x_t *hw, UINT16 rid, void *val)
2764 hfa384x_drvr_getconfig32(hfa384x_t *hw, UINT16 rid, void *val)
2777 hfa384x_drvr_setconfig16(hfa384x_t *hw, UINT16 rid, UINT16 val)
2784 hfa384x_drvr_setconfig32(hfa384x_t *hw, UINT16 rid, UINT32 val)
2792 hfa384x_drvr_getconfig_async(hfa384x_t *hw,
2798 hfa384x_drvr_setconfig_async(hfa384x_t *hw,
2806 hfa384x_drvr_setconfig_async(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len,
2816 hfa384x_drvr_setconfig16_async(hfa384x_t *hw, UINT16 rid, UINT16 val)
2824 hfa384x_drvr_setconfig32_async(hfa384x_t *hw, UINT16 rid, UINT32 val)
2833 hfa384x_drvr_start(hfa384x_t *hw);
2835 hfa384x_drvr_stop(hfa384x_t *hw);
2837 hfa384x_drvr_txframe(hfa384x_t *hw, struct sk_buff *skb, p80211_hdr_t *p80211_hdr, p80211_metawep_t *p80211_wep);
2842 hfa384x_cmd_initialize(hfa384x_t *hw);
2844 hfa384x_cmd_enable(hfa384x_t *hw, UINT16 macport);
2846 hfa384x_cmd_disable(hfa384x_t *hw, UINT16 macport);
2848 hfa384x_cmd_diagnose(hfa384x_t *hw);
2850 hfa384x_cmd_allocate(hfa384x_t *hw, UINT16 len);
2852 hfa384x_cmd_transmit(hfa384x_t *hw, UINT16 reclaim, UINT16 qos, UINT16 fid);
2854 hfa384x_cmd_clearpersist(hfa384x_t *hw, UINT16 fid);
2856 hfa384x_cmd_notify(hfa384x_t *hw, UINT16 reclaim, UINT16 fid, void *buf, UINT16 len);
2858 hfa384x_cmd_inquire(hfa384x_t *hw, UINT16 fid);
2860 hfa384x_cmd_access(hfa384x_t *hw, UINT16 write, UINT16 rid, void *buf, UINT16 len);
2862 hfa384x_cmd_monitor(hfa384x_t *hw, UINT16 enable);
2865 hfa384x_t *hw,
2871 hfa384x_cmd_aux_enable(hfa384x_t *hw, int force);
2873 hfa384x_cmd_aux_disable(hfa384x_t *hw);
2876 hfa384x_t *hw,
2884 hfa384x_t *hw,
2892 hfa384x_t *hw,
2899 hfa384x_t *hw,
2915 __hfa384x_getreg(hfa384x_t *hw, UINT reg);
2918 __hfa384x_setreg(hfa384x_t *hw, UINT16 val, UINT reg);
2921 __hfa384x_getreg_noswap(hfa384x_t *hw, UINT reg);
2924 __hfa384x_setreg_noswap(hfa384x_t *hw, UINT16 val, UINT reg);
2953 __hfa384x_getreg(hfa384x_t *hw, UINT reg)
2979 __hfa384x_setreg(hfa384x_t *hw, UINT16 val, UINT reg)
3005 __hfa384x_getreg_noswap(hfa384x_t *hw, UINT reg)
3030 __hfa384x_setreg_noswap(hfa384x_t *hw, UINT16 val, UINT reg)
3042 static inline void hfa384x_events_all(hfa384x_t *hw)
3054 static inline void hfa384x_events_nobap(hfa384x_t *hw)