Searched refs:shortcut_id (Results 1 – 9 of 9) 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() 523 txreq->shortcut_id = idx; in txsc_prepare_sc_entry() 528 txreq->shortcut_id = 0; in txsc_prepare_sc_entry() 531 idx, psta->txsc_cur_idx, txreq->shortcut_id, psta->txsc_entry_cache[idx].txsc_frag_len); in txsc_prepare_sc_entry() 715 txreq->shortcut_id = psta->txsc_entry_cache[idx].txsc_phl_id; in txsc_apply_sc_cached_entry() 718 txreq->shortcut_id = 0; in txsc_apply_sc_cached_entry() 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() 872 txreq->shortcut_id = 0; in txsc_debug_sc_entry()
|
| H A D | rtw_xmit.c | 6847 xf_txreq->shortcut_id = 0; in fill_txreq_pkt_perfrag_txos() 6947 xf_txreq->shortcut_id = 0; in fill_txreq_pkt_mgmt()
|
| /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() 523 txreq->shortcut_id = idx; in txsc_prepare_sc_entry() 528 txreq->shortcut_id = 0; in txsc_prepare_sc_entry() 531 idx, psta->txsc_cur_idx, txreq->shortcut_id, psta->txsc_entry_cache[idx].txsc_frag_len); in txsc_prepare_sc_entry() 715 txreq->shortcut_id = psta->txsc_entry_cache[idx].txsc_phl_id; in txsc_apply_sc_cached_entry() 718 txreq->shortcut_id = 0; in txsc_apply_sc_cached_entry() 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() 872 txreq->shortcut_id = 0; in txsc_debug_sc_entry()
|
| H A D | rtw_xmit.c | 6865 xf_txreq->shortcut_id = 0; in fill_txreq_pkt_perfrag_txos() 6965 xf_txreq->shortcut_id = 0; in fill_txreq_pkt_mgmt()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_trx_def.h | 428 u8 shortcut_id; member 454 u8 shortcut_id; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_trx_def.h | 431 u8 shortcut_id; member 456 u8 shortcut_id; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 2545 if (tx_req->shortcut_id >= PHL_TXSC_ENTRY_NUM) { in _phl_txsc_apply_shortcut() 2546 PHL_ERR("[PHL][TXSC] wrong shortcut_id:%d, plz check !!!\n", tx_req->shortcut_id); in _phl_txsc_apply_shortcut() 2550 ptxsc = &phl_sta->phl_txsc[tx_req->shortcut_id]; in _phl_txsc_apply_shortcut() 2584 if (tx_req->shortcut_id >= PHL_TXSC_ENTRY_NUM) { in _phl_txsc_add_shortcut() 2585 PHL_ERR("[PHL][TXSC] wrong shortcut_id:%d, plz check.\n", tx_req->shortcut_id); in _phl_txsc_add_shortcut() 2590 …HL_ERR("[txsc][phl] fetal err: ptxsc = NULL, shortcut_id = %d, plz check.\n", tx_req->shortcut_id); in _phl_txsc_add_shortcut() 2604 tx_req->shortcut_id, ptxsc->txsc_wd_len, tx_req->mdata.smh_en, in _phl_txsc_add_shortcut()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | trx_test.c | 149 rreq->rx.shortcut_id = 0; in _phl_release_rx_req() 312 treq->shortcut_id = 0; in _phl_release_tx_req()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/ |
| H A D | trx_test.c | 149 rreq->rx.shortcut_id = 0; in _phl_release_rx_req() 312 treq->shortcut_id = 0; in _phl_release_tx_req()
|