Searched refs:txqs_res (Results 1 – 4 of 4) sorted by relevance
129 q_params->txqs_res = kzalloc_objs(*q_params->txqs_res, in hinic3_alloc_txrxq_resources()131 if (!q_params->txqs_res) in hinic3_alloc_txrxq_resources()148 q_params->sq_depth, q_params->txqs_res); in hinic3_alloc_txrxq_resources()165 q_params->txqs_res); in hinic3_alloc_txrxq_resources()173 kfree(q_params->txqs_res); in hinic3_alloc_txrxq_resources()174 q_params->txqs_res = NULL; in hinic3_alloc_txrxq_resources()185 q_params->txqs_res); in hinic3_free_txrxq_resources()193 kfree(q_params->txqs_res); in hinic3_free_txrxq_resources()194 q_params->txqs_res = NULL; in hinic3_free_txrxq_resources()203 q_params->sq_depth, q_params->txqs_res); in hinic3_configure_txrxqs()
153 u32 sq_depth, struct hinic3_dyna_txq_res *txqs_res);155 u32 sq_depth, struct hinic3_dyna_txq_res *txqs_res);157 u32 sq_depth, struct hinic3_dyna_txq_res *txqs_res);
676 u32 sq_depth, struct hinic3_dyna_txq_res *txqs_res) in hinic3_alloc_txqs_res() argument682 tqres = &txqs_res[idx]; in hinic3_alloc_txqs_res()701 tqres = &txqs_res[idx]; in hinic3_alloc_txqs_res()711 u32 sq_depth, struct hinic3_dyna_txq_res *txqs_res) in hinic3_free_txqs_res() argument717 tqres = &txqs_res[idx]; in hinic3_free_txqs_res()726 u32 sq_depth, struct hinic3_dyna_txq_res *txqs_res) in hinic3_configure_txqs() argument736 tqres = &txqs_res[q_id]; in hinic3_configure_txqs()
84 struct hinic3_dyna_txq_res *txqs_res; member