Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h120 __le16 int_ql_max; member
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1471 !ae_dev->dev_specs.int_ql_max) { in hns3_check_ql_coalesce_param()
1476 if (cmd->tx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max || in hns3_check_ql_coalesce_param()
1477 cmd->rx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max) { in hns3_check_ql_coalesce_param()
1480 ae_dev->dev_specs.int_ql_max); in hns3_check_ql_coalesce_param()
H A Dhns3_enet.h536 u16 int_ql_max; member
H A Dhns3_enet.c589 if (ae_dev->dev_specs.int_ql_max) { in hns3_vector_coalesce_init()
592 tx_coal->int_ql_max = ae_dev->dev_specs.int_ql_max; in hns3_vector_coalesce_init()
593 rx_coal->int_ql_max = ae_dev->dev_specs.int_ql_max; in hns3_vector_coalesce_init()
4695 if (cur_moder.pkts < tqp_vector->rx_group.coal.int_ql_max) { in hns3_rx_dim_work()
4715 if (cur_moder.pkts < tqp_vector->tx_group.coal.int_ql_max) { in hns3_tx_dim_work()
4822 if (ae_dev->dev_specs.int_ql_max) { in hns3_nic_init_coal_cfg()
H A Dhnae3.h400 u16 int_ql_max; /* max value of interrupt coalesce based on INT_QL */ member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h817 __le16 int_ql_max; member
H A Dhclge_main.c1319 ae_dev->dev_specs.int_ql_max = le16_to_cpu(req0->int_ql_max); in hclge_parse_dev_specs()