Searched defs:iwl_trans (Results 1 – 2 of 2) sorted by relevance
607 struct iwl_trans { struct608 const struct iwl_trans_ops *ops; argument611 enum iwl_trans_state state; argument612 unsigned long status;614 struct device *dev;615 u32 hw_rev;616 u32 hw_id;617 char hw_id_str[52];619 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;621 bool pm_support;[all …]
559 struct iwl_trans *iwl_trans; in iwl_pci_probe() local