Searched refs:reqlen (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rndis.c | 250 const void *req, uint32_t reqlen) in hn_nvs_send_rndis_ctrl() argument 270 reqlen); in hn_nvs_send_rndis_ctrl() 276 sg.len = reqlen; in hn_nvs_send_rndis_ctrl() 369 const void *req, uint32_t reqlen, in hn_rndis_exec1() argument 471 uint32_t reqlen, comp_len; in hn_rndis_query() local 476 reqlen = sizeof(*req) + idlen; in hn_rndis_query() 477 req = hn_rndis_alloc(reqlen); in hn_rndis_query() 492 req->len = reqlen; in hn_rndis_query() 734 uint32_t reqlen, comp_len; in hn_rndis_set() local 738 reqlen = sizeof(*req) + dlen; in hn_rndis_set() [all …]
|
| H A D | hn_nvs.c | 48 void *req, uint32_t reqlen) in hn_nvs_req_send() argument 52 req, reqlen, 0, in hn_nvs_req_send() 58 void *req, uint32_t reqlen, in __hn_nvs_execute() argument 71 req, reqlen, 0, in __hn_nvs_execute() 138 void *req, uint32_t reqlen, in hn_nvs_execute() argument 146 ret = __hn_nvs_execute(hv, req, reqlen, resp, resplen, type); in hn_nvs_execute()
|