Home
last modified time | relevance | path

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

/openbmc/linux/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()