Lines Matching refs:num_processed
654 unsigned int num_processed, in hwi_ring_eq_db() argument
666 val |= num_processed << DB_EQ_NUM_POPPED_SHIFT; in hwi_ring_eq_db()
888 unsigned int id, unsigned int num_processed, in hwi_ring_cq_db() argument
896 val |= num_processed << DB_CQ_NUM_POPPED_SHIFT; in hwi_ring_cq_db()
1814 unsigned int num_processed = 0; in beiscsi_process_mcc_cq() local
1823 if (num_processed >= 32) { in beiscsi_process_mcc_cq()
1825 num_processed, 0); in beiscsi_process_mcc_cq()
1826 num_processed = 0; in beiscsi_process_mcc_cq()
1838 num_processed++; in beiscsi_process_mcc_cq()
1841 if (num_processed > 0) in beiscsi_process_mcc_cq()
1842 hwi_ring_cq_db(phba, mcc_cq->id, num_processed, 1); in beiscsi_process_mcc_cq()
1871 unsigned int num_processed = 0; in beiscsi_process_cq() local
1926 if (num_processed == 32) { in beiscsi_process_cq()
1928 num_processed = 0; in beiscsi_process_cq()
2039 num_processed++; in beiscsi_process_cq()
2044 hwi_ring_cq_db(phba, cq->id, num_processed, 1); in beiscsi_process_cq()
3602 unsigned int num_processed; in hwi_purge_eq() local
3617 num_processed = 0; in hwi_purge_eq()
3623 num_processed++; in hwi_purge_eq()
3626 if (num_processed) in hwi_purge_eq()
3627 hwi_ring_eq_db(phba, eq->id, 1, num_processed, 1, 1); in hwi_purge_eq()