Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h414 uint16_t int_ql_max; member
H A Dhns3_ethdev_vf.c1141 hw->intr.int_ql_max = HNS3_INTR_QL_NONE; in hns3vf_set_default_dev_specifications()
1154 hw->intr.int_ql_max = rte_le_to_cpu_16(req0->intr_ql_max); in hns3vf_parse_dev_specifications()
H A Dhns3_ethdev.c2943 hw->intr.int_ql_max = HNS3_INTR_QL_NONE; in hns3_set_default_dev_specifications()
2957 hw->intr.int_ql_max = rte_le_to_cpu_16(req0->intr_ql_max); in hns3_parse_dev_specifications()
H A Dhns3_rxtx.c885 if (hw->intr.int_ql_max == HNS3_INTR_QL_NONE) in hns3_set_queue_intr_ql()