Searched refs:ice_fwlog_ring_empty (Results 1 – 3 of 3) sorted by relevance
68 bool ice_fwlog_ring_empty(struct ice_fwlog_ring *rings);
492 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()
24 bool ice_fwlog_ring_empty(struct ice_fwlog_ring *rings) in ice_fwlog_ring_empty() function