Home
last modified time | relevance | path

Searched refs:num_msi (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c1379 uint16_t num_msi; in hns3_query_vf_resource() local
1390 num_msi = hns3_get_field(rte_le_to_cpu_16(req->vf_intr_vector_number), in hns3_query_vf_resource()
1392 if (num_msi < HNS3_MIN_VECTOR_NUM) { in hns3_query_vf_resource()
1394 num_msi, HNS3_MIN_VECTOR_NUM); in hns3_query_vf_resource()
1398 hw->num_msi = num_msi; in hns3_query_vf_resource()
H A Dhns3_regs.c138 tqp_intr_lines * hw->num_msi) * REG_NUM_PER_LINE; in hns3_get_regs_length()
H A Dhns3_ethdev.h515 uint16_t num_msi; member
H A Dhns3_common.c660 vec = hw->num_msi - 1; /* vector 0 for misc interrupt, not for queue */ in hns3_init_ring_with_vector()
H A Dhns3_ethdev.c2501 hw->num_msi = in hns3_query_pf_resource()