Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.h399 static inline u16 get_space_for_phys_dsgl(unsigned int sgl_entr) in get_space_for_phys_dsgl() argument
402 return ((sgl_entr >> 3) + ((sgl_entr % 8) ? in get_space_for_phys_dsgl()
404 (sgl_entr << 3) + ((sgl_entr % 2 ? 1 : 0) << 3); in get_space_for_phys_dsgl()