Searched refs:nvs_msg (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/hyperv/netvsc/ |
| H A D | hn_nvs.h | 61 void *nvs_msg, int nvs_msglen, struct hn_nvs_sendctx *sndc) in hn_nvs_send() argument 65 nvs_msg, nvs_msglen, (uint64_t)(uintptr_t)sndc)); in hn_nvs_send() 70 void *nvs_msg, int nvs_msglen, struct hn_nvs_sendctx *sndc) in hn_nvs_send_sglist() argument 73 return (vmbus_chan_send_sglist(chan, sg, sglen, nvs_msg, nvs_msglen, in hn_nvs_send_sglist()
|