Lines Matching defs:iwl_trans
943 struct iwl_trans { struct
944 const struct iwl_trans_ops *ops; argument
949 enum iwl_trans_state state; argument
950 unsigned long status;
952 struct device *dev;
953 u32 max_skb_frags;
954 u32 hw_rev;
955 u32 hw_rf_id;
956 u32 hw_id;
957 char hw_id_str[52];
958 u32 sku_id[3];
960 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
962 bool pm_support;
963 bool ltr_enabled;
987 struct iwl_trans_debug dbg; argument
993 struct iwl_trans_txqs txqs; argument
1000 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id); argument