Lines Matching refs:ltbs
556 free_long_term_buff(adapter, <b_set->ltbs[i]); in free_ltb_set()
558 kfree(ltb_set->ltbs); in free_ltb_set()
559 ltb_set->ltbs = NULL; in free_ltb_set()
615 new_set.ltbs = kzalloc(tmp, GFP_KERNEL); in alloc_ltb_set()
616 if (!new_set.ltbs) in alloc_ltb_set()
623 free_long_term_buff(adapter, &old_set.ltbs[i]); in alloc_ltb_set()
631 new_set.ltbs[i] = old_set.ltbs[i]; in alloc_ltb_set()
642 kfree(old_set.ltbs); in alloc_ltb_set()
643 old_set.ltbs = NULL; in alloc_ltb_set()
660 rc = alloc_long_term_buff(adapter, &new_set.ltbs[i], ltb_size); in alloc_ltb_set()
700 ltb = &rxpool->ltb_set.ltbs[i]; in map_rxpool_buf_to_ltb()
733 ltb = &txpool->ltb_set.ltbs[i]; in map_txpool_buf_to_ltb()