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