Searched refs:qp_res (Results 1 – 1 of 1) sorted by relevance
1674 struct hinic_clear_qp_resource qp_res; in hinic_flush_qp_res() local1675 u16 out_size = sizeof(qp_res); in hinic_flush_qp_res()1678 memset(&qp_res, 0, sizeof(qp_res)); in hinic_flush_qp_res()1679 qp_res.mgmt_msg_head.resp_aeq_num = HINIC_AEQ1; in hinic_flush_qp_res()1680 qp_res.func_id = hinic_global_func_id(hwdev); in hinic_flush_qp_res()1683 &qp_res, sizeof(qp_res), &qp_res, in hinic_flush_qp_res()1685 if (err || !out_size || qp_res.mgmt_msg_head.status) { in hinic_flush_qp_res()1687 err, qp_res.mgmt_msg_head.status, out_size); in hinic_flush_qp_res()