Searched refs:no_of_pkt_in_bundle (Results 1 – 3 of 3) sorted by relevance
350 void htc_update_rx_bundle_stats(void *ctx, uint8_t no_of_pkt_in_bundle) in htc_update_rx_bundle_stats() argument354 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
726 uint8_t no_of_pkt_in_bundle; in usb_hif_usb_recv_bundle_complete() local772 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()
1092 void (*update_bundle_stats)(void *context, uint8_t no_of_pkt_in_bundle);