Searched refs:num_requeues_warn (Results 1 – 3 of 3) sorted by relevance
931 if (pEndpoint->num_requeues_warn > in htc_issue_packets()976 (pEndpoint->num_requeues_warn > MAX_REQUEUE_WARN)) || in htc_issue_packets()1737 if (pEndpoint->num_requeues_warn <= MAX_REQUEUE_WARN) { in htc_try_send()1738 pEndpoint->num_requeues_warn++; in htc_try_send()1743 pEndpoint->num_requeues_warn = 0; in htc_try_send()1768 if (pEndpoint->num_requeues_warn) in htc_try_send()1769 pEndpoint->num_requeues_warn = 0; in htc_try_send()
175 uint32_t num_requeues_warn; member
887 pEndpoint->num_requeues_warn = 0; in reset_endpoint_states()