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

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.h120 __le16 int_ql_max; member in struct:hclgevf_dev_specs_0_cmd
H A Dhclgevf_main.c2677 ae_dev->dev_specs.int_ql_max = le16_to_cpu(req0->int_ql_max);
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h534 u16 int_ql_max; member in struct:hns3_enet_coalesce
H A Dhns3_ethtool.c1474 !ae_dev->dev_specs.int_ql_max) {
1479 if (cmd->tx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max ||
1480 cmd->rx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max) {
1483 ae_dev->dev_specs.int_ql_max);
H A Dhns3_enet.c579 if (ae_dev->dev_specs.int_ql_max) {
582 tx_coal->int_ql_max = ae_dev->dev_specs.int_ql_max;
583 rx_coal->int_ql_max = ae_dev->dev_specs.int_ql_max;
4638 if (cur_moder.pkts < tqp_vector->rx_group.coal.int_ql_max) {
4658 if (cur_moder.pkts < tqp_vector->tx_group.coal.int_ql_max) {
4765 if (ae_dev->dev_specs.int_ql_max) {
H A Dhnae3.h382 u16 int_ql_max; /* max value of interrupt coalesce based on INT_QL */ member in struct:hnae3_dev_specs
H A Dhns3_debugfs.c1084 dev_specs->int_ql_max);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h814 __le16 int_ql_max; member in struct:hclge_dev_specs_0_cmd
H A Dhclge_main.c1356 ae_dev->dev_specs.int_ql_max = le16_to_cpu(req0->int_ql_max);

Completed in 248 milliseconds