Home
last modified time | relevance | path

Searched refs:tfp_shared (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.c475 rc = tf_open_session(&bp->tfp_shared, &parms); in ulp_ctx_shared_session_open()
486 session->g_shared_tfp.session = bp->tfp_shared.session; in ulp_ctx_shared_session_open()
488 rc = bnxt_ulp_cntxt_shared_tfp_set(bp->ulp_ctx, &bp->tfp_shared); in ulp_ctx_shared_session_open()
503 bp->tfp_shared.session = session->g_shared_tfp.session; in ulp_ctx_shared_session_attach()
514 if (bp->tfp_shared.session) { in ulp_ctx_shared_session_detach()
515 tf_close_session(&bp->tfp_shared); in ulp_ctx_shared_session_detach()
516 bp->tfp_shared.session = NULL; in ulp_ctx_shared_session_detach()
/dpdk/drivers/net/bnxt/
H A Dbnxt.h857 struct tf tfp_shared; member