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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c106 #ifndef container_of
107 #define container_of(p, s, f) ((s *)(((uint8_t *)(p)) - offsetof(s, f))) macro
424 d = container_of(e, struct l2t_data, l2tab[e->idx]);
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h380 #define container_of(m, s, name) \ macro

Completed in 60 milliseconds