Searched refs:ltbs (Results 1 – 2 of 2) sorted by relevance
558 free_long_term_buff(adapter, <b_set->ltbs[i]); in free_ltb_set()560 kfree(ltb_set->ltbs); in free_ltb_set()561 ltb_set->ltbs = NULL; in free_ltb_set()617 new_set.ltbs = kzalloc(tmp, GFP_KERNEL); in alloc_ltb_set()618 if (!new_set.ltbs) in alloc_ltb_set()625 free_long_term_buff(adapter, &old_set.ltbs[i]); in alloc_ltb_set()633 new_set.ltbs[i] = old_set.ltbs[i]; in alloc_ltb_set()644 kfree(old_set.ltbs); in alloc_ltb_set()645 old_set.ltbs = NULL; in alloc_ltb_set()662 rc = alloc_long_term_buff(adapter, &new_set.ltbs[i], ltb_size); in alloc_ltb_set()[all …]
840 struct ibmvnic_long_term_buff *ltbs; member