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

Function nitrox_qp_release

dpdk/drivers/crypto/nitrox/nitrox_qp.c:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110int
111nitrox_qp_release(struct nitrox_qp *qp, uint8_t *bar_addr)
112{
113 nitrox_release_ridq(qp);
114 return nitrox_release_cmdq(qp, bar_addr);
115}

Callers 2

nitrox_sym_dev_qp_setupFunction · 0.85

Calls 2

nitrox_release_ridqFunction · 0.85
nitrox_release_cmdqFunction · 0.85

Tested by

no test coverage detected