Lines Matching full:credit
46 * Bump the credit watermark (CWM) value. This is the 'On TX Window Updated'
58 * Get the number of bytes by which we are in credit. This is the number of
71 * retrieves only the stream-level credit value and does not clamp it based on
72 * connection-level flow control. Any credit value is reduced by the consumed
78 * Consume num_bytes of credit. This is the 'On TX' operation. This should be
82 * We must never transmit more controlled bytes than we are in credit for (see
84 * with num_bytes greater than our current credit, this function consumes the
85 * remainder of the credit and returns 0. This indicates a serious programming
96 * consumes only from the stream-level credit and does not inform the
103 * is a boolean flag set whenever our credit drops to zero. If clear is 1, the
150 * expressed in bytes and determine how much credit the RXFC extends to the peer
215 * credit to the peer.
248 * Returns the current credit. This is the CWM minus the SWM. This is intended