/titanic_44/usr/src/uts/common/io/ |
H A D | stream.c | 147 #define MBLK_BAND_FLAG_WORD(mp) (*((uint32_t *)&(mp)->b_band)) 1431 nbp->b_band = bp->b_band; in copyb() 1450 nbp->b_band = bp->b_band; in copyb() 1665 newmp->b_band = mp->b_band; in msgpullup() 1864 band = bp->b_band; in getq() 2054 if (bp->b_band == 0) { in getq_noenab() 2064 ASSERT(bp->b_band <= q->q_nband); in getq_noenab() 2068 i = bp->b_band; in getq_noenab() 2204 qbackenable(q, mp->b_band); in rmvq() 2207 qbackenable(q, mp->b_band); in rmvq() [all …]
|
H A D | log.c | 239 if (mp->b_band != 0 && in log_wput() 292 mp->b_band = 0; in log_rsrv()
|
H A D | timod.c | 591 if (bcanputnext(q, mp->b_band)) in timodrput() 600 bcanputnext(q, mp->b_band)) { in timodrput() 612 if (bcanputnext(q, mp->b_band)) in timodrput() 736 if (!bcanputnext(q, mp->b_band)) { in timodrproc() 761 !bcanputnext(q, mp->b_band)) { in timodrproc() 1277 if (!bcanputnext(q, mp->b_band)) { in timodrproc() 1499 if (bcanputnext(q, mp->b_band)) in timodwput() 1522 if (bcanputnext(q, mp->b_band)) in timodwput() 1530 if (bcanputnext(q, mp->b_band)) in timodwput() 1604 if (!bcanputnext(q, mp->b_band)) { in timodwproc() [all …]
|
H A D | ptem.c | 522 if (q->q_first != NULL || !bcanputnext(q, mp->b_band)) { in ptemwput() 589 if (!bcanputnext(q, mp->b_band) || !ptemwmsg(q, mp)) { in ptemwsrv() 815 if (!bcanputnext(RD(q), mp->b_band)) { in ptemwmsg()
|
H A D | zcons.c | 930 if (qp->q_first == NULL && bcanputnext(RD(zc_switch(qp)), mp->b_band)) { in zc_wput() 1005 if (bcanputnext(RD(zc_switch(qp)), mp->b_band)) { in zc_wsrv()
|
H A D | ptm.c | 691 !bcanputnext(ptmp->pts_rdq, mp->b_band)) { in ptmwsrv()
|
H A D | pts.c | 733 !bcanputnext(ptm_rdq, mp->b_band)) { in ptswsrv()
|
H A D | ldterm.c | 1434 if (q->q_first != NULL || !bcanputnext(q, mp->b_band) || in ldtermrput() 1536 if (mp->b_datap->db_type <= QPCTL && !bcanputnext(q, mp->b_band)) { in ldtermrmsg() 3204 if (q->q_first != NULL || !bcanputnext(q, mp->b_band)) { in ldtermwput() 3264 if (!bcanputnext(q, mp->b_band)) { in ldtermwsrv() 3325 unsigned char band = mp->b_band; in ldtermwmsg() 3332 mp->b_band |= band; in ldtermwmsg()
|
H A D | bridge.c | 1714 if (source_has_tag && mp->b_band == pri) { in reform_vlan_header() 1772 if (mp->b_band == 0 && vlanid == pvid) { /* 3 */ in reform_vlan_header() 1784 tci = VLAN_TCI(mp->b_band, ETHER_CFI, vlanid); in reform_vlan_header() 1798 tci = VLAN_TCI(mp->b_band, ETHER_CFI, vlanid); in reform_vlan_header()
|
H A D | gld.c | 1767 UPRI(gld, mp->b_band); in gld_wput() 1892 UPRI(gld, mp->b_band); in gld_wsrv()
|
/titanic_44/usr/src/uts/common/ipp/dlcosmk/ |
H A D | dlcosmk_impl.h | 70 ipp_named_t b_band; /* Mapped b_band for the priority */ member 86 uchar_t b_band; member 99 uchar_t b_band; /* corresponding bband */ member
|
H A D | dlcosmk.c | 133 mp->b_band = dlcosmk_data->b_band; in dlcosmk_process()
|
H A D | dlcosmkddi.c | 153 dlcosmk_data->b_band = param; in dlcosmk_create_action() 281 dlcosmk_data->b_band = band; in dlcosmk_modify_action() 405 IPP_STAT_INT32, &statp->b_band)) != 0) { in dlcosmk_statinit() 433 bband = dlcosmk_data->b_band; in dlcosmk_update_stats() 442 (void) ipp_stat_named_op(&snames->b_band, &bband, rw); in dlcosmk_update_stats()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vlan.h | 72 ((((mp)->b_band) / VLAN_BAND_MAP) > 7 ? 0 : \ 73 (((mp)->b_band) / VLAN_BAND_MAP))
|
H A D | stream.h | 374 unsigned char b_band; member
|
/titanic_44/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_rr.c | 161 ring = (pMblk->b_band % numRings); in BnxeRouteTxRing() 175 ring = (pMblk->b_band % numRings); in BnxeRouteTxRing()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | misc.c | 115 m->b_band = mp->b_band;
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 1244 pri = bp->b_band; in strread() 1291 bp->b_band = pri; in strread() 1317 bp->b_band = pri; in strread() 1376 strsignal_nolock(stp, *bp->b_rptr, bp->b_band); in strread() 1392 strsignal(stp, *bp->b_rptr, (int32_t)bp->b_band); in strread() 1446 bp->b_band = pri; in strread() 1502 if (mp->b_band == 0) { in strrput_proto() 1631 if (bp->b_band == 0) { in strrput() 1707 if (bp->b_band == 0) { in strrput() 1784 band = bp->b_band; in strrput() [all …]
|
H A D | strsubr.c | 4725 backenable(q, qbp->qb_first->b_band); in backenable_insertedq()
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | spppcomp.c | 323 if (q->q_first != NULL || !bcanputnext(q, mp->b_band) || in spppcomp_wput() 371 if (bcanputnext(q, mp->b_band)) in spppcomp_wput() 398 if (!bcanputnext(q, mp->b_band)) { in spppcomp_wsrv() 607 cmp->b_band = mp->b_band; in spppcomp_outpkt() 1179 q->q_first == NULL && bcanputnext(q, mp->b_band)) { in spppcomp_rput() 1263 if (bcanputnext(q, mp->b_band)) in spppcomp_rput() 1296 if (!bcanputnext(q, mp->b_band)) { in spppcomp_rsrv()
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_irc_pxy.c | 356 nm->b_band = m1->b_band;
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 4123 uint_t priority = mp->b_band; in ip_fragment_v6() 4284 hmp0->b_band = priority; in ip_fragment_v6() 4327 uint_t priority = mp->b_band; in ip_fraghdr_add_v6() 4408 hmp->b_band = priority; in ip_fraghdr_add_v6()
|
H A D | ip.c | 11639 uint_t priority = mp->b_band; in ip_fragment_v4() 11785 mp->b_band = priority; in ip_fragment_v4() 11819 mp->b_band = priority; in ip_fragment_v4() 12082 priority = mp->b_band; in ip_xmit_attach_llhdr() 12110 mp1->b_band = priority; in ip_xmit_attach_llhdr() 12139 mp1->b_band = priority; in ip_xmit_attach_llhdr()
|
/titanic_44/usr/src/uts/common/io/ppp/sppp/ |
H A D | sppp.c | 1736 if (bcanputnext(ppa->ppa_lower_wq, mp->b_band)) { in sppp_outpkt()
|
/titanic_44/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 884 if (!bcanputnext(lowerq, mp->b_band)) { in sppptun_outpkt()
|