Searched refs:INIT_UDATA (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/infiniband/core/ |
| D | uverbs_cmd.c | 314 INIT_UDATA(&udata, buf + sizeof cmd, in ib_uverbs_get_context() 542 INIT_UDATA(&udata, buf + sizeof cmd, in ib_uverbs_alloc_pd() 751 INIT_UDATA(&udata, buf + sizeof cmd, in ib_uverbs_open_xrcd() 964 INIT_UDATA(&udata, buf + sizeof cmd, in ib_uverbs_reg_mr() 1075 INIT_UDATA(&udata, buf + sizeof(cmd), in ib_uverbs_rereg_mr() 1483 INIT_UDATA(&ucore, buf, (unsigned long)cmd.response, sizeof(cmd), sizeof(resp)); in ib_uverbs_create_cq() 1485 INIT_UDATA(&uhw, buf + sizeof(cmd), in ib_uverbs_create_cq() 1568 INIT_UDATA(&udata, buf + sizeof cmd, in ib_uverbs_resize_cq() 1987 INIT_UDATA(&ucore, buf, (unsigned long)cmd.response, sizeof(cmd), in ib_uverbs_create_qp() 1989 INIT_UDATA(&uhw, buf + sizeof(cmd), in ib_uverbs_create_qp() [all …]
|
| D | uverbs.h | 50 #define INIT_UDATA(udata, ibuf, obuf, ilen, olen) \ macro
|