Lines Matching defs:address
868 * @addr: Physical address of memory buffer.
893 * @dma: Associated physical DMA address.
923 * @ring_phys: The physical address of the first descriptor of the ring.
960 * @mac_addr: MAC address to filter.
1100 * @br_addr: Bridge address. Used for STP.
1101 * @other_addr: Other MAC address. Used for multiple network device mode.
1157 * @io: Virtual address assigned.
1177 * @perm_addr: Permanent MAC address.
1178 * @override_addr: Overridden MAC address.
1179 * @address: Additional MAC address entries.
1180 * @addr_list_size: Additional MAC address list size.
1181 * @mac_override: Indication of MAC address overridden.
1184 * @multi_list: Multicast address entries.
1186 * @multi_list_size: Multicast address list size.
1221 u8 address[ADDITIONAL_ENTRIES][ETH_ALEN];
1298 * @dma_addr: Physical DMA address allocated.
1300 * @phys: Actual physical address used.
1301 * @alloc_virt: Virtual address allocated.
1302 * @virt: Actual virtual address used.
1584 * @addr: The address of the table entry.
1610 * @addr: The address of the table entry.
1639 * @addr: The address of the table entry.
1640 * @mac_addr: The MAC address.
1677 * @addr: The address of the table entry.
1707 * @addr: The address of the counter.
1930 * @addr: The address of the switch register.
1949 * @addr: The address of the switch register.
2390 * sw_set_addr - configure switch MAC address
2392 * @mac_addr: The MAC address.
2394 * This function configures the MAC address of the switch.
3236 * @ip_addr: The IPv4 address assigned to the device.
3310 * @net_addr: The IPv4 address assigned to the device.
3489 /* Set base address of Tx/Rx descriptors. */
3659 * hw_set_addr - set MAC address
3662 * This routine programs the MAC address of the hardware when the address is
3677 * hw_read_addr - read MAC address
3680 * This routine retrieves the MAC address of the hardware.
3730 if (empty_addr(hw->address[i]))
3734 hw_ena_add_addr(hw, i, hw->address[i]);
3746 if (ether_addr_equal(hw->address[i], mac_addr))
3748 if (ADDITIONAL_ENTRIES == j && empty_addr(hw->address[i]))
3752 memcpy(hw->address[j], mac_addr, ETH_ALEN);
3753 hw_ena_add_addr(hw, j, hw->address[j]);
3764 if (ether_addr_equal(hw->address[i], mac_addr)) {
3765 eth_zero_addr(hw->address[i]);
5261 * netdev_set_mac_address - set network device MAC address
5263 * @addr: Buffer of MAC address.
5265 * This function is used to set the MAC address of the network device.
5458 /* Get address of MII PHY in use. */
5814 /* Need to find a way to retrieve the device IP address. */
6658 /* Read MAC address and initialize override address if not overridden. */
6661 /* Multiple device interfaces mode requires a second MAC address. */
6815 /* Need to find a way to retrieve the device IP address. */
6873 MODULE_PARM_DESC(macaddr, "MAC address");
6874 MODULE_PARM_DESC(mac1addr, "Second MAC address");