Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_var.h80 struct hn_rx_queue { struct
101 struct hn_rx_queue *rxq; argument
110 struct hn_rx_queue *primary;
184 struct hn_rx_queue *hn_rx_queue_alloc(struct hn_data *hv,
H A Dhn_rxtx.c530 struct hn_rx_queue *rxq = rxb->rxq; in hn_rx_buf_free_cb()
666 static void hn_rndis_rx_data(struct hn_rx_queue *rxq, in hn_rndis_rx_data()
762 struct hn_rx_queue *rxq, in hn_nvs_handle_rxbuf()
872 struct hn_rx_queue *hn_rx_queue_alloc(struct hn_data *hv, in hn_rx_queue_alloc()
876 struct hn_rx_queue *rxq; in hn_rx_queue_alloc()
936 struct hn_rx_queue *rxq; in hn_dev_rx_queue_setup()
1009 struct hn_rx_queue *rxq = arg; in hn_dev_rx_queue_release()
1038 const struct hn_rx_queue *rxq = arg; in hn_dev_rx_queue_status()
1066 struct hn_rx_queue *rxq; in hn_process_events()
1600 struct hn_rx_queue *rxq = prxq; in hn_recv_pkts()
[all …]
H A Dhn_ethdev.c647 const struct hn_rx_queue *rxq = dev->data->rx_queues[i]; in hn_dev_stats_get()
683 struct hn_rx_queue *rxq = dev->data->rx_queues[i]; in hn_dev_stats_reset()
749 const struct hn_rx_queue *rxq = dev->data->rx_queues[i]; in hn_dev_xstats_get_names()
802 const struct hn_rx_queue *rxq = dev->data->rx_queues[i]; in hn_dev_xstats_get()
H A Dhn_nvs.c137 struct hn_rx_queue *rxq = hv->primary; in hn_nvs_execute()