Home
last modified time | relevance | path

Searched defs:netdev (Results 301 – 325 of 669) sorted by relevance

1...<<11121314151617181920>>...27

/openbmc/linux/net/ethernet/
H A Deth.c516 int platform_get_ethdev_address(struct device *dev, struct net_device *netdev) in platform_get_ethdev_address()
630 int device_get_ethdev_address(struct device *dev, struct net_device *netdev) in device_get_ethdev_address()
/openbmc/linux/drivers/net/usb/
H A Dch9200.c177 static int ch9200_mdio_read(struct net_device *netdev, int phy_id, int loc) in ch9200_mdio_read()
194 static void ch9200_mdio_write(struct net_device *netdev, in ch9200_mdio_write()
H A Dint51x1.c107 static void int51x1_set_multicast(struct net_device *netdev) in int51x1_set_multicast()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c83 struct net_device *netdev = uplink_vsi->netdev; in ice_eswitch_setup_env() local
336 ice_eswitch_port_start_xmit(struct sk_buff *skb, struct net_device *netdev) in ice_eswitch_port_start_xmit()
H A Dice_eswitch_br.c388 ice_eswitch_br_fdb_entry_create(struct net_device *netdev, in ice_eswitch_br_fdb_entry_create()
789 ice_eswitch_br_port_obj_add(struct net_device *netdev, const void *ctx, in ice_eswitch_br_port_obj_add()
813 ice_eswitch_br_port_obj_del(struct net_device *netdev, const void *ctx, in ice_eswitch_br_port_obj_del()
834 ice_eswitch_br_port_obj_attr_set(struct net_device *netdev, const void *ctx, in ice_eswitch_br_port_obj_attr_set()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_tx.c192 struct net_device *netdev) in mlxbf_gige_start_xmit()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.h30 struct net_device *netdev; member
H A Dhinic_rx.h32 struct net_device *netdev; member
/openbmc/linux/include/linux/dsa/
H A Dloop.h38 struct net_device *netdev; member
/openbmc/qemu/include/net/
H A Dfilter.h57 NetClientState *netdev; member
/openbmc/linux/drivers/s390/net/
H A Dnetiucv.c151 struct net_device *netdev; member
770 struct net_device *netdev = conn->netdev; in conn_action_connaccept() local
801 struct net_device *netdev = conn->netdev; in conn_action_connack() local
824 struct net_device *netdev = conn->netdev; in conn_action_connsever() local
842 struct net_device *netdev = conn->netdev; in conn_action_start() local
926 struct net_device *netdev = conn->netdev; in conn_action_stop() local
947 struct net_device *netdev = conn->netdev; in conn_action_inval() local
/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dalx.h53 struct net_device *netdev; member
73 struct net_device *netdev; member
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h49 struct net_device *netdev; member
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_dump.c114 struct net_device *netdev = adapter->netdev; in igc_rings_dump() local
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c108 struct net_device *netdev, int delta) in netdev_hw_addr_refcnt()
345 static void i40e_tx_timeout(struct net_device *netdev, unsigned int txqueue) in i40e_tx_timeout()
459 static void i40e_get_netdev_stats_struct(struct net_device *netdev, in i40e_get_netdev_stats_struct()
1809 static int i40e_set_mac(struct net_device *netdev, void *p) in i40e_set_mac()
2191 static int i40e_addr_sync(struct net_device *netdev, const u8 *addr) in i40e_addr_sync()
2210 static int i40e_addr_unsync(struct net_device *netdev, const u8 *addr) in i40e_addr_unsync()
2232 static void i40e_set_rx_mode(struct net_device *netdev) in i40e_set_rx_mode()
2964 static int i40e_change_mtu(struct net_device *netdev, int new_mtu) in i40e_change_mtu()
2994 int i40e_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in i40e_ioctl()
3215 static int i40e_vlan_rx_add_vid(struct net_device *netdev, in i40e_vlan_rx_add_vid()
[all …]
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_fw.c98 struct net_device *netdev = lif->netdev; in ionic_firmware_update() local
/openbmc/linux/net/batman-adv/
H A Dhard-interface.c91 static struct net *batadv_getlink_net(const struct net_device *netdev, in batadv_getlink_net()
216 static struct net_device *batadv_get_real_netdevice(struct net_device *netdev) in batadv_get_real_netdevice()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.h135 struct net_device *netdev; member
184 struct net_device *netdev; member
/openbmc/linux/drivers/net/ethernet/micrel/
H A Dks8851_common.c1035 struct net_device *netdev = ks->netdev; in ks8851_suspend() local
1049 struct net_device *netdev = ks->netdev; in ks8851_resume() local
1097 int ks8851_probe_common(struct net_device *netdev, struct device *dev, in ks8851_probe_common()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx.c431 gve_rx_raw_addressing(struct device *dev, struct net_device *netdev, in gve_rx_raw_addressing()
538 gve_rx_qpl(struct device *dev, struct net_device *netdev, in gve_rx_qpl()
570 struct net_device *netdev = priv->dev; in gve_rx_skb() local
/openbmc/linux/drivers/staging/rtl8712/
H A Dxmit_linux.c149 netdev_tx_t r8712_xmit_entry(_pkt *pkt, struct net_device *netdev) in r8712_xmit_entry()
/openbmc/qemu/net/
H A Dvde.c112 int net_init_vde(const Netdev *netdev, const char *name, in net_init_vde()
/openbmc/linux/arch/um/drivers/
H A Dvector_kern.c828 struct net_device *netdev = device->dev; in vector_device_release() local
1439 static void vector_get_ringparam(struct net_device *netdev, in vector_get_ringparam()
1488 static int vector_get_coalesce(struct net_device *netdev, in vector_get_coalesce()
1499 static int vector_set_coalesce(struct net_device *netdev, in vector_set_coalesce()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h101 #define mlx5i_epriv(netdev) ((void *)(((struct mlx5i_priv *)netdev_priv(netdev))->mlx5e_priv)) argument
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Ddcbnl.h47 static inline void mlx5e_dcbnl_build_netdev(struct net_device *netdev) {} in mlx5e_dcbnl_build_netdev()

1...<<11121314151617181920>>...27