Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_port_db.c65 port_db->phy_port_list = rte_zmalloc("bnxt_ulp_phy_port_list", in ulp_port_db_init()
69 if (!port_db->phy_port_list) { in ulp_port_db_init()
104 rte_free(port_db->phy_port_list); in ulp_port_db_deinit()
185 port_data = &port_db->phy_port_list[func->phy_port_id]; in ulp_port_db_dev_port_intf_update()
294 *svif = port_db->phy_port_list[phy_port_id].port_svif; in ulp_port_db_svif_get()
334 *spif = port_db->phy_port_list[phy_port_id].port_spif; in ulp_port_db_spif_get()
373 *parif = port_db->phy_port_list[phy_port_id].port_parif; in ulp_port_db_parif_get()
440 *vport = port_db->phy_port_list[phy_port_id].port_vport; in ulp_port_db_vport_get()
465 *out_port = port_db->phy_port_list[phy_port].port_vport; in ulp_port_db_phy_port_vport_get()
490 *svif = port_db->phy_port_list[phy_port].port_svif; in ulp_port_db_phy_port_svif_get()
H A Dulp_port_db.h75 struct ulp_phy_port_info *phy_port_list; member