Searched refs:c4iw_wake_up (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/cxgb4/
H A Dcm.c1725 c4iw_wake_up(&ep->com.wr_wait, -ECONNRESET);
2126 c4iw_wake_up(&ep->com.wr_wait, status2errno(rpl->status));
2140 c4iw_wake_up(&ep->com.wr_wait, status2errno(rpl->status));
2457 c4iw_wake_up(&ep->com.wr_wait, -ECONNRESET);
2462 c4iw_wake_up(&ep->com.wr_wait, -ECONNRESET);
2537 c4iw_wake_up(&ep->com.wr_wait, -ECONNRESET);
3898 c4iw_wake_up(wr_waitp, ret ? -ret : 0);
3945 c4iw_wake_up(&ep->com.wr_wait, -ECONNRESET);
3947 c4iw_wake_up(&ep->com.wr_wait, -ECONNRESET);
H A Diw_cxgb4.h212 static inline void c4iw_wake_up(struct c4iw_wr_wait *wr_waitp, int ret) function

Completed in 53 milliseconds