Searched defs:iwl_trans (Results 1 – 2 of 2) sorted by relevance
1003 struct iwl_trans { struct1005 const struct iwl_trans_ops *ops; argument1010 enum iwl_trans_state state; argument1011 unsigned long status;1013 struct device *dev;1014 u32 max_skb_frags;1015 u32 hw_rev;1016 u32 hw_rev_step;1017 u32 hw_rf_id;1018 u32 hw_id;[all …]
1356 static int get_crf_id(struct iwl_trans *iwl_trans) in get_crf_id()1501 struct iwl_trans *iwl_trans; in iwl_pci_probe() local