Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_debugfs.c463 bool ql_enable; in hns3_get_coal_info() local
470 ql_enable = tqp_vector->tx_group.coal.ql_enable; in hns3_get_coal_info()
476 ql_enable = tqp_vector->rx_group.coal.ql_enable; in hns3_get_coal_info()
493 if (ql_enable) { in hns3_get_coal_info()
Dhns3_enet.h536 u8 ql_enable : 1; member
Dhns3_ethtool.c1546 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1549 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
Dhns3_enet.c579 tx_coal->ql_enable = 1; in hns3_vector_coalesce_init()
580 rx_coal->ql_enable = 1; in hns3_vector_coalesce_init()
600 if (tx_coal->ql_enable) in hns3_vector_coalesce_init_hw()
603 if (rx_coal->ql_enable) in hns3_vector_coalesce_init_hw()