Searched refs:num_cnt (Results 1 – 2 of 2) sorted by relevance
175 int num_cnt; in dpaa2_eth_get_ethtool_stats() local194 num_cnt = sizeof(dpni_stats.page_0) / sizeof(u64); in dpaa2_eth_get_ethtool_stats()197 num_cnt = sizeof(dpni_stats.page_1) / sizeof(u64); in dpaa2_eth_get_ethtool_stats()200 num_cnt = sizeof(dpni_stats.page_2) / sizeof(u64); in dpaa2_eth_get_ethtool_stats()203 for (k = 0; k < num_cnt; k++) in dpaa2_eth_get_ethtool_stats()
1263 int num_cnt; in megasas_get_frame_count() local1283 num_cnt = sge_count - 1; in megasas_get_frame_count()1285 num_cnt = sge_count - 1; in megasas_get_frame_count()1287 num_cnt = sge_count - 2; in megasas_get_frame_count()1290 num_cnt = sge_count - 1; in megasas_get_frame_count()1292 num_cnt = sge_count - 2; in megasas_get_frame_count()1294 num_cnt = sge_count - 3; in megasas_get_frame_count()1297 if (num_cnt > 0) { in megasas_get_frame_count()1298 sge_bytes = sge_sz * num_cnt; in megasas_get_frame_count()