Searched refs:tx_recycle (Results 1 – 8 of 8) sorted by relevance
358 if (ops->tx_recycle) { in _phl_prepare_tx_sdio()359 pstatus = ops->tx_recycle(drv_priv, tx_req); in _phl_prepare_tx_sdio()
3394 if (NULL == ops->tx_recycle) in phl_recycle_payload()3397 sts = ops->tx_recycle(phl_to_drvpriv(phl_info), treq); in phl_recycle_payload()
292 enum rtw_phl_status (*tx_recycle)(void *drv_priv, struct rtw_xmit_req *txreq); member
282 ops->tx_recycle(drv_priv, tx_req); in _phl_free_phl_tring_list()
295 enum rtw_phl_status (*tx_recycle)(void *drv_priv, struct rtw_xmit_req *txreq); member
816 evt_ops->tx_recycle = rtw_core_tx_recycle; in rtw_hw_init()