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

/drivers/staging/vt6656/
H A Ddevice.h203 u8 net_addr[6]; member in struct:vnt_rsp_card_init
/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);
6206 static const u8 net_addr[] = { 192, 168, 1, 1 }; local
6216 hw_enable_wol(&hw_priv->hw, hw_priv->wol_enable, net_addr);
7198 static const u8 net_addr[] = { 192, 168, 1, 1 }; local
7211 hw_enable_wol(hw, hw_priv->wol_enable, net_addr);

Completed in 87 milliseconds