Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c230 int num_cnt; in dpaa2_eth_get_ethtool_stats() local
265 num_cnt = dpni_stats_page_size[j] / sizeof(u64); in dpaa2_eth_get_ethtool_stats()
266 for (k = 0; k < num_cnt; k++) in dpaa2_eth_get_ethtool_stats()
/Linux-v5.15/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1352 int num_cnt; in megasas_get_frame_count() local
1372 num_cnt = sge_count - 1; in megasas_get_frame_count()
1374 num_cnt = sge_count - 1; in megasas_get_frame_count()
1376 num_cnt = sge_count - 2; in megasas_get_frame_count()
1379 num_cnt = sge_count - 1; in megasas_get_frame_count()
1381 num_cnt = sge_count - 2; in megasas_get_frame_count()
1383 num_cnt = sge_count - 3; in megasas_get_frame_count()
1386 if (num_cnt > 0) { in megasas_get_frame_count()
1387 sge_bytes = sge_sz * num_cnt; in megasas_get_frame_count()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_edif.c894 int32_t num_cnt; in qla_edif_app_getfcinfo() local
906 num_cnt = app_req.num_ports; /* num of ports alloc'd by app */ in qla_edif_app_getfcinfo()
909 sizeof(struct app_pinfo) * num_cnt), GFP_KERNEL); in qla_edif_app_getfcinfo()
986 sizeof(struct app_pinfo_reply) + sizeof(struct app_pinfo) * num_cnt); in qla_edif_app_getfcinfo()