Lines Matching refs:ull
174 ldckp->ipackets64.value.ull = statsp->ipackets + in vgen_kstat_update()
179 ldckp->opackets64.value.ull = statsp->opackets + in vgen_kstat_update()
188 ldckp->rbytes64.value.ull = statsp->rbytes + in vgen_kstat_update()
192 ldckp->obytes64.value.ull = statsp->obytes + in vgen_kstat_update()
204 ldckp->tx_pri_packets.value.ull = statsp->tx_pri_packets; in vgen_kstat_update()
205 ldckp->tx_pri_bytes.value.ull = statsp->tx_pri_bytes; in vgen_kstat_update()
211 ldckp->rx_pri_packets.value.ull = statsp->rx_pri_packets; in vgen_kstat_update()
212 ldckp->rx_pri_bytes.value.ull = statsp->rx_pri_bytes; in vgen_kstat_update()
230 statsp->ipackets = ldckp->ipackets64.value.ull; in vgen_kstat_update()
232 statsp->opackets = ldckp->opackets64.value.ull; in vgen_kstat_update()
238 statsp->rbytes = ldckp->rbytes64.value.ull; in vgen_kstat_update()
239 statsp->obytes = ldckp->obytes64.value.ull; in vgen_kstat_update()
250 statsp->tx_pri_packets = ldckp->tx_pri_packets.value.ull; in vgen_kstat_update()
251 statsp->tx_pri_bytes = ldckp->tx_pri_bytes.value.ull; in vgen_kstat_update()
257 statsp->rx_pri_packets = ldckp->rx_pri_packets.value.ull; in vgen_kstat_update()
258 statsp->rx_pri_bytes = ldckp->rx_pri_bytes.value.ull; in vgen_kstat_update()