Home
last modified time | relevance | path

Searched refs:ltbs (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/ibm/
A Dibmvnic.c556 free_long_term_buff(adapter, &ltb_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()
700 ltb = &rxpool->ltb_set.ltbs[i]; in map_rxpool_buf_to_ltb()
[all …]
A Dibmvnic.h840 struct ibmvnic_long_term_buff *ltbs; member

Completed in 17 milliseconds