Lines Matching refs:num_processed
635 unsigned int num_processed, in hwi_ring_eq_db() argument
647 val |= num_processed << DB_EQ_NUM_POPPED_SHIFT; in hwi_ring_eq_db()
869 unsigned int id, unsigned int num_processed, in hwi_ring_cq_db() argument
877 val |= num_processed << DB_CQ_NUM_POPPED_SHIFT; in hwi_ring_cq_db()
1795 unsigned int num_processed = 0; in beiscsi_process_mcc_cq() local
1804 if (num_processed >= 32) { in beiscsi_process_mcc_cq()
1806 num_processed, 0); in beiscsi_process_mcc_cq()
1807 num_processed = 0; in beiscsi_process_mcc_cq()
1819 num_processed++; in beiscsi_process_mcc_cq()
1822 if (num_processed > 0) in beiscsi_process_mcc_cq()
1823 hwi_ring_cq_db(phba, mcc_cq->id, num_processed, 1); in beiscsi_process_mcc_cq()
1852 unsigned int num_processed = 0; in beiscsi_process_cq() local
1907 if (num_processed == 32) { in beiscsi_process_cq()
1909 num_processed = 0; in beiscsi_process_cq()
2020 num_processed++; in beiscsi_process_cq()
2025 hwi_ring_cq_db(phba, cq->id, num_processed, 1); in beiscsi_process_cq()
3582 unsigned int num_processed; in hwi_purge_eq() local
3597 num_processed = 0; in hwi_purge_eq()
3603 num_processed++; in hwi_purge_eq()
3606 if (num_processed) in hwi_purge_eq()
3607 hwi_ring_eq_db(phba, eq->id, 1, num_processed, 1, 1); in hwi_purge_eq()