Searched refs:packet_count (Results 1 – 4 of 4) sorted by relevance
16 uint32_t packet_count; // remaining packets to send member
28 state->packet_count++; in xhci_transfer_state_init()68 uint32_t td_size = --state->packet_count; in xhci_queue_data_trbs()
34 size_t packet_count; member312 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()
1760 size_t packet_count = 0; in full_queue_sending_exception_packet_test() local1762 ++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