Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dvsc9953.c34 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_mdio()
42 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_phy_address()
50 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_phy_int()
58 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_enable()
66 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_disable()
1543 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_aggr_grp_get()
1723 if (!VSC9953_PORT_CHECK(port_no) || !VSC9953_PORT_CHECK(aggr_grp)) in vsc9953_port_aggr_grp_set()
1771 if (!VSC9953_PORT_CHECK(parsed_cmd->port)) { in vsc9953_port_status_key_func()
1789 if (!VSC9953_PORT_CHECK(parsed_cmd->port)) { in vsc9953_port_config_key_func()
1816 if (!VSC9953_PORT_CHECK(parsed_cmd->port)) { in vsc9953_port_stats_key_func()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dvsc9953.h174 #define VSC9953_PORT_CHECK(port) \ macro