Home
last modified time | relevance | path

Searched refs:KTR_IOAT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ioat/
H A Dioat.c845 CTR4(KTR_IOAT, "%s channel=%u hw_status=0x%lx last_seen=0x%lx", in ioat_process_events()
851 CTR5(KTR_IOAT, "channel=%u completing desc idx %u (%p) ok cb %p(%p)", in ioat_process_events()
866 CTR5(KTR_IOAT, "%s channel=%u head=%u tail=%u active=%u", __func__, in ioat_process_events()
918 CTR5(KTR_IOAT, "channel=%u completing desc idx %u (%p) err cb %p(%p)", in ioat_process_events()
930 CTR5(KTR_IOAT, "%s channel=%u head=%u tail=%u active=%u", __func__, in ioat_process_events()
1092 CTR2(KTR_IOAT, "%s channel=%u", __func__, ioat->chan_idx); in ioat_acquire()
1117 CTR3(KTR_IOAT, "%s channel=%u dispatch1 head=%u", __func__, in ioat_release()
1120 CTR3(KTR_IOAT, "%s channel=%u dispatch2 head=%u", __func__, in ioat_release()
1213 CTR2(KTR_IOAT, "%s channel=%u", __func__, ioat->chan_idx); in ioat_null()
1246 CTR6(KTR_IOAT, "%s channel=%u desc=%p dest=%lx src=%lx len=%lx", in ioat_copy()
[all …]
H A Dioat_internal.h32 #define KTR_IOAT KTR_SPARE3 macro