Home
last modified time | relevance | path

Searched refs:int_ql_max (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.h120 __le16 int_ql_max; member
Dhclgevf_main.c2712 ae_dev->dev_specs.int_ql_max = le16_to_cpu(req0->int_ql_max); in hclgevf_parse_dev_specs()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1455 !ae_dev->dev_specs.int_ql_max) { in hns3_check_ql_coalesce_param()
1460 if (cmd->tx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max || in hns3_check_ql_coalesce_param()
1461 cmd->rx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max) { in hns3_check_ql_coalesce_param()
1464 ae_dev->dev_specs.int_ql_max); in hns3_check_ql_coalesce_param()
Dhns3_enet.h534 u16 int_ql_max; member
Dhns3_enet.c578 if (ae_dev->dev_specs.int_ql_max) { in hns3_vector_coalesce_init()
581 tx_coal->int_ql_max = ae_dev->dev_specs.int_ql_max; in hns3_vector_coalesce_init()
582 rx_coal->int_ql_max = ae_dev->dev_specs.int_ql_max; in hns3_vector_coalesce_init()
4625 if (cur_moder.pkts < tqp_vector->rx_group.coal.int_ql_max) { in hns3_rx_dim_work()
4645 if (cur_moder.pkts < tqp_vector->tx_group.coal.int_ql_max) { in hns3_tx_dim_work()
4752 if (ae_dev->dev_specs.int_ql_max) { in hns3_nic_init_coal_cfg()
Dhnae3.h367 u16 int_ql_max; /* max value of interrupt coalesce based on INT_QL */ member
Dhns3_debugfs.c1055 dev_specs->int_ql_max); in hns3_dbg_dev_specs()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.h814 __le16 int_ql_max; member
Dhclge_main.c1442 ae_dev->dev_specs.int_ql_max = le16_to_cpu(req0->int_ql_max); in hclge_parse_dev_specs()