Searched refs:c4iw_wake_up_noref (Results 1 – 2 of 2) sorted by relevance
1942 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in abort_rpl()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()2856 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in peer_abort()4430 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in peer_abort_intr()
249 static inline void c4iw_wake_up_noref(struct c4iw_wr_wait *wr_waitp, int ret) in c4iw_wake_up_noref() function