Lines Matching refs:num_processed
638 unsigned int num_processed, in hwi_ring_eq_db() argument
650 val |= num_processed << DB_EQ_NUM_POPPED_SHIFT; in hwi_ring_eq_db()
872 unsigned int id, unsigned int num_processed, in hwi_ring_cq_db() argument
880 val |= num_processed << DB_CQ_NUM_POPPED_SHIFT; in hwi_ring_cq_db()
1798 unsigned int num_processed = 0; in beiscsi_process_mcc_cq() local
1807 if (num_processed >= 32) { in beiscsi_process_mcc_cq()
1809 num_processed, 0); in beiscsi_process_mcc_cq()
1810 num_processed = 0; in beiscsi_process_mcc_cq()
1822 num_processed++; in beiscsi_process_mcc_cq()
1825 if (num_processed > 0) in beiscsi_process_mcc_cq()
1826 hwi_ring_cq_db(phba, mcc_cq->id, num_processed, 1); in beiscsi_process_mcc_cq()
1855 unsigned int num_processed = 0; in beiscsi_process_cq() local
1910 if (num_processed == 32) { in beiscsi_process_cq()
1912 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()
3585 unsigned int num_processed; in hwi_purge_eq() local
3600 num_processed = 0; in hwi_purge_eq()
3606 num_processed++; in hwi_purge_eq()
3609 if (num_processed) in hwi_purge_eq()
3610 hwi_ring_eq_db(phba, eq->id, 1, num_processed, 1, 1); in hwi_purge_eq()