Home
last modified time | relevance | path

Searched refs:int_ql (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c1365 cmd->tx_max_coalesced_frames = tx_coal->int_ql; in hns3_get_coalesce()
1366 cmd->rx_max_coalesced_frames = rx_coal->int_ql; in hns3_get_coalesce()
1535 tx_vector->tx_group.coal.int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1536 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1548 tx_vector->tx_group.coal.int_ql); in hns3_set_coalesce_per_queue()
1551 rx_vector->rx_group.coal.int_ql); in hns3_set_coalesce_per_queue()
1585 tx_coal->int_ql = cmd->tx_max_coalesced_frames; in hns3_set_coalesce()
1586 rx_coal->int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce()
Dhns3_enet.c583 tx_coal->int_ql = ptx_coal->int_ql; in hns3_vector_coalesce_init()
584 rx_coal->int_ql = prx_coal->int_ql; in hns3_vector_coalesce_init()
601 hns3_set_vector_coalesce_tx_ql(tqp_vector, tx_coal->int_ql); in hns3_vector_coalesce_init_hw()
604 hns3_set_vector_coalesce_rx_ql(tqp_vector, rx_coal->int_ql); in hns3_vector_coalesce_init_hw()
4625 tqp_vector->rx_group.coal.int_ql = cur_moder.pkts; in hns3_rx_dim_work()
4645 tqp_vector->tx_group.coal.int_ql = cur_moder.pkts; in hns3_tx_dim_work()
4751 tx_coal->int_ql = HNS3_INT_QL_DEFAULT_CFG; in hns3_nic_init_coal_cfg()
4752 rx_coal->int_ql = HNS3_INT_QL_DEFAULT_CFG; in hns3_nic_init_coal_cfg()
Dhns3_enet.h533 u16 int_ql; member
Dhns3_debugfs.c489 sprintf(result[j++], "%u", coal->int_ql); in hns3_get_coal_info()