Searched refs:bl_len (Results 1 – 1 of 1) sorted by relevance
354 u16 bl_len; member365 return info->bl_len; in spl_get_bl_len()371 static inline void spl_set_bl_len(struct spl_load_info *info, int bl_len) in spl_set_bl_len() argument374 info->bl_len = bl_len; in spl_set_bl_len()376 if (bl_len != 1) in spl_set_bl_len()420 uint bl_len) in spl_load_init() argument424 spl_set_bl_len(load, bl_len); in spl_load_init()
Completed in 7 milliseconds