Lines Matching defs:work
956 static void ntb_qp_link_cleanup_work(struct work_struct *work)
958 struct ntb_transport_qp *qp = container_of(work,
1007 static void ntb_transport_link_cleanup_work(struct work_struct *work)
1010 container_of(work, struct ntb_transport_ctx, link_cleanup);
1025 static void ntb_transport_link_work(struct work_struct *work)
1028 container_of(work, struct ntb_transport_ctx, link_work.work);
1129 static void ntb_qp_link_work(struct work_struct *work)
1131 struct ntb_transport_qp *qp = container_of(work,
1133 link_work.work);
1714 /* there is more work to do */
1725 * there might be some more work to do.