Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.h362 static inline u16 get_space_for_phys_dsgl(unsigned int sgl_entr) in get_space_for_phys_dsgl() argument
365 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()