Searched refs:bind_msg (Results 1 – 1 of 1) sorted by relevance
687 struct hns3_vf_bind_vector_msg bind_msg; in hns3vf_bind_ring_with_vector() local692 memset(&bind_msg, 0, sizeof(bind_msg)); in hns3vf_bind_ring_with_vector()695 bind_msg.vector_id = vector_id; in hns3vf_bind_ring_with_vector()698 bind_msg.param[0].int_gl_index = HNS3_RING_GL_RX; in hns3vf_bind_ring_with_vector()700 bind_msg.param[0].int_gl_index = HNS3_RING_GL_TX; in hns3vf_bind_ring_with_vector()702 bind_msg.param[0].ring_type = queue_type; in hns3vf_bind_ring_with_vector()703 bind_msg.ring_num = 1; in hns3vf_bind_ring_with_vector()704 bind_msg.param[0].tqp_index = queue_id; in hns3vf_bind_ring_with_vector()706 ret = hns3_send_mbx_msg(hw, code, 0, (uint8_t *)&bind_msg, in hns3vf_bind_ring_with_vector()707 sizeof(bind_msg), false, NULL, 0); in hns3vf_bind_ring_with_vector()[all …]