Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dvsc9953.c33 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_mdio()
41 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_phy_address()
49 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_phy_int()
57 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_enable()
65 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_disable()
1542 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_aggr_grp_get()
1722 if (!VSC9953_PORT_CHECK(port_no) || !VSC9953_PORT_CHECK(aggr_grp)) in vsc9953_port_aggr_grp_set()
1770 if (!VSC9953_PORT_CHECK(parsed_cmd->port)) { in vsc9953_port_status_key_func()
1923 !VSC9953_PORT_CHECK(parsed_cmd->port)) { in vsc9953_fdb_show_key_func()
1942 !VSC9953_PORT_CHECK(parsed_cmd->port)) { in vsc9953_fdb_flush_key_func()
[all …]
/openbmc/u-boot/include/
H A Dvsc9953.h173 #define VSC9953_PORT_CHECK(port) \ macro