Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c428 struct hns3_vf_bind_vector_msg bind_msg; in hns3vf_bind_ring_with_vector() local
433 memset(&bind_msg, 0, sizeof(bind_msg)); in hns3vf_bind_ring_with_vector()
436 bind_msg.vector_id = (uint8_t)vector_id; in hns3vf_bind_ring_with_vector()
439 bind_msg.param[0].int_gl_index = HNS3_RING_GL_RX; in hns3vf_bind_ring_with_vector()
441 bind_msg.param[0].int_gl_index = HNS3_RING_GL_TX; in hns3vf_bind_ring_with_vector()
443 bind_msg.param[0].ring_type = queue_type; in hns3vf_bind_ring_with_vector()
444 bind_msg.ring_num = 1; in hns3vf_bind_ring_with_vector()
445 bind_msg.param[0].tqp_index = queue_id; in hns3vf_bind_ring_with_vector()
447 ret = hns3_send_mbx_msg(hw, code, 0, (uint8_t *)&bind_msg, in hns3vf_bind_ring_with_vector()
448 sizeof(bind_msg), false, NULL, 0); in hns3vf_bind_ring_with_vector()
[all …]