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