Lines Matching refs:ul

69 	e1000g_ksp->Gprc.value.ul++;  in e1000_tbi_adjust_stats()
74 carry_bit = 0x80000000 & e1000g_ksp->Gorl.value.ul; in e1000_tbi_adjust_stats()
75 e1000g_ksp->Gorl.value.ul += frame_len; in e1000_tbi_adjust_stats()
84 if (carry_bit && ((e1000g_ksp->Gorl.value.ul & 0x80000000) == 0)) { in e1000_tbi_adjust_stats()
85 e1000g_ksp->Gorh.value.ul++; in e1000_tbi_adjust_stats()
120 e1000g_ksp->Prc64.value.ul++; in e1000_tbi_adjust_stats()
121 e1000g_ksp->Prc127.value.ul--; in e1000_tbi_adjust_stats()
123 e1000g_ksp->Prc127.value.ul++; in e1000_tbi_adjust_stats()
124 e1000g_ksp->Prc255.value.ul--; in e1000_tbi_adjust_stats()
126 e1000g_ksp->Prc255.value.ul++; in e1000_tbi_adjust_stats()
127 e1000g_ksp->Prc511.value.ul--; in e1000_tbi_adjust_stats()
129 e1000g_ksp->Prc511.value.ul++; in e1000_tbi_adjust_stats()
130 e1000g_ksp->Prc1023.value.ul--; in e1000_tbi_adjust_stats()
132 e1000g_ksp->Prc1023.value.ul++; in e1000_tbi_adjust_stats()
133 e1000g_ksp->Prc1522.value.ul--; in e1000_tbi_adjust_stats()
135 e1000g_ksp->Prc1522.value.ul++; in e1000_tbi_adjust_stats()
179 e1000g_ksp->reset_count.value.ul = Adapter->reset_count; in e1000g_update_stats()
181 e1000g_ksp->rx_error.value.ul = rx_ring->stat_error; in e1000g_update_stats()
182 e1000g_ksp->rx_allocb_fail.value.ul = rx_ring->stat_allocb_fail; in e1000g_update_stats()
183 e1000g_ksp->rx_size_error.value.ul = rx_ring->stat_size_error; in e1000g_update_stats()
185 e1000g_ksp->tx_no_swpkt.value.ul = tx_ring->stat_no_swpkt; in e1000g_update_stats()
186 e1000g_ksp->tx_no_desc.value.ul = tx_ring->stat_no_desc; in e1000g_update_stats()
187 e1000g_ksp->tx_send_fail.value.ul = tx_ring->stat_send_fail; in e1000g_update_stats()
188 e1000g_ksp->tx_reschedule.value.ul = tx_ring->stat_reschedule; in e1000g_update_stats()
189 e1000g_ksp->tx_over_size.value.ul = tx_ring->stat_over_size; in e1000g_update_stats()
192 e1000g_ksp->rx_none.value.ul = rx_ring->stat_none; in e1000g_update_stats()
193 e1000g_ksp->rx_multi_desc.value.ul = rx_ring->stat_multi_desc; in e1000g_update_stats()
194 e1000g_ksp->rx_no_freepkt.value.ul = rx_ring->stat_no_freepkt; in e1000g_update_stats()
196 e1000g_ksp->rx_avail_freepkt.value.ul = rx_data->avail_freepkt; in e1000g_update_stats()
198 e1000g_ksp->tx_under_size.value.ul = tx_ring->stat_under_size; in e1000g_update_stats()
199 e1000g_ksp->tx_exceed_frags.value.ul = tx_ring->stat_exceed_frags; in e1000g_update_stats()
200 e1000g_ksp->tx_empty_frags.value.ul = tx_ring->stat_empty_frags; in e1000g_update_stats()
201 e1000g_ksp->tx_recycle.value.ul = tx_ring->stat_recycle; in e1000g_update_stats()
202 e1000g_ksp->tx_recycle_intr.value.ul = tx_ring->stat_recycle_intr; in e1000g_update_stats()
203 e1000g_ksp->tx_recycle_retry.value.ul = tx_ring->stat_recycle_retry; in e1000g_update_stats()
204 e1000g_ksp->tx_recycle_none.value.ul = tx_ring->stat_recycle_none; in e1000g_update_stats()
205 e1000g_ksp->tx_copy.value.ul = tx_ring->stat_copy; in e1000g_update_stats()
206 e1000g_ksp->tx_bind.value.ul = tx_ring->stat_bind; in e1000g_update_stats()
207 e1000g_ksp->tx_multi_copy.value.ul = tx_ring->stat_multi_copy; in e1000g_update_stats()
208 e1000g_ksp->tx_multi_cookie.value.ul = tx_ring->stat_multi_cookie; in e1000g_update_stats()
209 e1000g_ksp->tx_lack_desc.value.ul = tx_ring->stat_lack_desc; in e1000g_update_stats()
215 e1000g_ksp->Mpc.value.ul += E1000_READ_REG(hw, E1000_MPC); in e1000g_update_stats()
216 e1000g_ksp->Rlec.value.ul += E1000_READ_REG(hw, E1000_RLEC); in e1000g_update_stats()
217 e1000g_ksp->Xonrxc.value.ul += E1000_READ_REG(hw, E1000_XONRXC); in e1000g_update_stats()
218 e1000g_ksp->Xontxc.value.ul += E1000_READ_REG(hw, E1000_XONTXC); in e1000g_update_stats()
219 e1000g_ksp->Xoffrxc.value.ul += E1000_READ_REG(hw, E1000_XOFFRXC); in e1000g_update_stats()
220 e1000g_ksp->Xofftxc.value.ul += E1000_READ_REG(hw, E1000_XOFFTXC); in e1000g_update_stats()
221 e1000g_ksp->Fcruc.value.ul += E1000_READ_REG(hw, E1000_FCRUC); in e1000g_update_stats()
227 e1000g_ksp->Symerrs.value.ul += in e1000g_update_stats()
230 e1000g_ksp->Prc64.value.ul += in e1000g_update_stats()
232 e1000g_ksp->Prc127.value.ul += in e1000g_update_stats()
234 e1000g_ksp->Prc255.value.ul += in e1000g_update_stats()
236 e1000g_ksp->Prc511.value.ul += in e1000g_update_stats()
238 e1000g_ksp->Prc1023.value.ul += in e1000g_update_stats()
240 e1000g_ksp->Prc1522.value.ul += in e1000g_update_stats()
243 e1000g_ksp->Ptc64.value.ul += in e1000g_update_stats()
245 e1000g_ksp->Ptc127.value.ul += in e1000g_update_stats()
247 e1000g_ksp->Ptc255.value.ul += in e1000g_update_stats()
249 e1000g_ksp->Ptc511.value.ul += in e1000g_update_stats()
251 e1000g_ksp->Ptc1023.value.ul += in e1000g_update_stats()
253 e1000g_ksp->Ptc1522.value.ul += in e1000g_update_stats()
258 e1000g_ksp->Gprc.value.ul += E1000_READ_REG(hw, E1000_GPRC); in e1000g_update_stats()
259 e1000g_ksp->Gptc.value.ul += E1000_READ_REG(hw, E1000_GPTC); in e1000g_update_stats()
260 e1000g_ksp->Rfc.value.ul += E1000_READ_REG(hw, E1000_RFC); in e1000g_update_stats()
261 e1000g_ksp->Tncrs.value.ul += e1000g_read_phy_stat(hw, E1000_TNCRS); in e1000g_update_stats()
262 e1000g_ksp->Tsctc.value.ul += E1000_READ_REG(hw, E1000_TSCTC); in e1000g_update_stats()
263 e1000g_ksp->Tsctfc.value.ul += E1000_READ_REG(hw, E1000_TSCTFC); in e1000g_update_stats()
278 val = (uint64_t)e1000g_ksp->Gorh.value.ul << 32 | in e1000g_update_stats()
279 (uint64_t)e1000g_ksp->Gorl.value.ul; in e1000g_update_stats()
281 e1000g_ksp->Gorl.value.ul = (uint32_t)val; in e1000g_update_stats()
282 e1000g_ksp->Gorh.value.ul = (uint32_t)(val >> 32); in e1000g_update_stats()
286 val = (uint64_t)e1000g_ksp->Goth.value.ul << 32 | in e1000g_update_stats()
287 (uint64_t)e1000g_ksp->Gotl.value.ul; in e1000g_update_stats()
289 e1000g_ksp->Gotl.value.ul = (uint32_t)val; in e1000g_update_stats()
290 e1000g_ksp->Goth.value.ul = (uint32_t)(val >> 32); in e1000g_update_stats()
369 e1000g_ksp->Rlec.value.ul += in e1000g_m_stat()
377 e1000g_ksp->Rlec.value.ul + in e1000g_m_stat()