Lines Matching refs:ul

1644 		ethstat->link_changes.value.ul = 0;
3964 ethstat->dma_read_bw_MBs.value.ul = mgp->read_dma;
3965 ethstat->dma_write_bw_MBs.value.ul = mgp->write_dma;
3966 ethstat->dma_read_write_bw_MBs.value.ul = mgp->read_write_dma;
3968 ethstat->dma_force_physical.value.ul = 1;
3970 ethstat->dma_force_physical.value.ul = 0;
3971 ethstat->lanes.value.ul = mgp->pcie_link_width;
3972 ethstat->dropped_bad_crc32.value.ul =
3974 ethstat->dropped_bad_phy.value.ul =
3976 ethstat->dropped_link_error_or_filtered.value.ul =
3978 ethstat->dropped_link_overflow.value.ul =
3980 ethstat->dropped_multicast_filtered.value.ul =
3982 ethstat->dropped_no_big_buffer.value.ul =
3984 ethstat->dropped_no_small_buffer.value.ul =
3986 ethstat->dropped_overrun.value.ul =
3988 ethstat->dropped_pause.value.ul =
3990 ethstat->dropped_runt.value.ul =
3992 ethstat->link_up.value.ul =
3994 ethstat->dropped_unicast_filtered.value.ul =
4011 ethstat->rx_big.value.ul = ss->j_rx_cnt;
4012 ethstat->rx_bigbuf_firmware.value.ul = ss->rx_big.cnt - ss->j_rx_cnt;
4013 ethstat->rx_bigbuf_pool.value.ul =
4015 ethstat->rx_bigbuf_smalls.value.ul = ss->jbufs_for_smalls;
4016 ethstat->rx_small.value.ul = ss->rx_small.cnt -
4018 ethstat->tx_done.value.ul = ss->tx.done;
4019 ethstat->tx_req.value.ul = ss->tx.req;
4020 ethstat->tx_activate.value.ul = ss->tx.activate;
4021 ethstat->xmit_sched.value.ul = ss->tx.sched;
4022 ethstat->xmit_stall.value.ul = ss->tx.stall;
4023 ethstat->xmit_stall_early.value.ul = ss->tx.stall_early;
4024 ethstat->xmit_stall_late.value.ul = ss->tx.stall_late;
4025 ethstat->xmit_err.value.ul = MYRI10GE_SLICE_STAT(xmit_err);