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

/freebsd-12-stable/sys/dev/ioat/
H A Dioat.c155 static unsigned ioat_channel_index = 0; variable
156 SYSCTL_UINT(_hw_ioat, OID_AUTO, channels, CTLFLAG_RD, &ioat_channel_index, 0,
321 if (i >= ioat_channel_index)
322 ioat_channel_index = i + 1;
358 while (ioat_channel_index > 0 &&
359 ioat_channel[ioat_channel_index - 1] == NULL)
360 ioat_channel_index--;
945 return (ioat_channel_index);
959 if (index >= ioat_channel_index ||
2038 if (idx >= ioat_channel_index)
[all...]

Completed in 105 milliseconds