Searched refs:nent_per_cq (Results 1 – 1 of 1) sorted by relevance
1268 unsigned int nent_per_cq; in snic_fwcq_cmpl_handler() local1272 nent_per_cq = vnic_cq_fw_service(&snic->cq[cq_idx], in snic_fwcq_cmpl_handler()1275 num_ent += nent_per_cq; in snic_fwcq_cmpl_handler()1277 if (nent_per_cq > atomic64_read(&misc_stats->max_cq_ents)) in snic_fwcq_cmpl_handler()1278 atomic64_set(&misc_stats->max_cq_ents, nent_per_cq); in snic_fwcq_cmpl_handler()