Searched defs:total_count (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/i915/
H A Di915_dma.c1453 u64 total_count, diff, ret; local
1472 total_count = count1 + count2 + count3;
1475 if (total_count < dev_priv->last_count1) {
1477 diff += total_count;
1479 diff = total_count - dev_priv->last_count1;
1495 dev_priv->last_count1 = total_count;
/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c871 unsigned int total_count; local
878 total_count = 0;
946 total_count += descr_count;
952 return total_count;
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c52 int count = 0, total_count = 0; local
84 total_count++;
86 (total_count < VXGE_HW_MAX_POLLING_COUNT));
88 if (total_count >= VXGE_HW_MAX_POLLING_COUNT)
92 return total_count;
101 int i, total_count = 0; local
107 total_count += vxge_hw_vpath_wait_receive_idle(hldev, i);
108 if (total_count >= VXGE_HW_MAX_POLLING_COUNT)
/drivers/tty/
H A Dsynclink_gt.c4845 unsigned int total_count = 0; local
4865 total_count += count;
4866 else if (!total_count)
4877 total_count += active_buf_count;
4880 total_count += (reg_value >> 8) & 0xff;
4884 total_count++;
4886 return total_count;

Completed in 79 milliseconds