Lines Matching defs:apply
559 u32 i, j, bytes = 0, apply = msg_opl->apply_bytes;580 while (apply && sge->length) {581 if (sge->length > apply) {582 u32 len = sge->length - apply;586 sge->offset + apply);587 sge->length = apply;588 bytes += apply;589 apply = 0;591 apply -= sge->length;608 msg_npl->apply_bytes = apply;