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

Function ionic_q_reset

dpdk/drivers/net/ionic/ionic_dev.c:392–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void
393ionic_q_reset(struct ionic_queue *q)
394{
395 q->head_idx = 0;
396 q->tail_idx = 0;
397}

Callers 2

ionic_lif_txq_initFunction · 0.85
ionic_lif_rxq_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected