Searched refs:ltb_size (Results 1 – 1 of 1) sorted by relevance
398 int ltb_size; /* size of one ltb */ in alloc_ltb_set() local407 ltb_size = rounddown(IBMVNIC_ONE_LTB_SIZE, buff_size); in alloc_ltb_set()410 if (ltb_size > tot_size) in alloc_ltb_set()411 ltb_size = tot_size; in alloc_ltb_set()413 nltbs = tot_size / ltb_size; in alloc_ltb_set()414 if (tot_size % ltb_size) in alloc_ltb_set()464 if (ltb_size > rem_size) in alloc_ltb_set()465 ltb_size = rem_size; in alloc_ltb_set()467 rem_size -= ltb_size; in alloc_ltb_set()469 rc = alloc_long_term_buff(adapter, &new_set.ltbs[i], ltb_size); in alloc_ltb_set()