Lines Matching refs:uhw
1351 struct ib_udata *uhw, in create_cq() argument
1399 file->ucontext, uhw); in create_cq()
1474 struct ib_udata uhw; in ib_uverbs_create_cq() local
1485 INIT_UDATA(&uhw, buf + sizeof(cmd), in ib_uverbs_create_cq()
1495 obj = create_cq(file, ib_dev, &ucore, &uhw, &cmd_ex, in ib_uverbs_create_cq()
1520 struct ib_udata *uhw) in ib_uverbs_ex_create_cq() argument
1544 obj = create_cq(file, ib_dev, ucore, uhw, &cmd, in ib_uverbs_ex_create_cq()
1748 struct ib_udata *uhw, in create_qp() argument
1864 qp = device->create_qp(pd, &attr, uhw); in create_qp()
1977 struct ib_udata uhw; in ib_uverbs_create_qp() local
1989 INIT_UDATA(&uhw, buf + sizeof(cmd), in ib_uverbs_create_qp()
2008 err = create_qp(file, &ucore, &uhw, &cmd_ex, in ib_uverbs_create_qp()
2032 struct ib_udata *uhw) in ib_uverbs_ex_create_qp() argument
2056 err = create_qp(file, ucore, uhw, &cmd, in ib_uverbs_ex_create_qp()
3092 struct ib_udata *uhw) in ib_uverbs_ex_create_flow() argument
3253 struct ib_udata *uhw) in ib_uverbs_ex_destroy_flow() argument
3622 struct ib_udata *uhw) in ib_uverbs_ex_query_device() argument
3649 err = ib_dev->query_device(ib_dev, &attr, uhw); in ib_uverbs_ex_query_device()