Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/vmbus/
H A Dprivate.h55 #define HV_MON_TRIG_LEN 32 macro
H A Dvmbus_channel.c35 trigger_index = monitor_id / HV_MON_TRIG_LEN; in vmbus_set_monitor()
36 monitor_mask = 1u << (monitor_id % HV_MON_TRIG_LEN); in vmbus_set_monitor()