Home
last modified time | relevance | path

Searched refs:tf_close_session (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.c379 rc = tf_close_session(tfp); in ulp_ctx_shared_session_close()
515 tf_close_session(&bp->tfp_shared); in ulp_ctx_shared_session_detach()
618 tf_close_session(&bp->tfp); in ulp_ctx_session_close()
993 tf_close_session(&bp->tfp); in ulp_ctx_detach()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_core.h966 int tf_close_session(struct tf *tfp);
H A Dtf_core.c158 tf_close_session(struct tf *tfp) in tf_close_session() function