Lines Matching defs:iwl_trans
770 struct iwl_trans { struct
771 const struct iwl_trans_ops *ops; argument
776 enum iwl_trans_state state; argument
777 unsigned long status;
779 struct device *dev;
780 u32 max_skb_frags;
781 u32 hw_rev;
782 u32 hw_rf_id;
783 u32 hw_id;
784 char hw_id_str[52];
786 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;
810 struct iwl_trans_debug dbg; argument
820 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id); argument