sgl_entr 399 drivers/crypto/chelsio/chcr_algo.h static inline u16 get_space_for_phys_dsgl(unsigned int sgl_entr) sgl_entr 402 drivers/crypto/chelsio/chcr_algo.h return ((sgl_entr >> 3) + ((sgl_entr % 8) ? sgl_entr 404 drivers/crypto/chelsio/chcr_algo.h (sgl_entr << 3) + ((sgl_entr % 2 ? 1 : 0) << 3);