Home
last modified time | relevance | path

Searched refs:s_iowait (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dqp.c356 &qp->s_iowait, in reset_qp()
479 if (!list_empty(&qp->s_iowait.list) && !(qp->s_flags & HFI1_S_BUSY)) { in hfi1_error_qp()
481 list_del_init(&qp->s_iowait.list); in hfi1_error_qp()
546 while (!list_empty(&qp->s_iowait.tx_head)) { in flush_tx_list()
550 &qp->s_iowait.tx_head, in flush_tx_list()
565 if (!list_empty(&qp->s_iowait.list)) { in flush_iowait()
566 list_del_init(&qp->s_iowait.list); in flush_iowait()
728 cancel_work_sync(&qp->s_iowait.iowork); in hfi1_modify_qp()
730 iowait_sdma_drain(&qp->s_iowait); in hfi1_modify_qp()
1262 cancel_work_sync(&qp->s_iowait.iowork); in hfi1_destroy_qp()
[all …]
Dverbs.c516 hfi1_do_send(&qp->s_iowait.iowork); in post_send()
703 qp = container_of(wait, struct hfi1_qp, s_iowait); in mem_timer()
704 list_del_init(&qp->s_iowait.list); in mem_timer()
747 list_empty(&qp->s_iowait.list)) { in __get_txreq()
750 list_add_tail(&qp->s_iowait.list, &dev->txwait); in __get_txreq()
806 qp = container_of(wait, struct hfi1_qp, s_iowait); in hfi1_put_txreq()
807 list_del_init(&qp->s_iowait.list); in hfi1_put_txreq()
863 if (list_empty(&qp->s_iowait.list)) { in wait_kmem()
867 list_add_tail(&qp->s_iowait.list, &dev->memwait); in wait_kmem()
1016 if (!list_empty(&qp->s_iowait.tx_head)) { in hfi1_verbs_send_dma()
[all …]
Dud.c292 if (atomic_read(&qp->s_iowait.sdma_busy)) { in hfi1_make_ud_req()
326 if (atomic_read(&qp->s_iowait.sdma_busy)) { in hfi1_make_ud_req()
Duc.c85 if (atomic_read(&qp->s_iowait.sdma_busy)) { in hfi1_make_uc_req()
Dpio.c1519 qp = container_of(wait, struct hfi1_qp, s_iowait); in sc_piobufavail()
1520 list_del_init(&qp->s_iowait.list); in sc_piobufavail()
Dverbs.h540 struct iowait s_iowait; member
Druc.c837 struct hfi1_qp *qp = container_of(wait, struct hfi1_qp, s_iowait); in hfi1_do_send()
Drc.c300 if (atomic_read(&qp->s_iowait.sdma_busy)) { in hfi1_make_rc_req()