Searched refs:phy_port_list (Results 1 – 2 of 2) sorted by relevance
67 port_db->phy_port_list = rte_zmalloc("bnxt_ulp_phy_port_list", in ulp_port_db_init()71 if (!port_db->phy_port_list) { in ulp_port_db_init()106 rte_free(port_db->phy_port_list); in ulp_port_db_deinit()195 port_data = &port_db->phy_port_list[func->phy_port_id]; in ulp_port_db_dev_port_intf_update()302 *svif = port_db->phy_port_list[phy_port_id].port_svif; in ulp_port_db_svif_get()342 *spif = port_db->phy_port_list[phy_port_id].port_spif; in ulp_port_db_spif_get()381 *parif = port_db->phy_port_list[phy_port_id].port_parif; in ulp_port_db_parif_get()448 *vport = port_db->phy_port_list[phy_port_id].port_vport; in ulp_port_db_vport_get()473 *out_port = port_db->phy_port_list[phy_port].port_vport; in ulp_port_db_phy_port_vport_get()498 *svif = port_db->phy_port_list[phy_port].port_svif; in ulp_port_db_phy_port_svif_get()
78 struct ulp_phy_port_info *phy_port_list; member