Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtimod.c1769 mblk_t *tcsr_mp; in timodwproc() local
1778 tcsr_mp = mp->b_cont; in timodwproc()
1779 tcr = (struct T_capability_req *)tcsr_mp->b_rptr; in timodwproc()
1833 ((struct T_info_req *)tcsr_mp->b_rptr)-> in timodwproc()
1835 tcsr_mp->b_wptr = tcsr_mp->b_rptr + in timodwproc()
1847 mp->b_cont = tcsr_mp = tpi_ack_alloc(mp->b_cont, in timodwproc()
1851 if (tcsr_mp == NULL) { in timodwproc()
1861 tcsr_mp->b_rptr)->CAP_bits1 = 0; in timodwproc()
1862 tim_ioctl_send_reply(q, mp, tcsr_mp); in timodwproc()