Lines Matching defs:rtl_priv
2563 struct rtl_priv { struct
2567 struct rtl_priv *buddy_priv; argument
2568 struct rtl_global_var *glb_var;
2569 struct rtl_dualmac_easy_concurrent_ctl easy_concurrent_ctl;
2570 struct rtl_dmsp_ctl dmsp_ctl;
2571 struct rtl_locks locks;
2572 struct rtl_works works;
2573 struct rtl_mac mac80211;
2574 struct rtl_hal rtlhal;
2575 struct rtl_regulatory regd;
2576 struct rtl_rfkill rfkill;
2577 struct rtl_io io;
2578 struct rtl_phy phy;
2579 struct rtl_dm dm;
2580 struct rtl_security sec;
2581 struct rtl_efuse efuse;
2583 struct rtl_ps_ctl psc;
2584 struct rate_adaptive ra;
2585 struct dynamic_primary_cca primarycca;
2586 struct wireless_stats stats;
2587 struct rt_link_detect link_info;
2588 struct false_alarm_statistics falsealm_cnt;
2590 struct rtl_rate_priv *rate_priv;
2593 struct list_head entry_list;
2595 struct rtl_debug dbg;
2596 int max_fw_size;
2602 struct rtl_hal_cfg *cfg;
2603 struct rtl_intf_ops *intf_ops;
2608 unsigned long status;
2611 struct dig_t dm_digtable;
2612 struct ps_t dm_pstable;
2614 u32 reg_874;
2615 u32 reg_c70;
2616 u32 reg_85c;
2617 u32 reg_a74;
2618 bool reg_init; /* true if regs saved */
2619 bool bt_operation_on;
2620 __le32 *usb_data;
2621 int usb_data_index;
2622 bool initialized;
2623 bool enter_ps; /* true when entering PS */
2624 u8 rate_mask[5];
2650 #define rtl_priv(hw) (((struct rtl_priv *)(hw)->priv)) argument