Home
last modified time | relevance | path

Searched refs:mmd_pbuf_ref (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dmultidata.c318 ASSERT(mmd->mmd_pbuf_ref == 0); in mmd_destructor()
349 ASSERT(mmd->mmd_pbuf_ref == 0); in mmd_esballoc_free()
627 *pbuf_ref = mmd->mmd_pbuf_ref; in mmd_getcnt()
778 mmd->mmd_pbuf_ref += pd->pd_pdi.pld_cnt; in mmd_addpdesc_int()
855 ASSERT(mmd->mmd_pbuf_ref > 0); in mmd_destroy_pdesc()
856 mmd->mmd_pbuf_ref -= pd->pd_pdi.pld_cnt; in mmd_destroy_pdesc()
893 ASSERT(mmd->mmd_pbuf_ref > 0); in mmd_rempdesc()
894 mmd->mmd_pbuf_ref -= pd->pd_pdi.pld_cnt; in mmd_rempdesc()
/titanic_41/usr/src/uts/common/sys/
H A Dmultidata_impl.h191 uint_t mmd_pbuf_ref; /* descriptors referring to payload buffer(s) */ member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmmd.c135 mmd.mmd_pbuf_ref, mmd.mmd_pbuf_cnt, i, mmd.mmd_pbuf[i]); in multidata()