Searched defs:irdma_device (Results 1 – 1 of 1) sorted by relevance
333 struct irdma_device { struct334 struct ib_device ibdev;335 struct irdma_pci_f *rf;336 struct net_device *netdev;337 struct workqueue_struct *cleanup_wq;361 static inline struct irdma_device *to_iwdev(struct ib_device *ibdev) in to_iwdev() argument