Home
last modified time | relevance | path

Searched refs:txqs_res (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_netdev_ops.c129 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()
H A Dhinic3_tx.h153 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);
H A Dhinic3_tx.c676 u32 sq_depth, struct hinic3_dyna_txq_res *txqs_res) in hinic3_alloc_txqs_res() argument
682 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() argument
717 tqres = &txqs_res[idx]; in hinic3_free_txqs_res()
726 u32 sq_depth, struct hinic3_dyna_txq_res *txqs_res) in hinic3_configure_txqs() argument
736 tqres = &txqs_res[q_id]; in hinic3_configure_txqs()
H A Dhinic3_nic_dev.h84 struct hinic3_dyna_txq_res *txqs_res; member