Lines Matching defs:local
26 * -- Each local scatter-gather entry should be 4K page aligned;
27 * -- Each local scatter-gather entry should be a multiple of 4K page size;
210 *data = tid_rdma_opfn_encode(&priv->tid_rdma.local);
246 trace_hfi1_opfn_param(qp, 0, &priv->tid_rdma.local);
466 * The caller must release the reference when the local
1078 * rvt_lkey_ok and rvt_rkey_ok. Also, the function only modifies the local sge
1758 cpu_to_be32(qpriv->tid_rdma.local.qp |
1969 req->n_flows = qpriv->tid_rdma.local.max_read;
1975 req->seg_len = qpriv->tid_rdma.local.max_len;
2263 if (!len || len & ~PAGE_MASK || len > qpriv->tid_rdma.local.max_len)
3452 * themselves to allocate resources for up to local->max_write
3469 struct tid_rdma_params *local = &qpriv->tid_rdma.local;
3516 /* Can allocate only a maximum of local->max_write for a QP */
3517 if (qpriv->alloc_w_segs >= local->max_write)
3692 num_segs = DIV_ROUND_UP(len, qpriv->tid_rdma.local.max_len);
3757 req->n_flows = min_t(u16, num_segs, qpriv->tid_rdma.local.max_write);
3764 req->seg_len = qpriv->tid_rdma.local.max_len;
3925 cpu_to_be32(qpriv->tid_rdma.local.qp |
4459 cpu_to_be32(qpriv->tid_rdma.local.qp |