Lines Matching defs:offset
890 * @start: start offset into skb main-body data to include in the SGL
983 /* T4 and later chips share the same PIDX field offset within
1032 * doorbell area offset [SGE_UDB_WCDOORBELL..+63]) and some
1467 * @offset: packet start offset in first page
1474 unsigned int offset)
1480 gl->frags[0].offset + offset,
1481 gl->frags[0].size - offset);
1485 gl->frags[i].offset,
1793 * it when our offset into the buffer is 0.
1795 if (likely(rspq->offset > 0)) {
1798 rspq->offset = 0;
1813 fp->offset = rspq->offset;
1831 gl.frags[0].offset);
1840 rspq->offset += ALIGN(fp->size, s->fl_align);
1871 if (rspq->offset >= 0 &&
2358 /* set offset to -1 to distinguish ingress queues without FL */
2359 rspq->offset = fl ? 0 : -1;