Searched refs:counter_buf (Results 1 – 1 of 1) sorted by relevance
1963 struct ice_aqc_alloc_free_res_elem *counter_buf; in ice_alloc_sw() local1968 if (!counter_buf) { in ice_alloc_sw()1977 counter_buf->num_elems = CPU_TO_LE16(1); in ice_alloc_sw()1978 counter_buf->res_type = in ice_alloc_sw()1985 ice_free(hw, counter_buf); in ice_alloc_sw()1988 counter_ele = &counter_buf->elem[0]; in ice_alloc_sw()1990 ice_free(hw, counter_buf); in ice_alloc_sw()2037 counter_buf = (struct ice_aqc_alloc_free_res_elem *) in ice_free_sw()2039 if (!counter_buf) { in ice_free_sw()2048 counter_buf->num_elems = CPU_TO_LE16(1); in ice_free_sw()[all …]