Searched refs:iowork (Results 1 – 4 of 4) sorted by relevance
71 INIT_WORK(&wait->wait[i].iowork, func); in iowait_init()73 INIT_WORK(&wait->wait[i].iowork, tidfunc); in iowait_init()83 cancel_work_sync(&iowait_get_ib_work(w)->iowork); in iowait_cancel_work()85 if (iowait_get_tid_work(w)->iowork.func) in iowait_cancel_work()86 cancel_work_sync(&iowait_get_tid_work(w)->iowork); in iowait_cancel_work()
478 struct iowait_work *w = container_of(work, struct iowait_work, iowork); in _hfi1_do_send()
671 container_of(work, struct iowait_work, iowork); in hfi1_ipoib_flush_txq()
5034 struct iowait_work *iowork; in hfi1_make_tid_rdma_pkt() local5036 iowork = iowait_get_ib_work(&priv->s_iowait); in hfi1_make_tid_rdma_pkt()5037 ps->s_txreq = get_waiting_verbs_txreq(iowork); in hfi1_make_tid_rdma_pkt()5344 struct iowait_work *w = container_of(work, struct iowait_work, iowork); in _hfi1_do_tid_send()