Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h610 #define GLD_SAVE_MBLK_VTAG(mp, vtag) (DB_TCI(mp) = GLD_VTAG_TCI(vtag))
612 #define GLD_GET_MBLK_VTAG(mp) GLD_TCI2VTAG(DB_TCI(mp))
H A Dstream.h380 #define DB_TCI(mp) ((mp)->b_datap->db_struioun.cksum.pad) macro
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c578 DB_TCI(new) = intr; in usbgem_send_common()
941 intr = DB_TCI(req->bulk_data); in usbgem_bulkout_cb()