Searched refs:rtw_sctx_wait (Results 1 – 7 of 7) sorted by relevance
186 int rtw_sctx_wait(struct submit_ctx *sctx);
245 int rtw_sctx_wait(struct submit_ctx *sctx, const char *msg);
2015 int rtw_sctx_wait(struct submit_ctx *sctx) in rtw_sctx_wait() function2070 return rtw_sctx_wait(pack_tx_ops); in rtw_ack_tx_wait()
248 ret = rtw_sctx_wait(&sctx); in dump_mgntframe_and_wait()
3010 int rtw_sctx_wait(struct submit_ctx *sctx, const char *msg) in rtw_sctx_wait() function3071 return rtw_sctx_wait(pack_tx_ops, __func__); in rtw_ack_tx_wait()
755 rtw_sctx_wait(&sctx, __func__); in rtw_startbss_cmd()
2363 ret = rtw_sctx_wait(&sctx, __func__); in dump_mgntframe_and_wait()