Searched defs:iwl_trans (Results 1 – 2 of 2) sorted by relevance
1072 struct iwl_trans { struct1074 const struct iwl_trans_ops *ops; argument1079 enum iwl_trans_state state; argument1080 unsigned long status;1082 struct device *dev;1083 u32 max_skb_frags;1084 u32 hw_rev;1085 u32 hw_rev_step;1086 u32 hw_rf_id;1087 u32 hw_crf_id;[all …]
1124 static void get_crf_id(struct iwl_trans *iwl_trans) in get_crf_id()1158 static int map_crf_id(struct iwl_trans *iwl_trans) in map_crf_id()1308 struct iwl_trans *iwl_trans; in iwl_pci_probe() local