Searched refs:eth_port_num (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | mv64340_eth.c | 85 static void eth_port_init_mac_tables(ETH_PORT eth_port_num); 1608 static void ethernet_phy_set(ETH_PORT eth_port_num, int phy_addr); 1610 static int ethernet_phy_get(ETH_PORT eth_port_num); 1613 static bool eth_port_uc_addr(ETH_PORT eth_port_num, 1707 ETH_PORT eth_port_num = p_eth_port_ctrl->port_num; local 1711 MV_WRITE(MV64340_ETH_TX_CURRENT_QUEUE_DESC_PTR_0(eth_port_num), 1716 MV_WRITE(MV64340_ETH_RX_CURRENT_QUEUE_DESC_PTR_0(eth_port_num), 1724 MV_WRITE(MV64340_ETH_PORT_CONFIG_REG(eth_port_num), 1727 MV_WRITE(MV64340_ETH_PORT_CONFIG_EXTEND_REG(eth_port_num), 1730 MV_WRITE(MV64340_ETH_PORT_SERIAL_CONTROL_REG(eth_port_num), [all …]
|
D | mv64340_eth.h | 589 static void eth_port_reset(ETH_PORT eth_port_num); 592 static void ethernet_set_config_reg(ETH_PORT eth_port_num, 594 static unsigned int ethernet_get_config_reg(ETH_PORT eth_port_num); 603 static void eth_port_uc_addr_set(ETH_PORT eth_port_num, 607 static bool ethernet_phy_reset(ETH_PORT eth_port_num); 609 static bool eth_port_write_smi_reg(ETH_PORT eth_port_num, 613 static bool eth_port_read_smi_reg(ETH_PORT eth_port_num, 617 static void eth_clear_mib_counters(ETH_PORT eth_port_num);
|