Lines Matching defs:ibdev
80 struct ib_device *ibdev = ucontext->device; in iwch_alloc_ucontext() local
109 struct ib_device *ibdev = ibcq->device; in iwch_create_cq() local
307 struct ib_device *ibdev = pd->device; in iwch_allocate_pd() local
911 static int iwch_query_pkey(struct ib_device *ibdev, in iwch_query_pkey()
919 static int iwch_query_gid(struct ib_device *ibdev, u8 port, in iwch_query_gid()
954 static int iwch_query_device(struct ib_device *ibdev, struct ib_device_attr *props, in iwch_query_device()
991 static int iwch_query_port(struct ib_device *ibdev, in iwch_query_port()
1105 static struct rdma_hw_stats *iwch_alloc_stats(struct ib_device *ibdev, in iwch_alloc_stats()
1118 static int iwch_get_mib(struct ib_device *ibdev, struct rdma_hw_stats *stats, in iwch_get_mib()
1174 static int iwch_port_immutable(struct ib_device *ibdev, u8 port_num, in iwch_port_immutable()
1192 static void get_dev_fw_ver_str(struct ib_device *ibdev, char *str) in get_dev_fw_ver_str()