Home
last modified time | relevance | path

Searched refs:no_of_pkt_in_bundle (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc.c350 void htc_update_rx_bundle_stats(void *ctx, uint8_t no_of_pkt_in_bundle) in htc_update_rx_bundle_stats() argument
354 no_of_pkt_in_bundle--; in htc_update_rx_bundle_stats()
355 if (target && (no_of_pkt_in_bundle < HTC_MAX_MSG_PER_BUNDLE_RX)) in htc_update_rx_bundle_stats()
356 target->rx_bundle_stats[no_of_pkt_in_bundle]++; in htc_update_rx_bundle_stats()
360 void htc_update_rx_bundle_stats(void *ctx, uint8_t no_of_pkt_in_bundle) in htc_update_rx_bundle_stats() argument
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c726 uint8_t no_of_pkt_in_bundle; in usb_hif_usb_recv_bundle_complete() local
772 no_of_pkt_in_bundle = 0; in usb_hif_usb_recv_bundle_complete()
822 no_of_pkt_in_bundle++; in usb_hif_usb_recv_bundle_complete()
828 no_of_pkt_in_bundle); in usb_hif_usb_recv_bundle_complete()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1092 void (*update_bundle_stats)(void *context, uint8_t no_of_pkt_in_bundle);