Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_session.c497 struct tf_dev_info *tfd = NULL; in tf_session_close_session() local
578 rc = tf_session_get_device(tfs, &tfd); in tf_session_close_session()
586 mailbox = tfd->ops->tf_dev_get_mailbox(); in tf_session_close_session()
597 rc = tf_dev_unbind(tfp, tfd); in tf_session_close_session()
713 struct tf_dev_info **tfd) in tf_session_get() argument
722 rc = tf_session_get_device(*tfs, tfd); in tf_session_get()
797 struct tf_dev_info **tfd) in tf_session_get_device() argument
799 *tfd = &tfs->dev; in tf_session_get_device()
H A Dtf_session.h472 struct tf_dev_info **tfd);
492 struct tf_dev_info **tfd);