Searched refs:credit (Results 1 – 4 of 4) sorted by relevance
85 UINT8 credit; member319 extern void rfc_inc_credit (tPORT *p_port, UINT8 credit);341 extern void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit);
414 void rfc_inc_credit (tPORT *p_port, UINT8 credit) in rfc_inc_credit() argument418 p_port->credit_tx += credit; in rfc_inc_credit()
377 if (rfc_cb.rfc.rx_frame.credit != 0) in RFCOMM_BufDataInd()378 rfc_inc_credit (p_port, rfc_cb.rfc.rx_frame.credit); in RFCOMM_BufDataInd()
543 void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit) in rfc_send_credit() argument558 *p_data++ = credit; in rfc_send_credit()603 p_frame->credit = *p_data++; in rfc_parse_data()608 p_frame->credit = 0; in rfc_parse_data()