Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h735 uint8_t gl_idx, uint16_t gl_value);
H A Dhns3_rxtx.c960 uint8_t gl_idx, uint16_t gl_value) in hns3_set_queue_intr_gl() argument
967 if (gl_idx >= RTE_DIM(offset) || gl_value > HNS3_TQP_INTR_GL_MAX) in hns3_set_queue_intr_gl()
970 addr = offset[gl_idx] + hns3_get_tqp_intr_reg_offset(queue_id); in hns3_set_queue_intr_gl()