Searched defs:ib_device (Results 1 – 1 of 1) sorted by relevance
63055 struct ib_device { struct63057 struct ib_device_ops ops; argument63058 char name[64];63059 struct callback_head callback_head;63083 struct ib_device_attr attrs; argument63084 struct hw_stats_device_data *hw_stats_data;63085 struct rdmacg_device cg_device;63086 u32 index;63087 spinlock_t cq_pools_lock;63088 struct list_head cq_pools[3];[all …]