Searched defs:net_addr (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/micrel/
H A Dksz884x.c3698 * @net_addr: The IPv4 address assigned to the device.
3702 static void hw_enable_wol(struct ksz_hw *hw, u32 wol_enable, const u8 *net_addr) argument
3711 hw_add_wol_arp(hw, net_addr);
6204 static const u8 net_addr[] = { 192, 168, 1, 1 }; local
6214 hw_enable_wol(&hw_priv->hw, hw_priv->wol_enable, net_addr);
7209 static const u8 net_addr[] = { 192, 168, 1, 1 }; local
7222 hw_enable_wol(hw, hw_priv->wol_enable, net_addr);

Completed in 62 milliseconds