Searched defs:iwl_trans (Results 1 – 2 of 2) sorted by relevance
683 struct iwl_trans { struct684 const struct iwl_trans_ops *ops; argument687 enum iwl_trans_state state; argument688 unsigned long status;690 struct device *dev;691 u32 max_skb_frags;692 u32 hw_rev;693 u32 hw_id;694 char hw_id_str[52];696 u8 rx_mpdu_cmd, rx_mpdu_cmd_hdr_size;[all …]
560 struct iwl_trans *iwl_trans; in iwl_pci_probe() local