Symbol: VTAG_SIZE
usr/src/uts/common/io/fibre-channel/fca/oce/oce_main.c
345
mac->m_margin = VTAG_SIZE;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
453
(void) memmove(mp->b_rptr - VTAG_SIZE,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
455
mp->b_rptr -= VTAG_SIZE;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
642
(void) memmove(mp->b_rptr - VTAG_SIZE,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
644
mp->b_rptr -= VTAG_SIZE;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
661
(void) memmove(mp->b_rptr + VTAG_SIZE, mp->b_rptr,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
663
mp->b_rptr += VTAG_SIZE;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
753
pkt_len -= VTAG_SIZE;
usr/src/uts/common/io/gld.c
2126
pktinfo.pktLen > ifp->hdr_size + (vtag == 0 ? 0 : VTAG_SIZE) +
usr/src/uts/common/io/gld.c
2135
ifp->hdr_size + (vtag == 0 ? 0 : VTAG_SIZE) +
usr/src/uts/common/io/gld.c
653
macinfo->gldm_margin = VTAG_SIZE;
usr/src/uts/common/io/gldutil.c
242
ovbcopy(mp->b_rptr, mp->b_rptr + VTAG_SIZE,
usr/src/uts/common/io/gldutil.c
244
mp->b_rptr += VTAG_SIZE;
usr/src/uts/common/io/gldutil.c
375
hdrlen += VTAG_SIZE;
usr/src/uts/common/io/gldutil.c
437
if (DB_REF(mp) == 1 && MBLKHEAD(mp) >= VTAG_SIZE) {
usr/src/uts/common/io/gldutil.c
440
ovbcopy(nmp->b_rptr, nmp->b_rptr - VTAG_SIZE, 2 * ETHERADDRL);
usr/src/uts/common/io/gldutil.c
441
nmp->b_rptr -= VTAG_SIZE;
usr/src/uts/common/io/gldutil.c
516
hdrlen += VTAG_SIZE;
usr/src/uts/common/io/nge/nge.h
146
#ifndef VTAG_SIZE
usr/src/uts/common/io/nge/nge_main.c
1105
ngep->max_sdu += VTAG_SIZE;
usr/src/uts/common/io/nge/nge_main.c
2534
macp->m_margin = VTAG_SIZE;
usr/src/uts/common/io/sfe/sfe_util.c
101
#ifndef VTAG_SIZE
usr/src/uts/common/io/sfe/sfe_util.c
115
((dp)->mtu + sizeof (struct ether_header) + VTAG_SIZE + ETHERFCSL)
usr/src/uts/common/io/sfe/sfe_util.c
1269
min_pkt += VTAG_SIZE;
usr/src/uts/common/io/sfe/sfe_util.c
1369
#define PKT_MIN_SIZE (sizeof (struct ether_header) + 10 + VTAG_SIZE)
usr/src/uts/common/io/sfe/sfe_util.c
1767
if (mp = allocb(len + VTAG_SIZE, BPRI_MED)) {
usr/src/uts/common/io/sfe/sfe_util.c
1771
mp->b_rptr += VTAG_SIZE;
usr/src/uts/common/io/sfe/sfe_util.c
1874
ethermax += VTAG_SIZE;
usr/src/uts/common/io/sfe/sfe_util.c
272
offset += VTAG_SIZE;
usr/src/uts/common/io/sfe/sfe_util.c
4616
macp->m_margin = VTAG_SIZE;
usr/src/uts/common/io/usbgem/usbgem.c
3611
macp->m_margin = VTAG_SIZE;