Searched defs:multidata_s (Results 1 – 1 of 1) sorted by relevance
175 struct multidata_s { struct176 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 …]