Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_tx.c675 int hinic3_alloc_txqs_res(struct net_device *netdev, u16 num_sq, in hinic3_alloc_txqs_res() argument
681 for (idx = 0; idx < num_sq; idx++) { in hinic3_alloc_txqs_res()
710 void hinic3_free_txqs_res(struct net_device *netdev, u16 num_sq, in hinic3_free_txqs_res() argument
716 for (idx = 0; idx < num_sq; idx++) { in hinic3_free_txqs_res()
725 int hinic3_configure_txqs(struct net_device *netdev, u16 num_sq, in hinic3_configure_txqs() argument
734 for (q_id = 0; q_id < num_sq; q_id++) { in hinic3_configure_txqs()