Searched refs:rtw_sctx_done_err (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8188eu/os_dep/ |
| D | usb_ops_linux.c | 647 rtw_sctx_done_err(&pxmitbuf->sctx, in usb_write_port_complete() 675 rtw_sctx_done_err(&xmitbuf->sctx, RTW_SCTX_DONE_TX_DENY); in usb_write_port() 721 rtw_sctx_done_err(&xmitbuf->sctx, RTW_SCTX_DONE_WRITE_PORT_ERR); in usb_write_port()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_xmit.c | 1633 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); in __rtw_alloc_cmd_xmitbuf() 1709 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); in rtw_alloc_xmitbuf_ext() 1782 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); in rtw_alloc_xmitbuf() 1807 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_FREE); in rtw_free_xmitbuf() 3047 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err() function 3060 rtw_sctx_done_err(sctx, RTW_SCTX_DONE_SUCCESS); in rtw_sctx_done() 3079 rtw_sctx_done_err(&pack_tx_ops, status); in rtw_ack_tx_done()
|
| D | rtw_cmd.c | 503 rtw_sctx_done_err(&pcmd->sctx, RTW_SCTX_DONE_CMD_ERROR); in rtw_cmd_thread()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_xmit.c | 1155 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); in rtw_alloc_xmitbuf_ext() 1198 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_ALLOC); in rtw_alloc_xmitbuf() 1216 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_BUF_FREE); in rtw_free_xmitbuf() 2051 void rtw_sctx_done_err(struct submit_ctx **sctx, int status) in rtw_sctx_done_err() function 2078 rtw_sctx_done_err(&pack_tx_ops, status); in rtw_ack_tx_done()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | rtw_xmit.h | 187 void rtw_sctx_done_err(struct submit_ctx **sctx, int status);
|
| /Linux-v5.4/drivers/staging/rtl8723bs/include/ |
| D | rtw_xmit.h | 246 void rtw_sctx_done_err(struct submit_ctx **sctx, int status);
|
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723bs_xmit.c | 538 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_WRITE_PORT_ERR); in rtl8723bs_mgnt_xmit()
|
| D | sdio_ops.c | 497 rtw_sctx_done_err( in sdio_write_port()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/hal/ |
| D | rtl8188eu_xmit.c | 392 rtw_sctx_done_err(&pxmitbuf->sctx, RTW_SCTX_DONE_UNKNOWN); in rtw_dump_xframe()
|