Searched refs:dmawait (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | vnic_sdma.c | 204 iowait_queue(pkts_sent, wait->iow, &sde->dmawait); in hfi1_vnic_sdma_sleep()
|
| H A D | sdma.c | 383 if (!list_empty(&sde->dmawait)) { in sdma_flush() 385 list_for_each_entry_safe(w, nw, &sde->dmawait, list) { in sdma_flush() 1414 INIT_LIST_HEAD(&sde->dmawait); in sdma_init() 1556 if (!list_empty(&sde->dmawait)) in sdma_exit() 1720 if (!list_empty(&sde->dmawait)) { in sdma_desc_avail() 1727 &sde->dmawait, in sdma_desc_avail()
|
| H A D | sdma.h | 345 struct list_head dmawait; member
|
| H A D | qp.c | 472 &sde->dmawait); in iowait_sleep()
|
| H A D | ipoib_tx.c | 641 iowait_queue(pkts_sent, wait->iow, &sde->dmawait); in hfi1_ipoib_sdma_sleep()
|
| H A D | user_sdma.c | 87 iowait_queue(pkts_sent, &pq->busy, &sde->dmawait); in defer_packet_queue()
|
| H A D | chip.c | 4084 def_access_ibp_counter(dmawait); 5106 [C_SW_IBP_DMA_WAIT] = SW_IBP_CNTR(DmaWait, dmawait),
|