Lines Matching refs:rmb_desc
61 smc_curs_add(conn->rmb_desc->len, &cons, len);
65 diff = smc_curs_comp(conn->rmb_desc->len, &cons,
77 smc_curs_add(conn->rmb_desc->len, &cons, 1);
156 partial.offset = src - (char *)smc->conn.rmb_desc->cpu_addr;
162 spd.pages = &smc->conn.rmb_desc->pages;
170 get_page(smc->conn.rmb_desc->pages);
239 if (smc_curs_diff(conn->rmb_desc->len, &cons,
307 rcvbuf_base = conn->rx_off + conn->rmb_desc->cpu_addr;
379 smc_curs_add(conn->rmb_desc->len, &cons, splbytes);
388 chunk_len = min_t(size_t, copylen, conn->rmb_desc->len -
428 /* guarantee 0 <= bytes_to_rcv <= rmb_desc->len */