Searched refs:credit_tx (Results 1 – 4 of 4) sorted by relevance
439 p_port->credit_tx += credit; in rfc_inc_credit()441 RFCOMM_TRACE_EVENT ("rfc_inc_credit:%d", p_port->credit_tx); in rfc_inc_credit()463 if (p_port->credit_tx > 0) { in rfc_dec_credit()464 p_port->credit_tx--; in rfc_dec_credit()467 if (p_port->credit_tx == 0) { in rfc_dec_credit()
1125 p_port->credit_tx = k; in port_get_credits()1126 if (p_port->credit_tx == 0) { in port_get_credits()
121 p_port->credit_tx = 0; in port_set_defaults()
194 UINT16 credit_tx; /* Flow control credits for tx path */ member