Home
last modified time | relevance | path

Searched refs:replenish_work (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ipa/
Dipa_endpoint.h67 struct delayed_work replenish_work; /* global wq */ member
Dipa_endpoint.c932 schedule_delayed_work(&endpoint->replenish_work, in ipa_endpoint_replenish()
966 endpoint = container_of(dwork, struct ipa_endpoint, replenish_work); in ipa_endpoint_replenish_work()
1477 INIT_DELAYED_WORK(&endpoint->replenish_work, in ipa_endpoint_setup_one()
1491 cancel_delayed_work_sync(&endpoint->replenish_work); in ipa_endpoint_teardown_one()