Searched defs:iwl_trans (Results 1 – 2 of 2) sorted by relevance
770 struct iwl_trans { struct771 const struct iwl_trans_ops *ops; argument776 enum iwl_trans_state state; argument777 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];[all …]
997 struct iwl_trans *iwl_trans; in iwl_pci_probe() local