Searched defs:siw_device (Results 1 – 1 of 1) sorted by relevance
71 struct siw_device { struct72 struct ib_device base_dev;73 struct net_device *netdev;74 struct siw_dev_cap attrs;76 u32 vendor_part_id;77 int numa_node;80 enum ib_port_state state;82 spinlock_t lock;84 struct xarray qp_xa;108 struct siw_device *sdev; argument