Searched refs:clear_req (Results 1 – 1 of 1) sorted by relevance
616 struct mcs_clear_stats *clear_req; in cn10k_mcs_sa_stats() local636 clear_req = otx2_mbox_alloc_msg_mcs_clear_stats(mbox); in cn10k_mcs_sa_stats()637 if (!clear_req) { in cn10k_mcs_sa_stats()641 clear_req->id = hw_sa_id; in cn10k_mcs_sa_stats()642 clear_req->dir = dir; in cn10k_mcs_sa_stats()643 clear_req->type = MCS_RSRC_TYPE_SA; in cn10k_mcs_sa_stats()671 struct mcs_clear_stats *clear_req; in cn10k_mcs_sc_stats() local691 clear_req = otx2_mbox_alloc_msg_mcs_clear_stats(mbox); in cn10k_mcs_sc_stats()692 if (!clear_req) { in cn10k_mcs_sc_stats()696 clear_req->id = hw_sc_id; in cn10k_mcs_sc_stats()[all …]