Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ipa/
Dipa_endpoint.h169 struct delayed_work replenish_work; /* global wq */ member
Dipa_endpoint.c1228 schedule_delayed_work(&endpoint->replenish_work, in ipa_endpoint_replenish()
1251 endpoint = container_of(dwork, struct ipa_endpoint, replenish_work); in ipa_endpoint_replenish_work()
1794 INIT_DELAYED_WORK(&endpoint->replenish_work, in ipa_endpoint_setup_one()
1808 cancel_delayed_work_sync(&endpoint->replenish_work); in ipa_endpoint_teardown_one()