Lines Matching defs:ib_dev
2231 struct ib_device *ib_dev;
2331 #define rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, gfp) \
2332 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \
2335 #define rdma_zalloc_drv_obj_numa(ib_dev, ib_type) \
2336 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \
2339 #define rdma_zalloc_drv_obj(ib_dev, ib_type) \
2340 rdma_zalloc_drv_obj_gfp(ib_dev, ib_type, GFP_KERNEL)
2973 void ib_unregister_device_queued(struct ib_device *ib_dev);
4468 static inline int ib_check_mr_access(struct ib_device *ib_dev,
4471 u64 device_cap = ib_dev->attrs.device_cap_flags;
4485 !(ib_dev->attrs.kernel_cap_flags & IBK_ON_DEMAND_PAGING))
4552 int ib_device_set_netdev(struct ib_device *ib_dev, struct net_device *ndev,
4554 struct net_device *ib_device_get_netdev(struct ib_device *ib_dev,
4838 void rdma_roce_rescan_port(struct ib_device *ib_dev, u32 port);
4839 void roce_del_all_netdev_gids(struct ib_device *ib_dev,