Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c303 struct hn_nvs_chim_conn chim; in hn_nvs_conn_chim() local
310 memset(&chim, 0, sizeof(chim)); in hn_nvs_conn_chim()
311 chim.type = NVS_TYPE_CHIM_CONN; in hn_nvs_conn_chim()
312 chim.gpadl = hv->chim_res->phys_addr; in hn_nvs_conn_chim()
313 chim.sig = NVS_CHIM_SIG; in hn_nvs_conn_chim()
318 error = hn_nvs_execute(hv, &chim, sizeof(chim), in hn_nvs_conn_chim()
H A Dhn_rxtx.c1226 void *chim; in hn_try_txagg() local
1249 chim = (uint8_t *)pkt + pkt->len; in hn_try_txagg()
1250 txq->agg_prevpkt = chim; in hn_try_txagg()
1262 return chim; in hn_try_txagg()
1269 chim = (uint8_t *)hv->chim_res->addr in hn_try_txagg()
1275 txq->agg_prevpkt = chim; in hn_try_txagg()
1277 return chim; in hn_try_txagg()