Searched defs:iwl_trans (Results 1 – 2 of 2) sorted by relevance
718 struct iwl_trans { struct719 const struct iwl_trans_ops *ops; argument723 enum iwl_trans_state state; argument724 unsigned long status;726 struct device *dev;727 u32 max_skb_frags;728 u32 hw_rev;729 u32 hw_rf_id;730 u32 hw_id;731 char hw_id_str[52];[all …]
999 struct iwl_trans *iwl_trans; in iwl_pci_probe() local