Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_napi.h311 bool rxpkt_thresh_reached);
330 bool rxpkt_thresh_reached) { } in hif_napi_update_yield_stats() argument
Dhif_napi.c1334 bool rxpkt_thresh_reached) argument
1368 napi_data->napis[ce_id]->stats[cpu_id].rxpkt_thresh_reached++;
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_service.c390 bool yield, time_limit_reached, rxpkt_thresh_reached = 0; in hif_ce_service_should_yield() local
396 rxpkt_thresh_reached = hif_max_num_receives_reached in hif_ce_service_should_yield()
404 if (rxpkt_thresh_reached) in hif_ce_service_should_yield()
407 yield = time_limit_reached || rxpkt_thresh_reached; in hif_ce_service_should_yield()
414 rxpkt_thresh_reached); in hif_ce_service_should_yield()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_napi.c522 rxpkt_thresh_reached, in hdd_display_napi_stats()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h307 uint32_t rxpkt_thresh_reached; member