Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c308 struct hn_nvs_chim_conn chim; in hn_nvs_conn_chim() local
315 memset(&chim, 0, sizeof(chim)); in hn_nvs_conn_chim()
316 chim.type = NVS_TYPE_CHIM_CONN; in hn_nvs_conn_chim()
317 chim.gpadl = hv->chim_res->phys_addr; in hn_nvs_conn_chim()
318 chim.sig = NVS_CHIM_SIG; in hn_nvs_conn_chim()
323 error = hn_nvs_execute(hv, &chim, sizeof(chim), in hn_nvs_conn_chim()
H A Dhn_rxtx.c1224 void *chim; in hn_try_txagg() local
1247 chim = (uint8_t *)pkt + pkt->len; in hn_try_txagg()
1248 txq->agg_prevpkt = chim; in hn_try_txagg()
1260 return chim; in hn_try_txagg()
1267 chim = (uint8_t *)hv->chim_res->addr in hn_try_txagg()
1273 txq->agg_prevpkt = chim; in hn_try_txagg()
1275 return chim; in hn_try_txagg()