Searched refs:free_intr_reqs (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/ethernet/asix-88772b/
H A Dasix-88772b.c58 list_node_t free_intr_reqs; member in struct:__anon339
150 while ((node = list_remove_head(&eth->free_intr_reqs)) != NULL) {
332 list_add_head(&eth->free_intr_reqs, &request->node);
383 while ((req = list_remove_head_type(&eth->free_intr_reqs, usb_request_t, node)) != NULL) {
650 list_initialize(&eth->free_intr_reqs);
690 list_add_head(&eth->free_intr_reqs, &req->node);
/fuchsia/zircon/system/dev/ethernet/rndis/
H A Drndishost.c50 list_node_t free_intr_reqs; member in struct:__anon343
194 while ((txn = list_remove_head_type(&eth->free_intr_reqs, usb_request_t, node)) != NULL) {
503 list_initialize(&eth->free_intr_reqs);

Completed in 83 milliseconds