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

Function ionic_lif_rxq_deinit

dpdk/drivers/net/ionic/ionic_lif.c:1251–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249}
1250
1251void
1252ionic_lif_rxq_deinit(struct ionic_rx_qcq *rxq)
1253{
1254 ionic_qcq_disable(&rxq->qcq);
1255
1256 rxq->flags &= ~IONIC_QCQ_F_INITED;
1257}
1258
1259static void
1260ionic_lif_adminq_deinit(struct ionic_lif *lif)

Callers 1

ionic_dev_rx_queue_stopFunction · 0.85

Calls 1

ionic_qcq_disableFunction · 0.85

Tested by

no test coverage detected