Lines Matching defs:errno
344 static void complete_rdma_req(struct rtrs_clt_io_req *req, int errno,
380 static void complete_rdma_req(struct rtrs_clt_io_req *req, int errno,
401 * 1. this is failover, when errno != 0
414 /* Save errno for INV callback */
415 req->inv_errno = errno;
448 if (errno) {
450 errno, kobject_name(&clt_path->kobj), clt_path->hca_name,
455 req->conf(req->priv, errno);
495 s16 errno, bool w_inval)
505 complete_rdma_req(req, errno, true, false);
946 void (*conf)(void *priv, int errno),
980 void (*conf)(void *priv, int errno),
1826 int errno;
1845 errno = le16_to_cpu(msg->errno);
1846 if (errno) {
1847 rtrs_err(clt, "Invalid RTRS message: errno %d\n",
1848 errno);
1923 int status, errno;
1931 errno = (int16_t)le16_to_cpu(msg->errno);
1932 if (errno == -EBUSY)
1937 "Connect rejected: status %d (%s), rtrs errno %d\n",
1938 status, rej_msg, errno);