Searched refs:cred (Results 1 – 1 of 1) sorted by relevance
1670 int cred = pEndpoint->TxCredits; in htc_try_send() local1681 if (cred - pEndpoint->TxCredits > 0) { in htc_try_send()1684 pEndpoint->Id, cred, in htc_try_send()1685 cred - in htc_try_send()2393 int cred = pEndpoint->TxCredits; in htc_send_data_pkt() local2399 if (cred - pEndpoint->TxCredits > 0) { in htc_send_data_pkt()2402 pEndpoint->Id, cred, in htc_send_data_pkt()2403 cred - pEndpoint->TxCredits, in htc_send_data_pkt()