Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h478 uint16_t int_ql_max; member
H A Dhns3_ethdev_vf.c696 hw->intr.int_ql_max = HNS3_INTR_QL_NONE; in hns3vf_set_default_dev_specifications()
709 hw->intr.int_ql_max = rte_le_to_cpu_16(req0->intr_ql_max); in hns3vf_parse_dev_specifications()
H A Dhns3_ethdev.c2656 hw->intr.int_ql_max = HNS3_INTR_QL_NONE; in hns3_set_default_dev_specifications()
2670 hw->intr.int_ql_max = rte_le_to_cpu_16(req0->intr_ql_max); in hns3_parse_dev_specifications()
H A Dhns3_rxtx.c1005 if (hw->intr.int_ql_max == HNS3_INTR_QL_NONE) in hns3_set_queue_intr_ql()