Lines Matching defs:hfa384x

1024 struct hfa384x {  struct
1031 union hfa384x_usbout txbuff; argument
1032 struct hfa384x_usbctlxq ctlxq; argument
1033 struct timer_list reqtimer;
1034 struct timer_list resptimer;
1036 struct timer_list throttle;
1038 struct work_struct reaper_bh;
1039 struct work_struct completion_bh;
1041 struct work_struct usb_work;
1043 unsigned long usb_flags;
1071 struct hfa384x_downloadbuffer bufinfo; argument
1077 struct hfa384x_join_request_data joinreq;/* join request saved data */ argument
1084 struct hfa384x_commsquality qual; argument
1085 struct timer_list commsqual_timer;
1109 struct hfa384x_compident ident_nic; argument
1110 struct hfa384x_compident ident_pri_fw; argument
1111 struct hfa384x_compident ident_sta_fw; argument
1112 struct hfa384x_compident ident_ap_fw; argument
1116 struct hfa384x_caplevel cap_sup_mfi; argument
1117 struct hfa384x_caplevel cap_sup_cfi; argument
1118 struct hfa384x_caplevel cap_sup_pri; argument
1119 struct hfa384x_caplevel cap_sup_sta; argument
1120 struct hfa384x_caplevel cap_sup_ap; argument
1123 struct hfa384x_caplevel cap_act_pri_cfi; /* argument
1128 struct hfa384x_caplevel cap_act_sta_cfi; /* argument
1133 struct hfa384x_caplevel cap_act_sta_mfi; /* argument
1137 struct hfa384x_caplevel cap_act_ap_cfi; /* argument
1142 struct hfa384x_caplevel cap_act_ap_mfi; /* ap f/w to modem interface */ argument
1145 struct hfa384x_comm_tallies_32 tallies; /* Communication tallies. */ argument
1155 struct hfa384x_inf_frame *scanresults; argument
1166 void hfa384x_create(struct hfa384x *hw, struct usb_device *usb); argument