Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vdpa/solidrun/
H A Dsnet_main.c23 #define SNET_KICK_VAL 0x1 macro
112 iowrite32(SNET_KICK_VAL, snet->vqs[idx]->kick_ptr); in snet_kick_vq()
124 iowrite32((data & 0xFFFF0000) | SNET_KICK_VAL, snet->vqs[idx]->kick_ptr); in snet_kick_vq_with_data()