Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_tf_pmd_shim.h20 uint16_t bnxt_pmd_get_svif(uint16_t port_id, bool func_svif,
H A Dulp_port_db.c158 func->func_svif = bnxt_pmd_get_svif(port_id, true, in ulp_port_db_dev_port_intf_update()
176 bnxt_pmd_get_svif(port_id, true, BNXT_ULP_INTF_TYPE_VF_REP); in ulp_port_db_dev_port_intf_update()
198 bnxt_pmd_get_svif(port_id, false, BNXT_ULP_INTF_TYPE_INVALID); in ulp_port_db_dev_port_intf_update()
H A Dbnxt_tf_pmd_shim.c169 bnxt_pmd_get_svif(uint16_t port_id, bool func_svif, in bnxt_pmd_get_svif() function