Lines Matching refs:ltbs
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()
509 ltb = &rxpool->ltb_set.ltbs[i]; in map_rxpool_buf_to_ltb()
542 ltb = &txpool->ltb_set.ltbs[i]; in map_txpool_buf_to_ltb()