Searched refs:s_iowait (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | qp.c | 356 &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 …]
|
D | verbs.c | 516 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 …]
|
D | ud.c | 292 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()
|
D | uc.c | 85 if (atomic_read(&qp->s_iowait.sdma_busy)) { in hfi1_make_uc_req()
|
D | pio.c | 1519 qp = container_of(wait, struct hfi1_qp, s_iowait); in sc_piobufavail() 1520 list_del_init(&qp->s_iowait.list); in sc_piobufavail()
|
D | verbs.h | 540 struct iowait s_iowait; member
|
D | ruc.c | 837 struct hfi1_qp *qp = container_of(wait, struct hfi1_qp, s_iowait); in hfi1_do_send()
|
D | rc.c | 300 if (atomic_read(&qp->s_iowait.sdma_busy)) { in hfi1_make_rc_req()
|