MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sfc_repr_rx_queue_stop

Function sfc_repr_rx_queue_stop

dpdk/drivers/net/sfc/sfc_repr.c:121–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119#define sfc_repr_lock_fini(sr) RTE_SET_USED(sr)
120
121static void
122sfc_repr_rx_queue_stop(void *queue)
123{
124 struct sfc_repr_rxq *rxq = queue;
125
126 if (rxq == NULL)
127 return;
128
129 rte_ring_reset(rxq->ring);
130}
131
132static void
133sfc_repr_tx_queue_stop(void *queue)

Callers 1

sfc_repr_stopFunction · 0.85

Calls 1

rte_ring_resetFunction · 0.85

Tested by

no test coverage detected