Searched refs:num_processed (Results 1 – 4 of 4) sorted by relevance
654 unsigned int num_processed, in hwi_ring_eq_db() argument666 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() argument896 val |= num_processed << DB_CQ_NUM_POPPED_SHIFT; in hwi_ring_cq_db()1814 unsigned int num_processed = 0; in beiscsi_process_mcc_cq() local1823 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()[all …]
798 unsigned int id, unsigned int num_processed,
683 u16 buf_size, u16 *num_processed, struct ice_sq_cd *cd) in ice_aq_rl_profile() argument695 if (!status && num_processed) in ice_aq_rl_profile()696 *num_processed = le16_to_cpu(cmd->num_processed); in ice_aq_rl_profile()
873 __le16 num_processed; /* Only for response. Reserved in Command. */ member