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

Function ionic_tx_empty

dpdk/drivers/net/ionic/ionic_rxtx.c:40–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40static void __rte_cold
41ionic_tx_empty(struct ionic_tx_qcq *txq)
42{
43 struct ionic_queue *q = &txq->qcq.q;
44 uint32_t info_len = q->num_descs * q->num_segs;
45
46 ionic_empty_array(q->info, info_len, info_len);
47}
48
49static void __rte_cold
50ionic_rx_empty(struct ionic_rx_qcq *rxq)

Callers 1

ionic_dev_tx_queue_stopFunction · 0.85

Calls 1

ionic_empty_arrayFunction · 0.85

Tested by

no test coverage detected