Home
last modified time | relevance | path

Searched refs:packet_count (Results 1 – 4 of 4) sorted by relevance

/system/dev/usb/xhci/
A Dxhci-transfer-common.h16 uint32_t packet_count; // remaining packets to send member
A Dxhci-transfer-common.cpp28 state->packet_count++; in xhci_transfer_state_init()
68 uint32_t td_size = --state->packet_count; in xhci_queue_data_trbs()
/system/uapp/netdump/
A Dnetdump.c34 size_t packet_count; member
312 options->packet_count--; in handle_rx()
313 if (options->packet_count == 0) { in handle_rx()
350 options->packet_count = strtol(argv[0], &endptr, 10); in parse_args()
/system/utest/exception/
A Dexception.c1760 size_t packet_count = 0; in full_queue_sending_exception_packet_test() local
1762 ++packet_count; in full_queue_sending_exception_packet_test()
1764 unittest_printf("Queued %zu packets\n", packet_count); in full_queue_sending_exception_packet_test()
1793 for (size_t i = 0; i < packet_count; ++i) { in full_queue_sending_exception_packet_test()

Completed in 10 milliseconds