Home
last modified time | relevance | path

Searched refs:num_processed (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/be2iscsi/
Dbe_main.c636 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()
[all …]
Dbe_main.h799 unsigned int id, unsigned int num_processed,
/drivers/media/platform/
Dvim2m.c210 u8 num_processed; member
639 curr_ctx->num_processed++; in device_work()
646 if (curr_ctx->num_processed == curr_ctx->translen in device_work()
649 curr_ctx->num_processed = 0; in device_work()
Drcar_fdp1.c587 u8 num_processed; member
1322 ctx->num_processed++; in device_frame_end()
1342 ctx->num_processed, ctx->translen); in device_frame_end()
1344 if (ctx->num_processed == ctx->translen || in device_frame_end()
1347 ctx->num_processed = 0; in device_frame_end()
/drivers/ata/
Dsata_dwc_460ex.c511 int handled, num_processed, port = 0; in sata_dwc_isr() local
651 num_processed = 0; in sata_dwc_isr()
653 num_processed++; in sata_dwc_isr()