Lines Matching defs:errno
334 * @errno: the error number of the IO.
336 * Return 0 on success, errno otherwise.
339 int errno)
377 trace_send_io_resp_imm(id, need_inval, always_invalidate, errno);
398 imm = rtrs_to_io_rsp_imm(id->msg_id, errno, need_inval);
784 static int rtrs_rdma_do_reject(struct rdma_cm_id *cm_id, int errno);
1614 static int rtrs_rdma_do_reject(struct rdma_cm_id *cm_id, int errno)
1622 .errno = cpu_to_le16(errno),
1629 /* Bounce errno back */
1630 return errno;