Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_utils_transport.c65 if (hvt->on_read) in hvt_op_read()
66 hvt->on_read(); in hvt_op_read()
67 hvt->on_read = NULL; in hvt_op_read()
261 hvt->on_read = on_read_cb; in hvutil_transport_send()
H A Dhv_utils_transport.h29 void (*on_read)(void); /* callback on message read */ member
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_utils_transport.c65 if (hvt->on_read) in hvt_op_read()
66 hvt->on_read(); in hvt_op_read()
67 hvt->on_read = NULL; in hvt_op_read()
261 hvt->on_read = on_read_cb; in hvutil_transport_send()
H A Dhv_utils_transport.h29 void (*on_read)(void); /* callback on message read */ member

Completed in 2 milliseconds