Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtirdwr.c185 (void) strqset(WR(q), QMAXPSZ, 0, (uintptr_t)WR(q)->q_next->q_maxpsz); in tirdwropen()
186 (void) strqset(q, QMAXPSZ, 0, (uintptr_t)q->q_next->q_maxpsz); in tirdwropen()
H A Dstream.c3316 q->q_maxpsz = (ssize_t)val; in strqset()
3474 *(ssize_t *)valp = q->q_maxpsz; in strqget()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h125 ssize_t q_maxpsz; /* Q9S: largest packet OK on Q */ member
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c477 stp->sd_qn_maxpsz = qp->q_maxpsz; in stropen()
625 rmax = stp->sd_wrq->q_next->q_maxpsz; in stropen()
2434 q->q_maxpsz = sop->so_maxpsz; in strrput_nondata()
3957 rmax = stp->sd_wrq->q_next->q_maxpsz; in strioctl()
4038 rmax = wrq->q_next->q_maxpsz; in strioctl()
4259 rmax = stp->sd_wrq->q_next->q_maxpsz; in strioctl()
4392 rmax = wrq->q_next->q_maxpsz; in strioctl()
H A Dstrsubr.c2526 rq->q_maxpsz = rinit->qi_minfo->mi_maxpsz; in setq()
2531 wq->q_maxpsz = winit->qi_minfo->mi_maxpsz; in setq()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2612 connp->conn_wq->q_maxpsz = maxpsz; in tcp_maxpsz_set()