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

Function nitrox_release_cmdq

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

Source from the content-addressed store, hash-verified

60}
61
62static int
63nitrox_release_cmdq(struct nitrox_qp *qp, uint8_t *bar_addr)
64{
65 nps_pkt_solicited_port_disable(bar_addr, qp->qno);
66 nps_pkt_input_ring_disable(bar_addr, qp->qno);
67 return rte_memzone_free(qp->cmdq.mz);
68}
69
70int
71nitrox_qp_setup(struct nitrox_qp *qp, uint8_t *bar_addr, const char *dev_name,

Callers 2

nitrox_qp_setupFunction · 0.85
nitrox_qp_releaseFunction · 0.85

Calls 3

rte_memzone_freeFunction · 0.85

Tested by

no test coverage detected