Lines Matching defs:work
859 static void irdma_flush_worker(struct work_struct *work)
861 struct delayed_work *dwork = to_delayed_work(work);
1803 * @work: provides access to the cq buffer to free
1805 static void irdma_free_cqbuf(struct work_struct *work)
1807 struct irdma_cq_buf *cq_buf = container_of(work, struct irdma_cq_buf, work);
1835 queue_work(iwdev->cleanup_wq, &cq_buf->work);
2004 INIT_WORK(&cq_buf->work, irdma_free_cqbuf);
3279 * @ib_wr: work request ptr
3451 * @ib_wr: work request for receive
4388 /* Set ah_valid and ah_id the same so memcmp can work */