Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_port_db.c74 port_db->phy_port_cnt = port_cnt; in ulp_port_db_init()
461 if (!port_db || phy_port >= port_db->phy_port_cnt) { in ulp_port_db_phy_port_vport_get()
486 if (!port_db || phy_port >= port_db->phy_port_cnt) { in ulp_port_db_phy_port_svif_get()
H A Dulp_port_db.h76 uint16_t phy_port_cnt; member