Home
last modified time | relevance | path

Searched refs:ack_fail (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_force_wake.c236 int ack_fail = 0; in xe_force_wake_put() local
261 ack_fail |= BIT(domain->id); in xe_force_wake_put()
265 xe_gt_WARN(gt, ack_fail, "Forcewake domain%s %#x failed to acknowledge sleep request\n", in xe_force_wake_put()
266 str_plural(hweight_long(ack_fail)), ack_fail); in xe_force_wake_put()
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Dpcu.c249 stats->ack_fail += ath5k_hw_reg_read(ah, AR5K_ACK_FAIL); in ath5k_hw_update_mib_counters()
H A Dmac80211-ops.c564 stats->dot11ACKFailureCount = ah->stats.ack_fail; in ath5k_get_stats()
H A Dath5k.h1225 unsigned int ack_fail; member
H A Dbase.c1744 ah->stats.ack_fail++; in ath5k_tx_frame_completed()