Searched refs:treq_type (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_xmit_shortcut.c | 123 txreq->os_priv, txreq->treq_type, txreq->pkt_cnt, txreq->total_len, txreq->shortcut_id); in _print_txreq_pklist() 520 txreq->treq_type = RTW_PHL_TREQ_TYPE_PHL_ADD_TXSC | RTW_PHL_TREQ_TYPE_PHL_UPDATE_TXSC; in txsc_prepare_sc_entry() 704 txreq->treq_type = RTW_PHL_TREQ_TYPE_CORE_TXSC; in txsc_apply_sc_cached_entry() 789 txreq->treq_type = RTW_PHL_TREQ_TYPE_NORMAL; in txsc_free_txreq() 825 RTW_PRINT("treq_type=%d shortcut_id=%d\n", txreq->treq_type, txreq->shortcut_id); in txsc_debug_sc_entry() 839 RTW_PRINT("treq_type=%d shortcut_id=%d\n", ptxsc_txreq->treq_type, ptxsc_txreq->shortcut_id); in txsc_debug_sc_entry() 873 txreq->treq_type = RTW_PHL_TREQ_TYPE_NORMAL; in txsc_debug_sc_entry()
|
| H A D | rtw_xmit.c | 138 if (txreq->treq_type == RTW_PHL_TREQ_TYPE_CORE_TXSC) { in free_txring() 6848 xf_txreq->treq_type = RTW_PHL_TREQ_TYPE_NORMAL; in fill_txreq_pkt_perfrag_txos() 6955 xf_txreq->treq_type = RTW_PHL_TREQ_TYPE_NORMAL; in fill_txreq_pkt_mgmt() 8161 if (txreq->treq_type == RTW_PHL_TREQ_TYPE_CORE_TXSC) { in rtw_core_tx_recycle()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_xmit_shortcut.c | 123 txreq->os_priv, txreq->treq_type, txreq->pkt_cnt, txreq->total_len, txreq->shortcut_id); in _print_txreq_pklist() 520 txreq->treq_type = RTW_PHL_TREQ_TYPE_PHL_ADD_TXSC | RTW_PHL_TREQ_TYPE_PHL_UPDATE_TXSC; in txsc_prepare_sc_entry() 704 txreq->treq_type = RTW_PHL_TREQ_TYPE_CORE_TXSC; in txsc_apply_sc_cached_entry() 789 txreq->treq_type = RTW_PHL_TREQ_TYPE_NORMAL; in txsc_free_txreq() 825 RTW_PRINT("treq_type=%d shortcut_id=%d\n", txreq->treq_type, txreq->shortcut_id); in txsc_debug_sc_entry() 839 RTW_PRINT("treq_type=%d shortcut_id=%d\n", ptxsc_txreq->treq_type, ptxsc_txreq->shortcut_id); in txsc_debug_sc_entry() 873 txreq->treq_type = RTW_PHL_TREQ_TYPE_NORMAL; in txsc_debug_sc_entry()
|
| H A D | rtw_xmit.c | 142 if (txreq->treq_type == RTW_PHL_TREQ_TYPE_CORE_TXSC) { in free_txring() 6866 xf_txreq->treq_type = RTW_PHL_TREQ_TYPE_NORMAL; in fill_txreq_pkt_perfrag_txos() 6973 xf_txreq->treq_type = RTW_PHL_TREQ_TYPE_NORMAL; in fill_txreq_pkt_mgmt() 8251 if (txreq->treq_type == RTW_PHL_TREQ_TYPE_CORE_TXSC) { in rtw_core_tx_recycle()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 2552 if ((tx_req->treq_type == RTW_PHL_TREQ_TYPE_CORE_TXSC)) { in _phl_txsc_apply_shortcut() 2594 if (tx_req->treq_type & RTW_PHL_TREQ_TYPE_PHL_UPDATE_TXSC) { in _phl_txsc_add_shortcut() 2605 tx_req->treq_type); in _phl_txsc_add_shortcut() 2608 tx_req->treq_type &= ~RTW_PHL_TREQ_TYPE_PHL_UPDATE_TXSC; in _phl_txsc_add_shortcut() 2609 if (tx_req->treq_type != RTW_PHL_TREQ_TYPE_PHL_ADD_TXSC) in _phl_txsc_add_shortcut() 2610 PHL_PRINT("Updated WD for request type %u\n", tx_req->treq_type); in _phl_txsc_add_shortcut() 3383 if (RTW_PHL_TREQ_TYPE_TEST_PATTERN == treq->treq_type) { in phl_recycle_payload() 3388 } else if (RTW_PHL_TREQ_TYPE_NORMAL == treq->treq_type in phl_recycle_payload() 3390 || RTW_PHL_TREQ_TYPE_CORE_TXSC == treq->treq_type in phl_recycle_payload() 3391 || RTW_PHL_TREQ_TYPE_PHL_ADD_TXSC == treq->treq_type in phl_recycle_payload()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_trx_def.h | 425 enum rtw_treq_type treq_type; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_trx_def.h | 428 enum rtw_treq_type treq_type; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | trx_test.c | 228 treq[i].treq_type = RTW_PHL_TREQ_TYPE_TEST_PATTERN; in _phl_alloc_tx_req_pool()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | trx_test.c | 228 treq[i].treq_type = RTW_PHL_TREQ_TYPE_TEST_PATTERN; in _phl_alloc_tx_req_pool()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/ |
| H A D | phl_trx_sdio.c | 347 if (RTW_PHL_TREQ_TYPE_TEST_PATTERN == tx_req->treq_type) { in _phl_prepare_tx_sdio()
|