Home
last modified time | relevance | path

Searched refs:nent_per_cq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dsnic_scsi.c1285 unsigned int nent_per_cq; in snic_fwcq_cmpl_handler() local
1289 nent_per_cq = vnic_cq_fw_service(&snic->cq[cq_idx], in snic_fwcq_cmpl_handler()
1292 num_ent += nent_per_cq; in snic_fwcq_cmpl_handler()
1294 if (nent_per_cq > atomic64_read(&misc_stats->max_cq_ents)) in snic_fwcq_cmpl_handler()
1295 atomic64_set(&misc_stats->max_cq_ents, nent_per_cq); in snic_fwcq_cmpl_handler()
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A Dsnic_scsi.c1263 unsigned int nent_per_cq; in snic_fwcq_cmpl_handler() local
1267 nent_per_cq = vnic_cq_fw_service(&snic->cq[cq_idx], in snic_fwcq_cmpl_handler()
1270 num_ent += nent_per_cq; in snic_fwcq_cmpl_handler()
1272 if (nent_per_cq > atomic64_read(&misc_stats->max_cq_ents)) in snic_fwcq_cmpl_handler()
1273 atomic64_set(&misc_stats->max_cq_ents, nent_per_cq); in snic_fwcq_cmpl_handler()

Completed in 6 milliseconds