Lines Matching refs:num_processed
636 unsigned int num_processed, in hwi_ring_eq_db() argument
648 val |= num_processed << DB_EQ_NUM_POPPED_SHIFT; in hwi_ring_eq_db()
871 unsigned int id, unsigned int num_processed, in hwi_ring_cq_db() argument
879 val |= num_processed << DB_CQ_NUM_POPPED_SHIFT; in hwi_ring_cq_db()
1797 unsigned int num_processed = 0; in beiscsi_process_mcc_cq() local
1806 if (num_processed >= 32) { in beiscsi_process_mcc_cq()
1808 num_processed, 0); in beiscsi_process_mcc_cq()
1809 num_processed = 0; in beiscsi_process_mcc_cq()
1821 num_processed++; in beiscsi_process_mcc_cq()
1824 if (num_processed > 0) in beiscsi_process_mcc_cq()
1825 hwi_ring_cq_db(phba, mcc_cq->id, num_processed, 1); in beiscsi_process_mcc_cq()
1854 unsigned int num_processed = 0; in beiscsi_process_cq() local
1909 if (num_processed == 32) { in beiscsi_process_cq()
1911 num_processed = 0; in beiscsi_process_cq()
2023 num_processed++; in beiscsi_process_cq()
2028 hwi_ring_cq_db(phba, cq->id, num_processed, 1); in beiscsi_process_cq()
3589 unsigned int num_processed; in hwi_purge_eq() local
3604 num_processed = 0; in hwi_purge_eq()
3610 num_processed++; in hwi_purge_eq()
3613 if (num_processed) in hwi_purge_eq()
3614 hwi_ring_eq_db(phba, eq->id, 1, num_processed, 1, 1); in hwi_purge_eq()