Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c654 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()
[all …]
H A Dbe_main.h798 unsigned int id, unsigned int num_processed,
/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c683 u16 buf_size, u16 *num_processed, struct ice_sq_cd *cd) in ice_aq_rl_profile() argument
695 if (!status && num_processed) in ice_aq_rl_profile()
696 *num_processed = le16_to_cpu(cmd->num_processed); in ice_aq_rl_profile()
H A Dice_adminq_cmd.h873 __le16 num_processed; /* Only for response. Reserved in Command. */ member