Searched refs:sgl_entr (Results 1 – 1 of 1) sorted by relevance
362 static inline u16 get_space_for_phys_dsgl(unsigned int sgl_entr) in get_space_for_phys_dsgl() argument365 return ((sgl_entr >> 3) + ((sgl_entr % 8) ? in get_space_for_phys_dsgl()367 (sgl_entr << 3) + ((sgl_entr % 2 ? 1 : 0) << 3); in get_space_for_phys_dsgl()