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

/linux-4.1.27/include/uapi/linux/
H A Dtipc_config.h75 #define TIPC_CMD_GET_NODES 0x0001 /* tx net_addr, rx node_info(s) */
78 #define TIPC_CMD_GET_LINKS 0x0004 /* tx net_addr, rx link_info(s) */
116 #define TIPC_CMD_SET_NODE_ADDR 0x8001 /* tx net_addr, rx none */
/linux-4.1.27/drivers/staging/vt6656/
H A Ddevice.h203 u8 net_addr[6]; member in struct:vnt_rsp_card_init
H A Dmain_usb.c322 memcpy(priv->permanent_net_addr, init_rsp->net_addr, 6); vnt_init_registers()
/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c3692 * @net_addr: The IPv4 address assigned to the device.
3696 static void hw_enable_wol(struct ksz_hw *hw, u32 wol_enable, const u8 *net_addr) hw_enable_wol() argument
3705 hw_add_wol_arp(hw, net_addr); hw_enable_wol()
6198 static const u8 net_addr[] = { 192, 168, 1, 1 }; netdev_set_wol() local
6208 hw_enable_wol(&hw_priv->hw, hw_priv->wol_enable, net_addr); netdev_set_wol()
7190 static const u8 net_addr[] = { 192, 168, 1, 1 }; pcidev_suspend() local
7203 hw_enable_wol(hw, hw_priv->wol_enable, net_addr); pcidev_suspend()

Completed in 188 milliseconds