Home
last modified time | relevance | path

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

/freebsd/sys/dev/ioat/
H A Dioat.c154 static struct ioat_softc *ioat_channel[IOAT_MAX_CHANNELS]; variable
333 if (ioat_channel[i] == NULL) in ioat_attach()
343 ioat_channel[i] = ioat; in ioat_attach()
380 ioat_channel[ioat->chan_idx] = NULL; in ioat_detach()
382 ioat_channel[ioat_channel_index - 1] == NULL) in ioat_detach()
979 (ioat = ioat_channel[index]) == NULL) { in ioat_get_dmaengine()
2061 sc = ioat_channel[idx]; in DB_SHOW_COMMAND()