Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c191 conn.gpadl = hv->rxbuf_res->phys_addr; in hn_nvs_conn_rxbuf()
194 hv->rxbuf_res->addr, in hn_nvs_conn_rxbuf()
195 hv->rxbuf_res->phys_addr); in hn_nvs_conn_rxbuf()
H A Dhn_var.h122 struct rte_mem_resource *rxbuf_res; /* UIO resource for Rx */ member
H A Dhn_rxtx.c585 rxbuf = hv->rxbuf_res->addr; in hn_rxpkt()
768 uint32_t rxbuf_sz = hv->rxbuf_res->len; in hn_nvs_handle_rxbuf()
769 char *rxbuf = hv->rxbuf_res->addr; in hn_nvs_handle_rxbuf()
H A Dhn_ethdev.c983 hv->rxbuf_res = &vmbus->resource[HV_RECV_BUF_MAP]; in eth_hn_dev_init()