Searched refs:credit (Results 1 – 5 of 5) sorted by relevance
84 UINT8 credit; member311 extern void rfc_inc_credit (tPORT *p_port, UINT8 credit);333 extern void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit);
436 void rfc_inc_credit (tPORT *p_port, UINT8 credit) in rfc_inc_credit() argument439 p_port->credit_tx += credit; in rfc_inc_credit()
363 if (rfc_cb.rfc.rx_frame.credit != 0) { in RFCOMM_BufDataInd()364 rfc_inc_credit (p_port, rfc_cb.rfc.rx_frame.credit); in RFCOMM_BufDataInd()
599 void rfc_send_credit(tRFC_MCB *p_mcb, UINT8 dlci, UINT8 credit) in rfc_send_credit() argument615 *p_data++ = credit; in rfc_send_credit()657 p_frame->credit = *p_data++; in rfc_parse_data()661 p_frame->credit = 0; in rfc_parse_data()
153 UINT16 credit; in l2c_rcv_acl_data() local314 credit = L2CAP_LE_DEFAULT_CREDIT; in l2c_rcv_acl_data()315 L2CAP_TRACE_DEBUG("%s Credits received %d",__func__, credit); in l2c_rcv_acl_data()316 if((p_ccb->peer_conn_cfg.credits + credit) > L2CAP_LE_MAX_CREDIT) { in l2c_rcv_acl_data()324 p_ccb->peer_conn_cfg.credits += credit; in l2c_rcv_acl_data()