Home
last modified time | relevance | path

Searched refs:NET_NAME_ENUM (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dnetdevice.h43 #define NET_NAME_ENUM 1 /* enumerated by kernel */ macro
/openbmc/linux/net/mctp/test/
H A Dutils.c41 ndev = alloc_netdev(sizeof(*dev), "mctptest%d", NET_NAME_ENUM, in mctp_test_create_dev()
/openbmc/linux/drivers/net/
H A Ddummy.c159 dev_dummy = alloc_netdev(0, "dummy%d", NET_NAME_ENUM, dummy_setup); in dummy_init_one()
H A Dveth.c1849 name_assign_type = NET_NAME_ENUM; in veth_newlink()
/openbmc/linux/net/mac802154/
H A Dmain.c245 dev = ieee802154_if_add(local, "wpan%d", NET_NAME_ENUM, in ieee802154_register_hw()
/openbmc/linux/drivers/net/can/
H A Dvxcan.c207 name_assign_type = NET_NAME_ENUM; in vxcan_newlink()
/openbmc/linux/net/l2tp/
H A Dl2tp_eth.c264 name_assign_type = NET_NAME_ENUM; in l2tp_eth_create()
/openbmc/linux/net/ieee802154/
H A Dnl-phy.c189 name_assign_type = NET_NAME_ENUM; in ieee802154_add_iface()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.c218 wdev = ath6kl_interface_add(ar, "wlan%d", NET_NAME_ENUM, in ath6kl_core_init()
/openbmc/linux/net/ethernet/
H A Deth.c384 return alloc_netdev_mqs(sizeof_priv, "eth%d", NET_NAME_ENUM, in alloc_etherdev_mqs()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c625 wdev = mwifiex_add_virtual_intf(adapter->wiphy, "mlan%d", NET_NAME_ENUM, in _mwifiex_fw_dpc()
636 wdev = mwifiex_add_virtual_intf(adapter->wiphy, "uap%d", NET_NAME_ENUM, in _mwifiex_fw_dpc()
648 wdev = mwifiex_add_virtual_intf(adapter->wiphy, "p2p%d", NET_NAME_ENUM, in _mwifiex_fw_dpc()
/openbmc/linux/drivers/net/mctp/
H A Dmctp-serial.c456 ndev = alloc_netdev(sizeof(*dev), name, NET_NAME_ENUM, in mctp_serial_open()
H A Dmctp-i3c.c577 ndev = alloc_netdev(sizeof(*mbus), namebuf, NET_NAME_ENUM, in mctp_i3c_bus_add()
H A Dmctp-i2c.c822 ndev = alloc_netdev(sizeof(*midev), namebuf, NET_NAME_ENUM, mctp_i2c_net_setup); in mctp_i2c_add_netdev()
/openbmc/linux/drivers/net/wwan/
H A Dqcom_bam_dmux.c444 netdev = alloc_netdev(sizeof(*bndev), "wwan%d", NET_NAME_ENUM, in bam_dmux_register_netdev_work()
H A Dwwan_core.c1088 dev = rtnl_create_link(&init_net, "wwan%d", NET_NAME_ENUM, in wwan_create_default_link()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c615 ret = qtnf_core_net_attach(mac, vif, "wlan%d", NET_NAME_ENUM); in qtnf_core_mac_attach()
/openbmc/linux/net/mac80211/
H A Dmain.c1404 result = ieee80211_if_add(local, "wlan%d", NET_NAME_ENUM, NULL, in ieee80211_register_hw()
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c3323 dev = alloc_netdev(sizeof(struct ppp), "", NET_NAME_ENUM, ppp_setup); in ppp_create_interface()
/openbmc/linux/net/dsa/
H A Dslave.c2612 assign_type = NET_NAME_ENUM; in dsa_slave_create()
/openbmc/linux/net/core/
H A Drtnetlink.c3452 name_assign_type = NET_NAME_ENUM; in rtnl_newlink_create()