Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c59 void *resp, uint32_t resplen, in __hn_nvs_execute() argument
116 if (len < resplen) { in __hn_nvs_execute()
119 len, resplen); in __hn_nvs_execute()
123 memcpy(resp, buffer, resplen); in __hn_nvs_execute()
139 void *resp, uint32_t resplen, in hn_nvs_execute() argument
146 ret = __hn_nvs_execute(hv, req, reqlen, resp, resplen, type); in hn_nvs_execute()