Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtfp.h222 int tfp_get_fid(struct tf *tfp, uint16_t *fw_fid);
269 int tfp_get_fid(struct tf *tfp, uint16_t *fw_fid);
H A Dtf_session.c156 rc = tfp_get_fid(tfp, &client->fw_fid); in tf_session_create()
262 rc = tfp_get_fid(tfp, &client->fw_fid); in tf_session_client_create()
469 rc = tfp_get_fid(tfp, &fid); in tf_session_close_session()
623 rc = tfp_get_fid(tfp, &fw_fid); in tf_session_get_session()
H A Dtfp.c166 tfp_get_fid(struct tf *tfp, uint16_t *fw_fid) in tfp_get_fid() function