Searched refs:ltbs (Results 1 – 2 of 2) sorted by relevance
365 free_long_term_buff(adapter, <b_set->ltbs[i]); in free_ltb_set()367 kfree(ltb_set->ltbs); in free_ltb_set()368 ltb_set->ltbs = NULL; in free_ltb_set()424 new_set.ltbs = kzalloc(tmp, GFP_KERNEL); in alloc_ltb_set()425 if (!new_set.ltbs) in alloc_ltb_set()432 free_long_term_buff(adapter, &old_set.ltbs[i]); in alloc_ltb_set()440 new_set.ltbs[i] = old_set.ltbs[i]; in alloc_ltb_set()451 kfree(old_set.ltbs); in alloc_ltb_set()452 old_set.ltbs = NULL; in alloc_ltb_set()469 rc = alloc_long_term_buff(adapter, &new_set.ltbs[i], ltb_size); in alloc_ltb_set()[all …]
839 struct ibmvnic_long_term_buff *ltbs; member