Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A 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()
H A Dhns3_enet.c578 tx_coal->int_ql = ptx_coal->int_ql; in hns3_vector_coalesce_init()
579 rx_coal->int_ql = prx_coal->int_ql; in hns3_vector_coalesce_init()
596 hns3_set_vector_coalesce_tx_ql(tqp_vector, tx_coal->int_ql); in hns3_vector_coalesce_init_hw()
599 hns3_set_vector_coalesce_rx_ql(tqp_vector, rx_coal->int_ql); in hns3_vector_coalesce_init_hw()
4645 tqp_vector->rx_group.coal.int_ql = cur_moder.pkts; in hns3_rx_dim_work()
4665 tqp_vector->tx_group.coal.int_ql = cur_moder.pkts; in hns3_tx_dim_work()
4771 tx_coal->int_ql = HNS3_INT_QL_DEFAULT_CFG; in hns3_nic_init_coal_cfg()
4772 rx_coal->int_ql = HNS3_INT_QL_DEFAULT_CFG; in hns3_nic_init_coal_cfg()
H A Dhns3_enet.h535 u16 int_ql; member
H A Dhns3_debugfs.c519 sprintf(result[j++], "%u", coal->int_ql); in hns3_get_coal_info()