Searched refs:nent_per_cq (Results 1 – 1 of 1) sorted by relevance
1285 unsigned int nent_per_cq; in snic_fwcq_cmpl_handler() local1289 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()