Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_netdev_ops.c256 struct hinic3_dyna_txrxq_params *trxq_params) in hinic3_alloc_channel_resources() argument
261 qp_params->num_qps = trxq_params->num_qps; in hinic3_alloc_channel_resources()
262 qp_params->sq_depth = trxq_params->sq_depth; in hinic3_alloc_channel_resources()
263 qp_params->rq_depth = trxq_params->rq_depth; in hinic3_alloc_channel_resources()
271 err = hinic3_alloc_txrxq_resources(netdev, trxq_params); in hinic3_alloc_channel_resources()
283 struct hinic3_dyna_txrxq_params *trxq_params) in hinic3_free_channel_resources() argument
287 hinic3_free_txrxq_resources(netdev, trxq_params); in hinic3_free_channel_resources()