Searched refs:tqres (Results 1 – 1 of 1) sorted by relevance
682 struct hinic3_dyna_txq_res *tqres; in hinic3_alloc_txqs_res() local686 tqres = &txqs_res[idx]; in hinic3_alloc_txqs_res()688 tqres->tx_info = kzalloc_objs(*tqres->tx_info, sq_depth); in hinic3_alloc_txqs_res()689 if (!tqres->tx_info) in hinic3_alloc_txqs_res()692 tqres->bds = kzalloc_objs(*tqres->bds, in hinic3_alloc_txqs_res()694 if (!tqres->bds) { in hinic3_alloc_txqs_res()695 kfree(tqres->tx_info); in hinic3_alloc_txqs_res()705 tqres = &txqs_res[idx]; in hinic3_alloc_txqs_res()707 kfree(tqres->bds); in hinic3_alloc_txqs_res()708 kfree(tqres->tx_info); in hinic3_alloc_txqs_res()[all …]