Lines Matching defs:iwl_trans
988 struct iwl_trans { struct
989 const struct iwl_trans_ops *ops; argument
994 enum iwl_trans_state state; argument
995 unsigned long status;
997 struct device *dev;
998 u32 max_skb_frags;
999 u32 hw_rev;
1000 u32 hw_rf_id;
1001 u32 hw_id;
1002 char hw_id_str[52];
1003 u32 sku_id[3];
1005 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
1030 struct iwl_trans_debug dbg; argument
1036 struct iwl_trans_txqs txqs; argument
1043 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id); argument