Home
last modified time | relevance | path

Searched refs:wr_waitp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c28 static void cxgbit_init_wr_wait(struct cxgbit_wr_wait *wr_waitp) in cxgbit_init_wr_wait() argument
30 wr_waitp->ret = 0; in cxgbit_init_wr_wait()
31 reinit_completion(&wr_waitp->completion); in cxgbit_init_wr_wait()
35 cxgbit_wake_up(struct cxgbit_wr_wait *wr_waitp, const char *func, u8 ret) in cxgbit_wake_up() argument
38 wr_waitp->ret = 0; in cxgbit_wake_up()
40 wr_waitp->ret = -EIO; in cxgbit_wake_up()
42 if (wr_waitp->ret) in cxgbit_wake_up()
45 complete(&wr_waitp->completion); in cxgbit_wake_up()
50 struct cxgbit_wr_wait *wr_waitp, u32 tid, u32 timeout, in cxgbit_wait_for_reply() argument
56 wr_waitp->ret = -EIO; in cxgbit_wait_for_reply()
[all …]
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c315 epc->wr_waitp = c4iw_alloc_wr_wait(gfp); in alloc_ep()
316 if (!epc->wr_waitp) { in alloc_ep()
323 c4iw_init_wr_wait(epc->wr_waitp); in alloc_ep()
413 c4iw_put_wr_wait(ep->com.wr_waitp); in _c4iw_free_ep()
1942 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in abort_rpl()
2171 c4iw_init_wr_wait(ep->com.wr_waitp); in c4iw_reconnect()
2396 c4iw_wake_up_noref(ep->com.wr_waitp, status2errno(rpl->status)); in pass_open_rpl()
2413 c4iw_wake_up_noref(ep->com.wr_waitp, status2errno(rpl->status)); in close_listsrv_rpl()
2749 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in peer_close()
2754 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in peer_close()
[all …]