Searched refs:ql_enable (Results 1 – 4 of 4) sorted by relevance
450 bool ql_enable; in hns3_get_coal_info() local457 ql_enable = tqp_vector->tx_group.coal.ql_enable; in hns3_get_coal_info()463 ql_enable = tqp_vector->rx_group.coal.ql_enable; in hns3_get_coal_info()480 if (ql_enable) { in hns3_get_coal_info()
526 u8 ql_enable : 1; member
1397 if (tx_vector->tx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()1400 if (rx_vector->rx_group.coal.ql_enable) in hns3_set_coalesce_per_queue()
580 tx_coal->ql_enable = 1; in hns3_vector_coalesce_init()581 rx_coal->ql_enable = 1; in hns3_vector_coalesce_init()601 if (tx_coal->ql_enable) in hns3_vector_coalesce_init_hw()604 if (rx_coal->ql_enable) in hns3_vector_coalesce_init_hw()
Completed in 421 milliseconds