Home
last modified time | relevance | path

Searched refs:start_link_work (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dinit.c622 INIT_DELAYED_WORK(&ppd->start_link_work, handle_start_link); in hfi1_init_pportdata()
H A Dhfi.h779 struct delayed_work start_link_work; member
H A Dchip.c9822 queue_delayed_work(ppd->link_wq, &ppd->start_link_work, in try_start_link()
9837 start_link_work.work); in handle_start_link()
9895 flush_delayed_work(&ppd->start_link_work); in hfi1_quiet_serdes()
9896 cancel_delayed_work_sync(&ppd->start_link_work); in hfi1_quiet_serdes()