Lines Matching defs:rdma_count
1806 int next_is_first, chop, cnt, rdma_count, small;
1867 rdma_count = 0;
1868 /* "rdma_count" is the number of RDMAs belonging to the
1871 * For TSO packets, rdma_count needs to be reset
1874 * The rdma_count field of the send request is
1896 (req-rdma_count)->rdma_count = rdma_count + 1;
1905 rdma_count |= -(chop | next_is_first);
1906 rdma_count += chop & !next_is_first;
1909 rdma_count = -1;
1922 req->rdma_count = 1;
1933 rdma_count++;
1946 (req-rdma_count)->rdma_count = rdma_count;
2120 req->rdma_count = 1;
2139 req->rdma_count = 1;
2144 tx->req_list[0].rdma_count = cnt;
2155 tx->req_list[i].rdma_count);