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