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);
465 * The caller must release the reference when the local
1071 * rvt_lkey_ok and rvt_rkey_ok. Also, the function only modifies the local sge
1751 cpu_to_be32(qpriv->tid_rdma.local.qp |
1962 req->n_flows = qpriv->tid_rdma.local.max_read;
1968 req->seg_len = qpriv->tid_rdma.local.max_len;
2256 if (!len || len & ~PAGE_MASK || len > qpriv->tid_rdma.local.max_len)
3440 * themselves to allocate resources for up to local->max_write
3457 struct tid_rdma_params *local = &qpriv->tid_rdma.local;
3504 /* Can allocate only a maximum of local->max_write for a QP */
3505 if (qpriv->alloc_w_segs >= local->max_write)
3680 num_segs = DIV_ROUND_UP(len, qpriv->tid_rdma.local.max_len);
3745 req->n_flows = min_t(u16, num_segs, qpriv->tid_rdma.local.max_write);
3752 req->seg_len = qpriv->tid_rdma.local.max_len;
3913 cpu_to_be32(qpriv->tid_rdma.local.qp |
4447 cpu_to_be32(qpriv->tid_rdma.local.qp |