Searched refs:tqres (Results 1 – 1 of 1) sorted by relevance
678 struct hinic3_dyna_txq_res *tqres; in hinic3_alloc_txqs_res() local682 tqres = &txqs_res[idx]; in hinic3_alloc_txqs_res()684 tqres->tx_info = kzalloc_objs(*tqres->tx_info, sq_depth); in hinic3_alloc_txqs_res()685 if (!tqres->tx_info) in hinic3_alloc_txqs_res()688 tqres->bds = kzalloc_objs(*tqres->bds, in hinic3_alloc_txqs_res()690 if (!tqres->bds) { in hinic3_alloc_txqs_res()691 kfree(tqres->tx_info); in hinic3_alloc_txqs_res()701 tqres = &txqs_res[idx]; in hinic3_alloc_txqs_res()703 kfree(tqres->bds); in hinic3_alloc_txqs_res()704 kfree(tqres->tx_info); in hinic3_alloc_txqs_res()[all …]