Searched refs:overflow (Results 1 – 5 of 5) sorted by relevance
1458 int overflow; in htc_try_send() local1491 overflow = HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue); in htc_try_send()1494 overflow = HTC_PACKET_QUEUE_DEPTH(&pEndpoint->TxQueue); in htc_try_send()1495 overflow += HTC_PACKET_QUEUE_DEPTH(pCallersSendQueue); in htc_try_send()1497 overflow -= pEndpoint->MaxTxQueueDepth; in htc_try_send()1501 if (overflow > 0) { in htc_try_send()1504 pEndpoint->Id, overflow, in htc_try_send()1509 if ((overflow <= 0) in htc_try_send()1521 overflow; in htc_try_send()
167 int i, overflow = 0; in leftshift_onebit() local171 output[i] |= overflow; in leftshift_onebit()172 overflow = (input[i] & 0x80) ? 1 : 0; in leftshift_onebit()
2990 bool overflow; in mgmt_rx_reo_release_egress_list_entries() local3010 overflow = in mgmt_rx_reo_release_egress_list_entries()3012 if (defer && !overflow) { in mgmt_rx_reo_release_egress_list_entries()3070 !defer || !overflow); in mgmt_rx_reo_release_egress_list_entries()3863 bool overflow; in mgmt_rx_reo_update_ingress_list() local3899 overflow = (qdf_list_size(&reo_ingress_list->list) > in mgmt_rx_reo_update_ingress_list()3901 if (overflow) { in mgmt_rx_reo_update_ingress_list()