Lines Matching defs:address
569 /* Set the address, index & direction (read from PHY) */
611 /* Set the address, index & direction (write to PHY) */
846 /* Initialise tx packet using broadcast destination address */
849 /* Use incrementing source address */
1285 /* Returns hash bit number for given MAC address
1508 /* Sets the device MAC address to dev_addr, called with mac_lock held */
1639 /* The soft reset above cleared the device's MAC address,
1886 /* Enabling local MAC address only */
1935 /* On older hardware revisions we cannot change the mac address
2049 u8 address, u8 *data)
2051 u32 op = E2P_CMD_EPC_CMD_READ_ | address;
2054 SMSC_TRACE(pdata, drv, "address 0x%x", address);
2058 data[address] = smsc911x_reg_read(pdata, E2P_DATA);
2064 u8 address, u8 data)
2066 u32 op = E2P_CMD_EPC_CMD_ERASE_ | address;
2069 SMSC_TRACE(pdata, drv, "address 0x%x, data 0x%x", address, data);
2073 op = E2P_CMD_EPC_CMD_WRITE_ | address;
2161 /* copies the current mac address from hardware to dev->dev_addr */
2295 /* workaround for platforms without an eeprom, where the mac address
2297 * mac address before resetting the device */
2407 if (device_property_present(dev, "smsc,save-mac-address"))
2478 SMSC_WARN(pdata, probe, "Error smsc911x base address invalid");
2527 /* Check if mac address has been specified when bringing interface up */
2537 /* Try reading mac address from device. if EEPROM is present