Home
last modified time | relevance | path

Searched refs:port_no (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dvsc9953.c32 void vsc9953_port_info_set_mdio(int port_no, struct mii_dev *bus) in vsc9953_port_info_set_mdio() argument
34 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_mdio()
37 vsc9953_l2sw.port[port_no].bus = bus; in vsc9953_port_info_set_mdio()
40 void vsc9953_port_info_set_phy_address(int port_no, int address) in vsc9953_port_info_set_phy_address() argument
42 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_phy_address()
45 vsc9953_l2sw.port[port_no].phyaddr = address; in vsc9953_port_info_set_phy_address()
48 void vsc9953_port_info_set_phy_int(int port_no, phy_interface_t phy_int) in vsc9953_port_info_set_phy_int() argument
50 if (!VSC9953_PORT_CHECK(port_no)) in vsc9953_port_info_set_phy_int()
53 vsc9953_l2sw.port[port_no].enet_if = phy_int; in vsc9953_port_info_set_phy_int()
56 void vsc9953_port_enable(int port_no) in vsc9953_port_enable() argument
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.t1040-l2switch37 ethsw [port <port_no>] { enable | disable | show } - enable/disable a port; show a port's configura…
38 ethsw [port <port_no>] statistics { [help] | [clear] } - show an l2 switch port's statistics
39 ethsw [port <port_no>] learning { [help] | show | auto | disable } - enable/disable/show learning c…
40 ethsw [port <port_no>] [vlan <vid>] fdb { [help] | show | flush | { add | del } <mac> } - add/delet…
42 ethsw [port <port_no>] pvid { [help] | show | <pvid> } - set/show PVID (ingress and egress VLAN tag…
43 ethsw [port <port_no>] vlan { [help] | show | add <vid> | del <vid> } - add a VLAN to a port (VLAN …
44 ethsw [port <port_no>] untagged { [help] | show | all | none | pvid } - set egress tagging mode for…
45 ethsw [port <port_no>] egress tag { [help] | show | pvid | classified } - configure VID source for …
48 ethsw [port <port_no>] ingress filtering { [help] | show | enable | disable } - enable/disable VLAN…
49 ethsw [port <port_no>] aggr { [help] | show | <lag_group_no> } - get/set LAG group for a port
/rk3399_rockchip-uboot/include/
H A Dvsc9953.h647 void vsc9953_port_info_set_mdio(int port_no, struct mii_dev *bus);
648 void vsc9953_port_info_set_phy_address(int port_no, int address);
649 void vsc9953_port_enable(int port_no);
650 void vsc9953_port_disable(int port_no);
651 void vsc9953_port_info_set_phy_int(int port_no, phy_interface_t phy_int);
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil3114.h30 unsigned char port_no; /* primary=0, secondary=1 */ member
H A Dsata_sil3114.c575 printf ("ata%u failed to respond\n", port[num].port_no); in sata_write()
771 port[0].port_no = 0; in scan_sata()
779 port[1].port_no = 0; in scan_sata()
787 port[2].port_no = 0; in scan_sata()
795 port[3].port_no = 0; in scan_sata()
H A Dsata_dwc.h422 unsigned int port_no; member
H A Dsata_dwc.c316 ap.port_no = i; in init_sata()