Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmultidata_impl.h175 struct multidata_s { struct
176 uint_t mmd_magic; /* set to MULTIDATA_MAGIC */
178 dblk_t *mmd_dp; /* back pointer to wrapper dblk structure */
179 mblk_t *mmd_hbuf; /* pointer to header buffer mblk */
181 patbkt_t *mmd_pattbl; /* hash table of global attributes */
183 kmutex_t mmd_pd_slab_lock; /* lock to protect the following items */
184 uint_t mmd_pbuf_cnt; /* number of data buffer */
185 mblk_t *mmd_pbuf[MULTIDATA_MAX_PBUFS]; /* data buffer mblk(s) */
186 ql_t mmd_pd_slab_q; /* list of packet descriptor slabs */
187 ql_t mmd_pd_q; /* list of packet descriptors */
[all …]