Home | History | Annotate | Download | only in llcp

Lines Matching refs:congest

1134                     cback_data.congest.event        = LLCP_SAP_EVT_CONGEST;
1135 cback_data.congest.local_sap = p_dlcb->local_sap;
1136 cback_data.congest.remote_sap = p_dlcb->remote_sap;
1137 cback_data.congest.is_congested = TRUE;
1138 cback_data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION;
1154 cback_data.congest.event = LLCP_SAP_EVT_CONGEST;
1155 cback_data.congest.local_sap = p_dlcb->local_sap;
1156 cback_data.congest.remote_sap = p_dlcb->remote_sap;
1157 cback_data.congest.is_congested = FALSE;
1158 cback_data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION;