Searched refs:int_ql_max (Results 1 – 9 of 9) sorted by relevance
120 __le16 int_ql_max; member
2753 ae_dev->dev_specs.int_ql_max = le16_to_cpu(req0->int_ql_max); in hclgevf_parse_dev_specs()
1468 !ae_dev->dev_specs.int_ql_max) { in hns3_check_ql_coalesce_param()1473 if (cmd->tx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max || in hns3_check_ql_coalesce_param()1474 cmd->rx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max) { in hns3_check_ql_coalesce_param()1477 ae_dev->dev_specs.int_ql_max); in hns3_check_ql_coalesce_param()
536 u16 int_ql_max; member
574 if (ae_dev->dev_specs.int_ql_max) { in hns3_vector_coalesce_init()577 tx_coal->int_ql_max = ae_dev->dev_specs.int_ql_max; in hns3_vector_coalesce_init()578 rx_coal->int_ql_max = ae_dev->dev_specs.int_ql_max; in hns3_vector_coalesce_init()4647 if (cur_moder.pkts < tqp_vector->rx_group.coal.int_ql_max) { in hns3_rx_dim_work()4667 if (cur_moder.pkts < tqp_vector->tx_group.coal.int_ql_max) { in hns3_tx_dim_work()4774 if (ae_dev->dev_specs.int_ql_max) { in hns3_nic_init_coal_cfg()
399 u16 int_ql_max; /* max value of interrupt coalesce based on INT_QL */ member
750 seq_printf(s, "MAX INT QL: %u\n", dev_specs->int_ql_max); in hns3_dbg_dev_specs()
814 __le16 int_ql_max; member
1392 ae_dev->dev_specs.int_ql_max = le16_to_cpu(req0->int_ql_max); in hclge_parse_dev_specs()
Completed in 60 milliseconds