Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c1458 int overflow; in htc_try_send() local
1491 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()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_crypto.c167 int i, overflow = 0; in leftshift_onebit() local
171 output[i] |= overflow; in leftshift_onebit()
172 overflow = (input[i] & 0x80) ? 1 : 0; in leftshift_onebit()
/wlan-driver/wpa_supplicant_8/src/utils/
H A Deloop.c
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/
H A Dwlan_mgmt_txrx_rx_reo.c2990 bool overflow; in mgmt_rx_reo_release_egress_list_entries() local
3010 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() local
3899 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()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DChangeLog