Searched refs:workq (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Dcxio_hal.c516 rdev_p->ctrl_qp.workq = dma_alloc_coherent(
522 if (!rdev_p->ctrl_qp.workq) {
530 memset(rdev_p->ctrl_qp.workq, 0,
558 PDBG("CtrlQP dma_addr 0x%llx workq %p size %d\n",
560 rdev_p->ctrl_qp.workq, 1 << T3_CTRL_QP_SIZE_LOG2);
572 * sizeof(union t3_wr), rdev_p->ctrl_qp.workq,
606 PDBG("%s ctrl_qp workq interrupted\n",
613 wqe = (__be64 *)(rdev_p->ctrl_qp.workq + (rdev_p->ctrl_qp.wptr %
626 * Force a CQE to return the credit to the workq in case
655 wqe = (__be64 *)(rdev_p->ctrl_qp.workq
[all...]
H A Dcxio_hal.h66 union t3_wr *workq; /* the work request queue */ member in struct:cxio_hal_ctrl_qp
67 dma_addr_t dma_addr; /* pci bus address of the workq */
H A Diwch_cm.c100 static struct workqueue_struct *workq; variable in typeref:struct:workqueue_struct
2047 queue_work(workq, &skb_work);
2066 workq = create_singlethread_workqueue("iw_cxgb3");
2067 if (!workq)
2115 flush_workqueue(workq);
2116 destroy_workqueue(workq);

Completed in 31 milliseconds