Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h657 uint8_t gl_idx, uint16_t gl_value);
H A Dhns3_rxtx.c840 uint8_t gl_idx, uint16_t gl_value) in hns3_set_queue_intr_gl() argument
847 if (gl_idx >= RTE_DIM(offset) || gl_value > HNS3_TQP_INTR_GL_MAX) in hns3_set_queue_intr_gl()
852 value = gl_value | HNS3_TQP_INTR_GL_UNIT_1US; in hns3_set_queue_intr_gl()
854 value = HNS3_GL_USEC_TO_REG(gl_value); in hns3_set_queue_intr_gl()