Searched refs:nss_profiler_if_tx_buf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_profiler.h152 extern nss_tx_status_t nss_profiler_if_tx_buf(void *nss_ctx, void *buf, uint32_t len, void *cb);
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_profiler.c79 nss_tx_status_t nss_profiler_if_tx_buf(void *ctx, void *buf, uint32_t len, void *cb) function
168 EXPORT_SYMBOL(nss_profiler_if_tx_buf); variable
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofile.c348 ret = nss_profiler_if_tx_buf(pn->ctx, &pn->pnc.un, sizeof(pn->pnc.un), profiler_handle_reply);
409 ret = nss_profiler_if_tx_buf(pn->ctx, &pn->pnc.un, sizeof(pn->pnc.un), profiler_handle_reply);
430 ret = nss_profiler_if_tx_buf(pn->ctx, &pn->pnc.un, sizeof(pn->pnc.un), profiler_handle_reply);
547 result = nss_profiler_if_tx_buf(pio->ctx, &pio->pnc.un, sizeof(pio->pnc.un), profiler_handle_debug_reply);
681 ret = nss_profiler_if_tx_buf(pn->ctx, &pn->pnc.un, sizeof(pn->pnc.un), profiler_handle_reply);
705 ret = nss_profiler_if_tx_buf(pn->ctx, &pn->pnc.un, sizeof(pn->pnc.un), profiler_handle_reply);
709 ret = nss_profiler_if_tx_buf(pn->ctx, &pn->pnc.un, sizeof(pn->pnc.un), profiler_handle_reply);

Completed in 85 milliseconds