Searched refs:ptxsc (Results 1 – 1 of 1) sorted by relevance
2540 struct phl_txsc_entry *ptxsc = NULL; in _phl_txsc_apply_shortcut() local2543 return (u8 *)ptxsc; in _phl_txsc_apply_shortcut()2547 return (u8 *)ptxsc; in _phl_txsc_apply_shortcut()2550 ptxsc = &phl_sta->phl_txsc[tx_req->shortcut_id]; in _phl_txsc_apply_shortcut()2554 if (ptxsc == NULL) { in _phl_txsc_apply_shortcut()2556 return (u8 *)ptxsc; in _phl_txsc_apply_shortcut()2559 if (!ptxsc->txsc_wd_cached) { in _phl_txsc_apply_shortcut()2561 return (u8 *)ptxsc; in _phl_txsc_apply_shortcut()2564 _os_mem_cpy(phl_info, phl_pkt_req->wd_page, ptxsc->txsc_wd_cache, ptxsc->txsc_wd_len); in _phl_txsc_apply_shortcut()2565 phl_pkt_req->wd_len = ptxsc->txsc_wd_len; in _phl_txsc_apply_shortcut()[all …]