Searched refs:counter_buf (Results 1 – 1 of 1) sorted by relevance
2576 struct ice_aqc_alloc_free_res_elem *counter_buf; in ice_alloc_sw() local2581 if (!counter_buf) { in ice_alloc_sw()2590 counter_buf->num_elems = CPU_TO_LE16(1); in ice_alloc_sw()2591 counter_buf->res_type = in ice_alloc_sw()2598 ice_free(hw, counter_buf); in ice_alloc_sw()2601 counter_ele = &counter_buf->elem[0]; in ice_alloc_sw()2603 ice_free(hw, counter_buf); in ice_alloc_sw()2650 counter_buf = (struct ice_aqc_alloc_free_res_elem *) in ice_free_sw()2652 if (!counter_buf) { in ice_free_sw()2661 counter_buf->num_elems = CPU_TO_LE16(1); in ice_free_sw()[all …]