Searched refs:cmbe (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcmf.c781 * struct cmbe - extended channel measurement block
798 struct cmbe { struct
812 * kmalloc only guarantees 8 byte alignment, but we need cmbe
816 static inline struct cmbe *cmbe_align(struct cmbe *c)
819 addr = ((unsigned long)c + sizeof (struct cmbe) - sizeof(long)) &
820 ~(sizeof (struct cmbe) - sizeof(long));
821 return (struct cmbe*)addr;
826 struct cmbe *cmbe; local
[all...]

Completed in 43 milliseconds