Home
last modified time | relevance | path

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

/spdk/lib/ioat/
H A Dioat.c301 status = *ioat->comp_update; in ioat_process_channel_events()
344 if (ioat->comp_update) { in ioat_channel_destruct()
345 spdk_free((void *)ioat->comp_update); in ioat_channel_destruct()
346 ioat->comp_update = NULL; in ioat_channel_destruct()
397 ioat->comp_update = spdk_zmalloc(sizeof(*ioat->comp_update), SPDK_IOAT_CHANCMP_ALIGN, in ioat_channel_start()
399 if (ioat->comp_update == NULL) { in ioat_channel_start()
403 comp_update_bus_addr = spdk_vtophys((void *)ioat->comp_update, NULL); in ioat_channel_start()
H A Dioat_internal.h32 volatile uint64_t *comp_update; member