Searched refs:cmd_sz (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | driver.h | 179 size_t cmd_sz, struct ibv_rereg_mr_resp *resp,
|
H A D | cmd.c | 389 size_t cmd_sz, struct ibv_rereg_mr_resp *resp, in ibv_cmd_rereg_mr() argument 392 IBV_INIT_CMD_RESP(cmd, cmd_sz, REREG_MR, resp, resp_sz); in ibv_cmd_rereg_mr() 402 if (write(mr->context->cmd_fd, cmd, cmd_sz) != cmd_sz) in ibv_cmd_rereg_mr()
|