Lines Matching refs:dlcb
405 if (llcp_cb.dlcb[idx].state != LLCP_DLC_STATE_IDLE) in llcp_link_deactivate()
407 p_dlcb = &(llcp_cb.dlcb[idx]); in llcp_link_deactivate()
649 if ( (llcp_cb.dlcb[idx].state == LLCP_DLC_STATE_CONNECTED) in llcp_link_check_congestion()
650 &&(llcp_cb.dlcb[idx].remote_busy == FALSE) in llcp_link_check_congestion()
651 &&(llcp_cb.dlcb[idx].is_tx_congested == FALSE) ) in llcp_link_check_congestion()
653 llcp_cb.dlcb[idx].is_tx_congested = TRUE; in llcp_link_check_congestion()
656 llcp_cb.dlcb[idx].local_sap, llcp_cb.dlcb[idx].remote_sap, in llcp_link_check_congestion()
657 llcp_cb.dlcb[idx].i_xmit_q.count); in llcp_link_check_congestion()
659 data.congest.local_sap = llcp_cb.dlcb[idx].local_sap; in llcp_link_check_congestion()
660 data.congest.remote_sap = llcp_cb.dlcb[idx].remote_sap; in llcp_link_check_congestion()
662 (*llcp_cb.dlcb[idx].p_app_cb->p_app_cback) (&data); in llcp_link_check_congestion()
777 if ( (llcp_cb.dlcb[idx].state == LLCP_DLC_STATE_CONNECTED) in llcp_link_check_uncongested()
778 &&(llcp_cb.dlcb[idx].is_tx_congested) in llcp_link_check_uncongested()
779 &&(llcp_cb.dlcb[idx].i_xmit_q.count <= llcp_cb.dlcb[idx].remote_rw / 2) ) in llcp_link_check_uncongested()
781 llcp_cb.dlcb[idx].is_tx_congested = FALSE; in llcp_link_check_uncongested()
783 if (llcp_cb.dlcb[idx].remote_busy == FALSE) in llcp_link_check_uncongested()
786 llcp_cb.dlcb[idx].local_sap, llcp_cb.dlcb[idx].remote_sap, in llcp_link_check_uncongested()
787 llcp_cb.dlcb[idx].i_xmit_q.count); in llcp_link_check_uncongested()
789 data.congest.local_sap = llcp_cb.dlcb[idx].local_sap; in llcp_link_check_uncongested()
790 data.congest.remote_sap = llcp_cb.dlcb[idx].remote_sap; in llcp_link_check_uncongested()
792 (*llcp_cb.dlcb[idx].p_app_cb->p_app_cback) (&data); in llcp_link_check_uncongested()
802 if (llcp_cb.dlcb[idx].state == LLCP_DLC_STATE_CONNECTED) in llcp_link_check_uncongested()
1507 if (llcp_cb.dlcb[llcp_cb.lcb.dl_idx].state != LLCP_DLC_STATE_IDLE) in llcp_link_get_next_pdu()
1511 … *p_next_pdu_length = llcp_dlc_get_next_pdu_length (&llcp_cb.dlcb[llcp_cb.lcb.dl_idx]); in llcp_link_get_next_pdu()
1526 p_msg = llcp_dlc_get_next_pdu (&llcp_cb.dlcb[llcp_cb.lcb.dl_idx]); in llcp_link_get_next_pdu()