Symbol: VNET_IPALIGN
usr/src/uts/sun4v/io/vnet_rxdring.c
1085
(VIO_MBLK_DATA_OFF(vmp) + VNET_IPALIGN))) {
usr/src/uts/sun4v/io/vnet_rxdring.c
1117
dmp = allocb(nbytes + VNET_IPALIGN, BPRI_MED);
usr/src/uts/sun4v/io/vnet_rxdring.c
1122
bcopy(mp->b_rptr + VNET_IPALIGN,
usr/src/uts/sun4v/io/vnet_rxdring.c
1123
dmp->b_rptr + VNET_IPALIGN, nbytes);
usr/src/uts/sun4v/io/vnet_rxdring.c
1131
VIO_MBLK_DATA_OFF(new_vmp) + VNET_IPALIGN;
usr/src/uts/sun4v/io/vnet_rxdring.c
1134
mp->b_rptr += VNET_IPALIGN;
usr/src/uts/sun4v/io/vnet_rxdring.c
239
rxdp->data_buf_offset = VIO_MBLK_DATA_OFF(vmp) + VNET_IPALIGN;
usr/src/uts/sun4v/io/vnet_txdring.c
1064
nbytes = (VNET_IPALIGN + rxd.nbytes + 7) & ~7;
usr/src/uts/sun4v/io/vnet_txdring.c
1066
mp = allocb(VNET_IPALIGN + rxd.nbytes + 8,
usr/src/uts/sun4v/io/vnet_txdring.c
1079
mp = allocb(VNET_IPALIGN +
usr/src/uts/sun4v/io/vnet_txdring.c
1157
mp->b_rptr += VNET_IPALIGN;
usr/src/uts/sun4v/io/vnet_txdring.c
184
data_sz = vgenp->max_frame_size + VNET_IPALIGN + VNET_LDCALIGN;
usr/src/uts/sun4v/io/vnet_txdring.c
494
data_sz = vgenp->max_frame_size + VNET_IPALIGN + VNET_LDCALIGN;
usr/src/uts/sun4v/io/vnet_txdring.c
672
dst = tbufp->datap + VNET_IPALIGN;
usr/src/uts/sun4v/io/vsw_rxdring.c
349
rxdp->data_buf_offset = VIO_MBLK_DATA_OFF(vmp) + VNET_IPALIGN;
usr/src/uts/sun4v/io/vsw_rxdring.c
749
(VIO_MBLK_DATA_OFF(vmp) + VNET_IPALIGN))) {
usr/src/uts/sun4v/io/vsw_rxdring.c
782
dmp = allocb(nbytes + VNET_IPALIGN, BPRI_MED);
usr/src/uts/sun4v/io/vsw_rxdring.c
783
bcopy(mp->b_rptr + VNET_IPALIGN,
usr/src/uts/sun4v/io/vsw_rxdring.c
784
dmp->b_rptr + VNET_IPALIGN, nbytes);
usr/src/uts/sun4v/io/vsw_rxdring.c
792
VIO_MBLK_DATA_OFF(new_vmp) + VNET_IPALIGN;
usr/src/uts/sun4v/io/vsw_rxdring.c
795
mp->b_rptr += VNET_IPALIGN;
usr/src/uts/sun4v/io/vsw_txdring.c
1180
nbytes = (desc.nbytes + VNET_IPALIGN + 7) & ~7;
usr/src/uts/sun4v/io/vsw_txdring.c
1182
mp = allocb(desc.nbytes + VNET_IPALIGN + 8,
usr/src/uts/sun4v/io/vsw_txdring.c
1198
VNET_IPALIGN + 8, BPRI_MED);
usr/src/uts/sun4v/io/vsw_txdring.c
1236
mp->b_rptr += VNET_IPALIGN;
usr/src/uts/sun4v/io/vsw_txdring.c
247
data_sz = vswp->max_frame_size + VNET_IPALIGN + VNET_LDCALIGN;
usr/src/uts/sun4v/io/vsw_txdring.c
529
data_sz = vswp->max_frame_size + VNET_IPALIGN + VNET_LDCALIGN;
usr/src/uts/sun4v/io/vsw_txdring.c
848
bufp += VNET_IPALIGN;
usr/src/uts/sun4v/sys/vnet_common.h
102
(VNET_ROUNDUP_2K((mfs) + VNET_IPALIGN + VNET_LDCALIGN))