Searched refs:next_block_req (Results 1 – 1 of 1) sorted by relevance
44 static u16 MBi_calc_nextsendblock(u16 next_block, u16 next_block_req);1239 static u16 MBi_calc_nextsendblock(u16 next_block, u16 next_block_req) in MBi_calc_nextsendblock() argument1241 return max(next_block_req, next_block); in MBi_calc_nextsendblock()