Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c869 u32 rx_gl, tx_gl; in hns3_check_gl_coalesce_para() local
892 tx_gl = hns3_gl_round_down(cmd->tx_coalesce_usecs); in hns3_check_gl_coalesce_para()
893 if (tx_gl != cmd->tx_coalesce_usecs) { in hns3_check_gl_coalesce_para()
896 cmd->tx_coalesce_usecs, tx_gl); in hns3_check_gl_coalesce_para()