Searched refs:cntr_rsp (Results 1 – 2 of 2) sorted by relevance
914 struct npc_mcam_alloc_counter_rsp cntr_rsp = { 0 }; in rvu_mcam_add_counter_to_rule() local926 &cntr_rsp); in rvu_mcam_add_counter_to_rule()927 if (!err && cntr_rsp.count) { in rvu_mcam_add_counter_to_rule()928 rule->cntr = cntr_rsp.cntr; in rvu_mcam_add_counter_to_rule()
3044 struct npc_mcam_alloc_counter_rsp cntr_rsp; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry() local3089 rc = rvu_mbox_handler_npc_mcam_alloc_counter(rvu, &cntr_req, &cntr_rsp); in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()3099 cntr = cntr_rsp.cntr; in rvu_mbox_handler_npc_mcam_alloc_and_write_entry()
Completed in 11 milliseconds