Searched refs:c4iw_wake_up_noref (Results 1 – 2 of 2) sorted by relevance
1940 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in abort_rpl()2389 c4iw_wake_up_noref(ep->com.wr_waitp, status2errno(rpl->status)); in pass_open_rpl()2406 c4iw_wake_up_noref(ep->com.wr_waitp, status2errno(rpl->status)); in close_listsrv_rpl()2739 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in peer_close()2744 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in peer_close()2846 c4iw_wake_up_noref(ep->com.wr_waitp, -ECONNRESET); in peer_abort()4416 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