Home
last modified time | relevance | path

Searched defs:container_of (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c107 #define container_of(p, s, f) ((s *)(((uint8_t *)(p)) - offsetof(s, f))) macro
/titanic_41/usr/src/uts/common/sys/
H A Dsysmacros.h376 #define container_of(m, s, name) \ macro