Lines Matching defs:address
936 * @addr: Physical address of memory buffer.
961 * @dma: Associated physical DMA address.
991 * @ring_phys: The physical address of the first descriptor of the ring.
1028 * @mac_addr: MAC address to filter.
1168 * @br_addr: Bridge address. Used for STP.
1169 * @other_addr: Other MAC address. Used for multiple network device mode.
1225 * @io: Virtual address assigned.
1245 * @perm_addr: Permanent MAC address.
1246 * @override_addr: Overridden MAC address.
1247 * @address: Additional MAC address entries.
1248 * @addr_list_size: Additional MAC address list size.
1249 * @mac_override: Indication of MAC address overridden.
1252 * @multi_list: Multicast address entries.
1254 * @multi_list_size: Multicast address list size.
1289 u8 address[ADDITIONAL_ENTRIES][ETH_ALEN];
1366 * @dma_addr: Physical DMA address allocated.
1368 * @phys: Actual physical address used.
1369 * @alloc_virt: Virtual address allocated.
1370 * @virt: Actual virtual address used.
1661 * @addr: The address of the table entry.
1687 * @addr: The address of the table entry.
1716 * @addr: The address of the table entry.
1717 * @mac_addr: The MAC address.
1754 * @addr: The address of the table entry.
1784 * @addr: The address of the counter.
2077 * @addr: The address of the switch register.
2096 * @addr: The address of the switch register.
2685 * sw_get_addr - get the switch MAC address.
2687 * @mac_addr: Buffer to store the MAC address.
2689 * This function retrieves the MAC address of the switch.
2702 * sw_set_addr - configure switch MAC address
2704 * @mac_addr: The MAC address.
2706 * This function configures the MAC address of the switch.
3609 * @ip_addr: The IPv4 address assigned to the device.
3683 * @net_addr: The IPv4 address assigned to the device.
3862 /* Set base address of Tx/Rx descriptors. */
4032 * hw_set_addr - set MAC address
4035 * This routine programs the MAC address of the hardware when the address is
4050 * hw_read_addr - read MAC address
4053 * This routine retrieves the MAC address of the hardware.
4103 if (empty_addr(hw->address[i]))
4107 hw_ena_add_addr(hw, i, hw->address[i]);
4119 if (ether_addr_equal(hw->address[i], mac_addr))
4121 if (ADDITIONAL_ENTRIES == j && empty_addr(hw->address[i]))
4125 memcpy(hw->address[j], mac_addr, ETH_ALEN);
4126 hw_ena_add_addr(hw, j, hw->address[j]);
4137 if (ether_addr_equal(hw->address[i], mac_addr)) {
4138 eth_zero_addr(hw->address[i]);
5636 * netdev_set_mac_address - set network device MAC address
5638 * @addr: Buffer of MAC address.
5640 * This function is used to set the MAC address of the network device.
5833 /* Get address of MII PHY in use. */
6189 /* Need to find a way to retrieve the device IP address. */
7028 /* Read MAC address and initialize override address if not overridden. */
7031 /* Multiple device interfaces mode requires a second MAC address. */
7183 /* Need to find a way to retrieve the device IP address. */
7241 MODULE_PARM_DESC(macaddr, "MAC address");
7242 MODULE_PARM_DESC(mac1addr, "Second MAC address");