Lines Matching refs:congest
615 data.congest.event = LLCP_SAP_EVT_CONGEST; in llcp_link_check_congestion()
616 data.congest.is_congested = TRUE; in llcp_link_check_congestion()
619 data.congest.remote_sap = LLCP_INVALID_SAP; in llcp_link_check_congestion()
620 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_check_congestion()
638 data.congest.local_sap = sap; in llcp_link_check_congestion()
645 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; 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()
702 data.congest.event = LLCP_SAP_EVT_CONGEST; in llcp_link_check_uncongested()
703 data.congest.is_congested = FALSE; in llcp_link_check_uncongested()
709 data.congest.remote_sap = LLCP_INVALID_SAP; in llcp_link_check_uncongested()
710 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_check_uncongested()
737 data.congest.local_sap = sap; in llcp_link_check_uncongested()
766 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; 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()