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

Function nitrox_sym_dev_close

dpdk/drivers/crypto/nitrox/nitrox_sym.c:105–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static int
106nitrox_sym_dev_close(struct rte_cryptodev *cdev)
107{
108 int i, ret;
109
110 for (i = 0; i < cdev->data->nb_queue_pairs; i++) {
111 ret = nitrox_sym_dev_qp_release(cdev, i);
112 if (ret)
113 return ret;
114 }
115
116 return 0;
117}
118
119static void
120nitrox_sym_dev_info_get(struct rte_cryptodev *cdev,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected