Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h432 u16 int_gl; member
572 #define hns3_gl_usec_to_reg(int_gl) (int_gl >> 1) argument
573 #define hns3_gl_round_down(int_gl) round_down(int_gl, 2) argument
H A Dhns3_ethtool.c1143 cmd->tx_coalesce_usecs = tx_vector->tx_group.coal.int_gl; in hns3_get_coalesce_per_queue()
1144 cmd->rx_coalesce_usecs = rx_vector->rx_group.coal.int_gl; in hns3_get_coalesce_per_queue()
1269 tx_vector->tx_group.coal.int_gl = cmd->tx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1270 rx_vector->rx_group.coal.int_gl = cmd->rx_coalesce_usecs; in hns3_set_coalesce_per_queue()
1273 tx_vector->tx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
1275 rx_vector->rx_group.coal.int_gl); in hns3_set_coalesce_per_queue()
H A Dhns3_enet.c253 tqp_vector->tx_group.coal.int_gl = HNS3_INT_GL_50K; in hns3_vector_gl_rl_init()
254 tqp_vector->rx_group.coal.int_gl = HNS3_INT_GL_50K; in hns3_vector_gl_rl_init()
266 tqp_vector->tx_group.coal.int_gl); in hns3_vector_gl_rl_init_hw()
268 tqp_vector->rx_group.coal.int_gl); in hns3_vector_gl_rl_init_hw()
3338 ring_group->coal.int_gl = HNS3_INT_GL_50K; in hns3_get_new_int_gl()
3346 new_int_gl = ring_group->coal.int_gl; in hns3_get_new_int_gl()
3364 if (new_int_gl != ring_group->coal.int_gl) { in hns3_get_new_int_gl()
3365 ring_group->coal.int_gl = new_int_gl; in hns3_get_new_int_gl()
3386 rx_group->coal.int_gl); in hns3_update_new_int_gl()
3393 tx_group->coal.int_gl); in hns3_update_new_int_gl()