Searched refs:hvutil_transport (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/hv/ |
D | hv_utils_transport.c | 28 static void hvt_reset(struct hvutil_transport *hvt) in hvt_reset() 40 struct hvutil_transport *hvt; in hvt_op_read() 43 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_read() 87 struct hvutil_transport *hvt; in hvt_op_write() 91 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_write() 109 struct hvutil_transport *hvt; in hvt_op_poll() 111 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_poll() 126 struct hvutil_transport *hvt; in hvt_op_open() 130 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_open() 162 static void hvt_transport_free(struct hvutil_transport *hvt) in hvt_transport_free() [all …]
|
D | hv_utils_transport.h | 31 struct hvutil_transport { struct 47 struct hvutil_transport *hvutil_transport_init(const char *name, argument 51 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len, 53 void hvutil_transport_destroy(struct hvutil_transport *hvt);
|
D | hv_fcopy.c | 73 static struct hvutil_transport *hvt;
|
D | hv_snapshot.c | 81 static struct hvutil_transport *hvt;
|
D | hv_kvp.c | 103 static struct hvutil_transport *hvt;
|