Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h719 u32 gl_value);
721 u32 gl_value);
Dhns3_enet.c515 u32 gl_value) in hns3_set_vector_coalesce_rx_gl() argument
520 new_val = gl_value | HNS3_INT_GL_1US; in hns3_set_vector_coalesce_rx_gl()
522 new_val = hns3_gl_usec_to_reg(gl_value); in hns3_set_vector_coalesce_rx_gl()
528 u32 gl_value) in hns3_set_vector_coalesce_tx_gl() argument
533 new_val = gl_value | HNS3_INT_GL_1US; in hns3_set_vector_coalesce_tx_gl()
535 new_val = hns3_gl_usec_to_reg(gl_value); in hns3_set_vector_coalesce_tx_gl()