Home
last modified time | relevance | path

Searched refs:hn_process_events (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c387 hn_process_events(txq->hv, txq->queue_id, 0); in hn_dev_tx_descriptor_status()
1040 hn_process_events(rxq->hv, rxq->queue_id, 0); in hn_dev_rx_queue_status()
1055 return hn_process_events(txq->hv, txq->queue_id, free_cnt); in hn_dev_tx_done_cleanup()
1062 uint32_t hn_process_events(struct hn_data *hv, uint16_t queue_id, in hn_process_events() function
1492 hn_process_events(hv, txq->queue_id, 0); in hn_xmit_pkts()
1610 hn_process_events(hv, rxq->queue_id, 0); in hn_recv_pkts()
H A Dhn_var.h164 uint32_t hn_process_events(struct hn_data *hv, uint16_t queue_id,
H A Dhn_rndis.c421 hn_process_events(hv, 0, 1); in hn_rndis_exec1()