Home
last modified time | relevance | path

Searched refs:ice_fwlog_ring_empty (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_fwlog.h68 bool ice_fwlog_ring_empty(struct ice_fwlog_ring *rings);
Dice_debugfs.c492 if (ice_fwlog_ring_empty(&hw->fwlog_ring)) in ice_debugfs_data_read()
495 while (!ice_fwlog_ring_empty(&hw->fwlog_ring) && !done) { in ice_debugfs_data_read()
Dice_fwlog.c24 bool ice_fwlog_ring_empty(struct ice_fwlog_ring *rings) in ice_fwlog_ring_empty() function