Home
last modified time | relevance | path

Searched refs:ice_ctrlq_pending (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_main.c1318 * ice_ctrlq_pending - check if there is a difference between ntc and ntu
1324 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_ctrlq_pending() function
1351 * ice_ctrlq_pending) and process new messages if any. in ice_clean_adminq_subtask()
1353 if (ice_ctrlq_pending(hw, &hw->adminq)) in ice_clean_adminq_subtask()
1375 if (ice_ctrlq_pending(hw, &hw->mailboxq)) in ice_clean_mailboxq_subtask()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_main.c1554 * ice_ctrlq_pending - check if there is a difference between ntc and ntu
1560 static bool ice_ctrlq_pending(struct ice_hw *hw, struct ice_ctl_q_info *cq) in ice_ctrlq_pending() function
1587 * ice_ctrlq_pending) and process new messages if any. in ice_clean_adminq_subtask()
1589 if (ice_ctrlq_pending(hw, &hw->adminq)) in ice_clean_adminq_subtask()
1611 if (ice_ctrlq_pending(hw, &hw->mailboxq)) in ice_clean_mailboxq_subtask()
1639 if (ice_ctrlq_pending(hw, &hw->sbq)) in ice_clean_sbq_subtask()

Completed in 17 milliseconds