Lines Matching refs:tsr_flags
1701 uint32_t tsr_flags; in timodwproc() local
1711 TILOG("timodwproc: TI_SYNC(%x)\n", tsr->tsr_flags); in timodwproc()
1717 tsr_flags = tsr->tsr_flags; in timodwproc()
1718 if ((tsr_flags & TSRF_INFO_REQ) == 0) { in timodwproc()
1731 ack_mp, tsr_flags); in timodwproc()
1749 if (tsr_flags & TSRF_IS_EXP_IN_RCVBUF) in timodwproc()
2883 mblk_t *ackmp, uint32_t tsr_flags) in tim_answer_ti_sync() argument
2893 if (tsr_flags == 0 || in tim_answer_ti_sync()
2894 (tsr_flags & ~(TSRF_QLEN_REQ | TSRF_IS_EXP_IN_RCVBUF)) != 0) { in tim_answer_ti_sync()
2900 tsr_flags); in tim_answer_ti_sync()
2906 if ((tsr_flags & TSRF_QLEN_REQ) != 0) in tim_answer_ti_sync()
2909 if ((tsr_flags & TSRF_IS_EXP_IN_RCVBUF) != 0 && in tim_answer_ti_sync()