Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_tx.h152 int hinic3_alloc_txqs_res(struct net_device *netdev, u16 num_sq,
154 void hinic3_free_txqs_res(struct net_device *netdev, u16 num_sq,
156 int hinic3_configure_txqs(struct net_device *netdev, u16 num_sq,
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()
H A Dhinic3_hwif.h29 u16 num_sq; member
H A Dhinic3_hw_cfg.c81 hwif->attr.num_ceqs + hwif->attr.num_sq) : intr_num; in hinic3_init_irq_info()
H A Dhinic3_hwif.c130 attr->num_sq = HINIC3_AF6_GET(attr6, FUNC_MAX_SQ); in set_hwif_attr()