Lines Matching refs:ul

172 		ldckp->ipackets.value.ul	= (uint32_t)statsp->ipackets +  in vgen_kstat_update()
176 ldckp->ierrors.value.ul = statsp->ierrors; in vgen_kstat_update()
177 ldckp->opackets.value.ul = (uint32_t)statsp->opackets + in vgen_kstat_update()
181 ldckp->oerrors.value.ul = statsp->oerrors; in vgen_kstat_update()
186 ldckp->rbytes.value.ul = (uint32_t)statsp->rbytes + in vgen_kstat_update()
190 ldckp->obytes.value.ul = (uint32_t)statsp->obytes + in vgen_kstat_update()
194 ldckp->multircv.value.ul = statsp->multircv; in vgen_kstat_update()
195 ldckp->multixmt.value.ul = statsp->multixmt; in vgen_kstat_update()
196 ldckp->brdcstrcv.value.ul = statsp->brdcstrcv; in vgen_kstat_update()
197 ldckp->brdcstxmt.value.ul = statsp->brdcstxmt; in vgen_kstat_update()
198 ldckp->norcvbuf.value.ul = statsp->norcvbuf; in vgen_kstat_update()
199 ldckp->noxmtbuf.value.ul = statsp->noxmtbuf; in vgen_kstat_update()
201 ldckp->tx_no_desc.value.ul = statsp->tx_no_desc; in vgen_kstat_update()
202 ldckp->tx_qfull.value.ul = statsp->tx_qfull; in vgen_kstat_update()
203 ldckp->tx_pri_fail.value.ul = statsp->tx_pri_fail; in vgen_kstat_update()
207 ldckp->rx_allocb_fail.value.ul = statsp->rx_allocb_fail; in vgen_kstat_update()
208 ldckp->rx_vio_allocb_fail.value.ul = statsp->rx_vio_allocb_fail; in vgen_kstat_update()
209 ldckp->rx_lost_pkts.value.ul = statsp->rx_lost_pkts; in vgen_kstat_update()
210 ldckp->rx_pri_fail.value.ul = statsp->rx_pri_fail; in vgen_kstat_update()
214 ldckp->callbacks.value.ul = statsp->callbacks; in vgen_kstat_update()
216 ldckp->dring_data_msgs_sent.value.ul = in vgen_kstat_update()
218 ldckp->dring_data_acks_rcvd.value.ul = in vgen_kstat_update()
220 ldckp->dring_stopped_acks_rcvd.value.ul = in vgen_kstat_update()
222 ldckp->dring_data_msgs_rcvd.value.ul = in vgen_kstat_update()
224 ldckp->dring_data_acks_sent.value.ul = in vgen_kstat_update()
226 ldckp->dring_stopped_acks_sent.value.ul = in vgen_kstat_update()
228 ldckp->dring_mode.value.ul = statsp->dring_mode; in vgen_kstat_update()
231 statsp->ierrors = ldckp->ierrors.value.ul; in vgen_kstat_update()
233 statsp->oerrors = ldckp->oerrors.value.ul; in vgen_kstat_update()
240 statsp->multircv = ldckp->multircv.value.ul; in vgen_kstat_update()
241 statsp->multixmt = ldckp->multixmt.value.ul; in vgen_kstat_update()
242 statsp->brdcstrcv = ldckp->brdcstrcv.value.ul; in vgen_kstat_update()
243 statsp->brdcstxmt = ldckp->brdcstxmt.value.ul; in vgen_kstat_update()
244 statsp->norcvbuf = ldckp->norcvbuf.value.ul; in vgen_kstat_update()
245 statsp->noxmtbuf = ldckp->noxmtbuf.value.ul; in vgen_kstat_update()
247 statsp->tx_no_desc = ldckp->tx_no_desc.value.ul; in vgen_kstat_update()
248 statsp->tx_qfull = ldckp->tx_qfull.value.ul; in vgen_kstat_update()
249 statsp->tx_pri_fail = ldckp->tx_pri_fail.value.ul; in vgen_kstat_update()
253 statsp->rx_allocb_fail = ldckp->rx_allocb_fail.value.ul; in vgen_kstat_update()
254 statsp->rx_vio_allocb_fail = ldckp->rx_vio_allocb_fail.value.ul; in vgen_kstat_update()
255 statsp->rx_lost_pkts = ldckp->rx_lost_pkts.value.ul; in vgen_kstat_update()
256 statsp->rx_pri_fail = ldckp->rx_pri_fail.value.ul; in vgen_kstat_update()
260 statsp->callbacks = ldckp->callbacks.value.ul; in vgen_kstat_update()
262 ldckp->dring_data_msgs_sent.value.ul; in vgen_kstat_update()
264 ldckp->dring_data_acks_rcvd.value.ul; in vgen_kstat_update()
266 ldckp->dring_stopped_acks_rcvd.value.ul; in vgen_kstat_update()
268 ldckp->dring_data_msgs_rcvd.value.ul; in vgen_kstat_update()
270 ldckp->dring_data_acks_sent.value.ul; in vgen_kstat_update()
272 ldckp->dring_stopped_acks_sent.value.ul; in vgen_kstat_update()
273 statsp->dring_mode = ldckp->dring_mode.value.ul; in vgen_kstat_update()