Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_debugfs.c393 bool ql_enable; in hns3_get_coal_info() local
400 ql_enable = tqp_vector->tx_group.coal.ql_enable; in hns3_get_coal_info()
406 ql_enable = tqp_vector->rx_group.coal.ql_enable; in hns3_get_coal_info()
422 if (ql_enable) { in hns3_get_coal_info()
A Dhns3_enet.h538 u8 ql_enable : 1; member
A Dhns3_ethtool.c1559 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
1562 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
A Dhns3_enet.c575 tx_coal->ql_enable = 1; in hns3_vector_coalesce_init()
576 rx_coal->ql_enable = 1; in hns3_vector_coalesce_init()
596 if (tx_coal->ql_enable) in hns3_vector_coalesce_init_hw()
599 if (rx_coal->ql_enable) in hns3_vector_coalesce_init_hw()

Completed in 28 milliseconds