Lines Matching defs:offset
313 * map page aligned regions. So we keep the offset, and build
314 * a 64bit cookie containing <R_Key, offset> and pass that
691 * optionally an offset into it. This is how we implement RDMA into
693 * When setting up the RDMA, we need to add that offset to the
694 * destination address (which is really an offset into the MR)
764 unsigned int offset = iov->addr & ~PAGE_MASK;
769 min_t(unsigned int, iov->bytes, PAGE_SIZE - offset),
770 offset);
773 rdsdebug("RDS: sg->offset %x sg->len %x iov->addr %llx iov->bytes %llu\n",
774 sg->offset, sg->length, iov->addr, iov->bytes);
847 * to/from. We map the area, and save the <R_Key,offset> pair