Searched defs:iwl_trans (Results 1 – 4 of 4) sorted by relevance
1078 struct iwl_trans { struct1080 const struct iwl_trans_ops *ops; argument1085 enum iwl_trans_state state; argument1086 unsigned long status;1088 struct device *dev;1089 u32 max_skb_frags;1090 u32 hw_rev;1091 u32 hw_rev_step;1092 u32 hw_rf_id;1093 u32 hw_crf_id;[all …]
988 struct iwl_trans { struct989 const struct iwl_trans_ops *ops; argument994 enum iwl_trans_state state; argument995 unsigned long status;997 struct device *dev;998 u32 max_skb_frags;999 u32 hw_rev;1000 u32 hw_rf_id;1001 u32 hw_id;1002 char hw_id_str[52];[all …]
1155 static int get_crf_id(struct iwl_trans *iwl_trans) in get_crf_id()1192 static int map_crf_id(struct iwl_trans *iwl_trans) in map_crf_id()1339 struct iwl_trans *iwl_trans; in iwl_pci_probe() local
1036 struct iwl_trans *iwl_trans; in iwl_pci_probe() local