Home
last modified time | relevance | path

Searched refs:num_cnt (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Ddpaa2-ethtool.c175 int num_cnt; in dpaa2_eth_get_ethtool_stats() local
194 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()
/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1263 int num_cnt; in megasas_get_frame_count() local
1283 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()