/linux/arch/arm/mach-rpc/ |
H A D | ecard.h | 44 unsigned char r_len[3]; member 51 #define c_len(x) ((x)->r_len[0]|((x)->r_len[1]<<8)|((x)->r_len[2]<<16))
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_uc.c | 361 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_uc_rcv() 386 if (unlikely(wc.byte_len > qp->r_len)) in qib_uc_rcv() 417 qp->r_len = be32_to_cpu(reth->length); in qib_uc_rcv() 420 if (qp->r_len != 0) { in qib_uc_rcv() 426 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in qib_uc_rcv() 450 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_uc_rcv() 469 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) in qib_uc_rcv() 480 wc.byte_len = qp->r_len; in qib_uc_rcv() 496 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) in qib_uc_rcv()
|
H A D | qib_ud.c | 155 if (unlikely(wc.byte_len > qp->r_len)) { in qib_ud_loopback() 545 if (unlikely(wc.byte_len > qp->r_len)) { in qib_ud_rcv()
|
H A D | qib_rc.c | 1821 if (unlikely(qp->r_rcv_len > qp->r_len)) in qib_rc_rcv() 1867 if (unlikely(wc.byte_len > qp->r_len)) in qib_rc_rcv() 1902 qp->r_len = be32_to_cpu(reth->length); in qib_rc_rcv() 1905 if (qp->r_len != 0) { in qib_rc_rcv() 1911 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, vaddr, in qib_rc_rcv()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | uc.c | 382 if (unlikely(qp->r_rcv_len > qp->r_len)) in hfi1_uc_rcv() 404 if (unlikely(wc.byte_len > qp->r_len)) in hfi1_uc_rcv() 445 qp->r_len = be32_to_cpu(reth->length); in hfi1_uc_rcv() 448 if (qp->r_len != 0) { in hfi1_uc_rcv() 454 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in hfi1_uc_rcv() 478 if (unlikely(qp->r_rcv_len > qp->r_len)) in hfi1_uc_rcv() 494 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) in hfi1_uc_rcv() 505 wc.byte_len = qp->r_len; in hfi1_uc_rcv() 519 if (unlikely(tlen + qp->r_rcv_len != qp->r_len)) in hfi1_uc_rcv()
|
H A D | ud.c | 137 if (unlikely(wc.byte_len > qp->r_len)) { in ud_loopback() 957 if (unlikely(wc.byte_len > qp->r_len)) { in hfi1_ud_rcv()
|
H A D | rc.c | 2875 if (unlikely(qp->r_rcv_len > qp->r_len)) in hfi1_rc_rcv() 2931 if (unlikely(wc.byte_len > qp->r_len)) in hfi1_rc_rcv() 2978 qp->r_len = be32_to_cpu(reth->length); in hfi1_rc_rcv() 2981 if (qp->r_len != 0) { in hfi1_rc_rcv() 2987 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, vaddr, in hfi1_rc_rcv()
|
H A D | tid_rdma.c | 2045 qp->r_len = len; in tid_rdma_rcv_error() 2288 qp->r_len = len; in hfi1_rc_rcv_tid_rdma_read_req() 2290 if (unlikely(!rvt_rkey_ok(qp, &e->rdma_sge, qp->r_len, vaddr, in hfi1_rc_rcv_tid_rdma_read_req() 3739 qp->r_len = len; in hfi1_rc_rcv_tid_rdma_write_req() 3746 if (unlikely(!rvt_rkey_ok(qp, &e->rdma_sge, qp->r_len, vaddr, in hfi1_rc_rcv_tid_rdma_write_req()
|
/linux/fs/ocfs2/ |
H A D | reservations.h | 23 unsigned int r_len; /* Length of the window */ member
|
H A D | ocfs2_trace.h | 1915 unsigned int r_start, unsigned int r_end, unsigned int r_len, 1918 r_len, last_start, last_len), 1925 __field(unsigned int, r_len) 1935 __entry->r_len = r_len; 1941 __entry->r_start, __entry->r_end, __entry->r_len,
|
H A D | refcounttree.c | 2224 unsigned int r_count = 0, r_len; in __ocfs2_decrease_refcount() local 2246 r_len = min((u64)(cpos + len), le64_to_cpu(rec.r_cpos) + in __ocfs2_decrease_refcount() 2251 cpos, r_len, in __ocfs2_decrease_refcount() 2261 r_len); in __ocfs2_decrease_refcount() 2268 cpos += r_len; in __ocfs2_decrease_refcount() 2269 len -= r_len; in __ocfs2_decrease_refcount()
|
/linux/include/rdma/ |
H A D | rdmavt_qp.h | 383 u32 r_len; /* total length of r_sge */ 382 u32 r_len; /* total length of r_sge */ global() member
|
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 2280 qp->r_len = 0; in init_sge() 2290 qp->r_len += wqe->sg_list[i].length; in init_sge() 2294 ss->total_len = qp->r_len; in init_sge() 3004 if (wqe->length > qp->r_len) in rvt_ruc_loopback()
|