| /Linux-v5.4/drivers/net/can/usb/ |
| D | ems_usb.c | 242 struct net_device *netdev; member 263 struct net_device *netdev = dev->netdev; in ems_usb_read_interrupt_callback() local 409 struct net_device *netdev; in ems_usb_read_bulk_callback() local 496 struct net_device *netdev; in ems_usb_write_bulk_callback() local 581 struct net_device *netdev = dev->netdev; in ems_usb_start() local 694 static int ems_usb_open(struct net_device *netdev) in ems_usb_open() 727 static netdev_tx_t ems_usb_start_xmit(struct sk_buff *skb, struct net_device *netdev) in ems_usb_start_xmit() 850 static int ems_usb_close(struct net_device *netdev) in ems_usb_close() 887 static int ems_usb_set_mode(struct net_device *netdev, enum can_mode mode) in ems_usb_set_mode() 907 static int ems_usb_set_bittiming(struct net_device *netdev) in ems_usb_set_bittiming() [all …]
|
| D | esd_usb2.c | 208 struct net_device *netdev; member 348 struct net_device *netdev = priv->netdev; in esd_usb2_tx_done_msg() local 455 struct net_device *netdev; in esd_usb2_write_bulk_callback() local 607 struct net_device *netdev = priv->netdev; in esd_usb2_start() local 677 static int esd_usb2_open(struct net_device *netdev) in esd_usb2_open() 701 struct net_device *netdev) in esd_usb2_start_xmit() 830 static int esd_usb2_close(struct net_device *netdev) in esd_usb2_close() 889 static int esd_usb2_set_bittiming(struct net_device *netdev) in esd_usb2_set_bittiming() 938 static int esd_usb2_get_berr_counter(const struct net_device *netdev, in esd_usb2_get_berr_counter() 949 static int esd_usb2_set_mode(struct net_device *netdev, enum can_mode mode) in esd_usb2_set_mode() [all …]
|
| D | gs_usb.c | 168 struct net_device *netdev; member 294 struct net_device *netdev; in gs_usb_receive_bulk_callback() local 409 static int gs_usb_set_bittiming(struct net_device *netdev) in gs_usb_set_bittiming() 451 struct net_device *netdev = dev->netdev; in gs_usb_xmit_callback() local 463 struct net_device *netdev) in gs_can_start_xmit() 569 static int gs_can_open(struct net_device *netdev) in gs_can_open() 688 static int gs_can_close(struct net_device *netdev) in gs_can_close() 728 static int gs_usb_set_identify(struct net_device *netdev, bool do_identify) in gs_usb_set_identify() 790 struct net_device *netdev; in gs_make_candev() local
|
| /Linux-v5.4/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_netdev.c | 549 int fm10k_open(struct net_device *netdev) in fm10k_open() 610 int fm10k_close(struct net_device *netdev) in fm10k_close() 700 static void fm10k_tx_timeout(struct net_device *netdev) in fm10k_tx_timeout() 866 static int fm10k_uc_vlan_unsync(struct net_device *netdev, in fm10k_uc_vlan_unsync() 886 static int fm10k_mc_vlan_unsync(struct net_device *netdev, in fm10k_mc_vlan_unsync() 906 static int fm10k_update_vid(struct net_device *netdev, u16 vid, bool set) in fm10k_update_vid() 1008 static int fm10k_vlan_rx_add_vid(struct net_device *netdev, in fm10k_vlan_rx_add_vid() 1015 static int fm10k_vlan_rx_kill_vid(struct net_device *netdev, in fm10k_vlan_rx_kill_vid() 1197 struct net_device *netdev = interface->netdev; in fm10k_restore_rx_state() local 1291 struct net_device *netdev = interface->netdev; in fm10k_reset_rx_state() local [all …]
|
| /Linux-v5.4/drivers/net/ethernet/agere/ |
| D | et131x.c | 442 struct net_device *netdev; member 1426 struct net_device *netdev = bus->priv; in et131x_mdio_read() local 1442 struct net_device *netdev = bus->priv; in et131x_mdio_write() local 1728 static void et131x_enable_txrx(struct net_device *netdev) in et131x_enable_txrx() 1741 static void et131x_disable_txrx(struct net_device *netdev) in et131x_disable_txrx() 2795 static int et131x_get_regs_len(struct net_device *netdev) in et131x_get_regs_len() 2801 static void et131x_get_regs(struct net_device *netdev, in et131x_get_regs() 2955 static void et131x_get_drvinfo(struct net_device *netdev, in et131x_get_drvinfo() 3153 static void et131x_adjust_link(struct net_device *netdev) in et131x_adjust_link() 3242 static int et131x_mii_probe(struct net_device *netdev) in et131x_mii_probe() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_ethtool.c | 785 qlcnic_get_pauseparam(struct net_device *netdev, in qlcnic_get_pauseparam() 841 qlcnic_set_pauseparam(struct net_device *netdev, in qlcnic_set_pauseparam() 972 static int qlcnic_irq_test(struct net_device *netdev) in qlcnic_irq_test() 1086 static int qlcnic_loopback_test(struct net_device *netdev, u8 mode) in qlcnic_loopback_test() 1529 static int qlcnic_set_intr_coalesce(struct net_device *netdev, in qlcnic_set_intr_coalesce() 1570 static int qlcnic_get_intr_coalesce(struct net_device *netdev, in qlcnic_get_intr_coalesce() 1586 static u32 qlcnic_get_msglevel(struct net_device *netdev) in qlcnic_get_msglevel() 1593 static void qlcnic_set_msglevel(struct net_device *netdev, u32 msglvl) in qlcnic_set_msglevel() 1663 qlcnic_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in qlcnic_get_dump_flag() 1688 qlcnic_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in qlcnic_get_dump_data() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_net_repr.h | 52 struct net_device *netdev; member 78 static inline bool nfp_netdev_is_nfp_repr(struct net_device *netdev) in nfp_netdev_is_nfp_repr() 83 static inline int nfp_repr_get_port_id(struct net_device *netdev) in nfp_repr_get_port_id()
|
| D | nfp_net_common.c | 975 static int nfp_net_tx(struct sk_buff *skb, struct net_device *netdev) in nfp_net_tx() 1323 static void nfp_net_tx_timeout(struct net_device *netdev) in nfp_net_tx_timeout() 1636 nfp_net_set_hash(struct net_device *netdev, struct nfp_meta_parsed *meta, in nfp_net_set_hash() 1657 nfp_net_set_hash_desc(struct net_device *netdev, struct nfp_meta_parsed *meta, in nfp_net_set_hash_desc() 1670 nfp_net_parse_meta(struct net_device *netdev, struct nfp_meta_parsed *meta, in nfp_net_parse_meta() 1827 struct net_device *netdev; in nfp_net_rx() local 2918 static int nfp_net_netdev_close(struct net_device *netdev) in nfp_net_netdev_close() 3024 static int nfp_net_netdev_open(struct net_device *netdev) in nfp_net_netdev_open() 3108 static void nfp_net_set_rx_mode(struct net_device *netdev) in nfp_net_set_rx_mode() 3300 static int nfp_net_change_mtu(struct net_device *netdev, int new_mtu) in nfp_net_change_mtu() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/microchip/ |
| D | lan743x_main.c | 794 struct net_device *netdev; in lan743x_mac_init() local 945 static void lan743x_phy_link_status_change(struct net_device *netdev) in lan743x_phy_link_status_change() 973 struct net_device *netdev = adapter->netdev; in lan743x_phy_close() local 984 struct net_device *netdev; in lan743x_phy_open() local 1054 struct net_device *netdev = adapter->netdev; in lan743x_rfe_set_multicast() local 2460 static int lan743x_netdev_close(struct net_device *netdev) in lan743x_netdev_close() 2481 static int lan743x_netdev_open(struct net_device *netdev) in lan743x_netdev_open() 2540 struct net_device *netdev) in lan743x_netdev_xmit_frame() 2547 static int lan743x_netdev_ioctl(struct net_device *netdev, in lan743x_netdev_ioctl() 2557 static void lan743x_netdev_set_multicast(struct net_device *netdev) in lan743x_netdev_set_multicast() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/intel/igc/ |
| D | igc_main.c | 780 static int igc_set_mac(struct net_device *netdev, void *p) in igc_set_mac() 892 struct net_device *netdev = tx_ring->netdev; in __igc_maybe_stop_tx() local 1150 struct net_device *netdev) in igc_xmit_frame() 1452 struct net_device *netdev = rx_ring->netdev; in igc_cleanup_headers() local 2104 struct net_device *netdev = adapter->netdev; in igc_down() local 2191 static int igc_change_mtu(struct net_device *netdev, int new_mtu) in igc_change_mtu() 2231 static struct net_device_stats *igc_get_stats(struct net_device *netdev) in igc_get_stats() 2242 static netdev_features_t igc_fix_features(struct net_device *netdev, in igc_fix_features() 2256 static int igc_set_features(struct net_device *netdev, in igc_set_features() 2328 struct net_device *netdev = adapter->netdev; in igc_configure() local [all …]
|
| /Linux-v5.4/net/tls/ |
| D | tls_device.c | 78 struct net_device *netdev = ctx->netdev; in tls_device_gc_task() local 111 struct net_device *netdev = NULL; in get_netdev_for_sock() local 208 struct net_device *netdev; in tls_device_resync_tx() local 648 struct net_device *netdev; in tls_device_resync_rx() local 871 struct net_device *netdev) in tls_device_attach() 894 struct net_device *netdev; in tls_set_device_offload() local 1061 struct net_device *netdev; in tls_set_device_offload_rx() local 1133 struct net_device *netdev; in tls_device_offload_cleanup_rx() local 1152 static int tls_device_down(struct net_device *netdev) in tls_device_down()
|
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_fcoe.c | 68 int cxgb_fcoe_enable(struct net_device *netdev) in cxgb_fcoe_enable() 100 int cxgb_fcoe_disable(struct net_device *netdev) in cxgb_fcoe_disable()
|
| /Linux-v5.4/include/linux/can/ |
| D | led.h | 34 static inline void can_led_event(struct net_device *netdev, in can_led_event() 38 static inline void devm_can_led_init(struct net_device *netdev) in devm_can_led_init()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_ddp.c | 201 static bool i40e_ddp_is_pkg_hdr_valid(struct net_device *netdev, in i40e_ddp_is_pkg_hdr_valid() 264 int i40e_ddp_load(struct net_device *netdev, const u8 *data, size_t size, in i40e_ddp_load() 393 struct net_device *netdev = pf->vsi[pf->lan_vsi]->netdev; in i40e_ddp_restore() local 415 int i40e_ddp_flash(struct net_device *netdev, struct ethtool_flash *flash) in i40e_ddp_flash()
|
| /Linux-v5.4/drivers/net/vmxnet3/ |
| D | vmxnet3_drv.c | 980 struct vmxnet3_adapter *adapter, struct net_device *netdev) in vmxnet3_tq_xmit() 1153 vmxnet3_xmit_frame(struct sk_buff *skb, struct net_device *netdev) in vmxnet3_xmit_frame() 2039 vmxnet3_netpoll(struct net_device *netdev) in vmxnet3_netpoll() 2241 vmxnet3_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in vmxnet3_vlan_rx_add_vid() 2263 vmxnet3_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in vmxnet3_vlan_rx_kill_vid() 2285 vmxnet3_copy_mc(struct net_device *netdev) in vmxnet3_copy_mc() 2308 vmxnet3_set_mc(struct net_device *netdev) in vmxnet3_set_mc() 2697 vmxnet3_set_mac_addr(struct net_device *netdev, void *p) in vmxnet3_set_mac_addr() 2885 vmxnet3_open(struct net_device *netdev) in vmxnet3_open() 2942 vmxnet3_close(struct net_device *netdev) in vmxnet3_close() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/ibm/ |
| D | ibmveth.c | 497 static int ibmveth_open(struct net_device *netdev) in ibmveth_open() 659 static int ibmveth_close(struct net_device *netdev) in ibmveth_close() 1015 struct net_device *netdev) in ibmveth_start_xmit() 1299 struct net_device *netdev = adapter->netdev; in ibmveth_poll() local 1399 struct net_device *netdev = dev_instance; in ibmveth_interrupt() local 1412 static void ibmveth_set_multicast_list(struct net_device *netdev) in ibmveth_set_multicast_list() 1530 struct net_device *netdev = dev_get_drvdata(&vdev->dev); in ibmveth_get_desired_dma() local 1605 struct net_device *netdev; in ibmveth_probe() local 1725 struct net_device *netdev = dev_get_drvdata(&dev->dev); in ibmveth_remove() local 1766 struct net_device *netdev = dev_get_drvdata( in veth_pool_store() local [all …]
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_dcb_nl.c | 110 static u8 mlx4_en_dcbnl_getpfcstate(struct net_device *netdev) in mlx4_en_dcbnl_getpfcstate() 117 static void mlx4_en_dcbnl_setpfcstate(struct net_device *netdev, u8 state) in mlx4_en_dcbnl_setpfcstate() 124 static void mlx4_en_dcbnl_get_pfc_cfg(struct net_device *netdev, int priority, in mlx4_en_dcbnl_get_pfc_cfg() 132 static void mlx4_en_dcbnl_set_pfc_cfg(struct net_device *netdev, int priority, in mlx4_en_dcbnl_set_pfc_cfg() 141 static int mlx4_en_dcbnl_getnumtcs(struct net_device *netdev, int tcid, u8 *num) in mlx4_en_dcbnl_getnumtcs() 156 static u8 mlx4_en_dcbnl_set_all(struct net_device *netdev) in mlx4_en_dcbnl_set_all() 257 static int mlx4_en_dcbnl_getapp(struct net_device *netdev, u8 idtype, u16 id) in mlx4_en_dcbnl_getapp() 270 static int mlx4_en_dcbnl_setapp(struct net_device *netdev, u8 idtype, in mlx4_en_dcbnl_setapp()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_main.c | 1950 struct net_device *netdev = priv->netdev; in mlx5e_open_channel() local 2827 struct net_device *netdev = priv->netdev; in mlx5e_set_dev_port_mtu() local 2848 struct net_device *netdev = priv->netdev; in mlx5e_set_netdev_mtu_boundaries() local 2860 static void mlx5e_netdev_set_tcs(struct net_device *netdev) in mlx5e_netdev_set_tcs() 2909 struct net_device *netdev = priv->netdev; in mlx5e_activate_priv_channels() local 2951 struct net_device *netdev = priv->netdev; in mlx5e_switch_priv_channels() local 3008 int mlx5e_open_locked(struct net_device *netdev) in mlx5e_open_locked() 3037 int mlx5e_open(struct net_device *netdev) in mlx5e_open() 3054 int mlx5e_close_locked(struct net_device *netdev) in mlx5e_close_locked() 3075 int mlx5e_close(struct net_device *netdev) in mlx5e_close() [all …]
|
| /Linux-v5.4/drivers/net/usb/ |
| D | smsc95xx.c | 176 static int __smsc95xx_mdio_read(struct net_device *netdev, int phy_id, int idx, in __smsc95xx_mdio_read() 221 static void __smsc95xx_mdio_write(struct net_device *netdev, int phy_id, in __smsc95xx_mdio_write() 264 static int smsc95xx_mdio_read_nopm(struct net_device *netdev, int phy_id, in smsc95xx_mdio_read_nopm() 270 static void smsc95xx_mdio_write_nopm(struct net_device *netdev, int phy_id, in smsc95xx_mdio_write_nopm() 276 static int smsc95xx_mdio_read(struct net_device *netdev, int phy_id, int idx) in smsc95xx_mdio_read() 281 static void smsc95xx_mdio_write(struct net_device *netdev, int phy_id, int idx, in smsc95xx_mdio_write() 455 static void smsc95xx_set_multicast(struct net_device *netdev) in smsc95xx_set_multicast() 658 static int smsc95xx_set_features(struct net_device *netdev, in smsc95xx_set_features() 692 static int smsc95xx_ethtool_get_eeprom(struct net_device *netdev, in smsc95xx_ethtool_get_eeprom() 702 static int smsc95xx_ethtool_set_eeprom(struct net_device *netdev, in smsc95xx_ethtool_set_eeprom() [all …]
|
| D | smsc75xx.c | 179 static int __smsc75xx_mdio_read(struct net_device *netdev, int phy_id, int idx, in __smsc75xx_mdio_read() 226 static void __smsc75xx_mdio_write(struct net_device *netdev, int phy_id, in __smsc75xx_mdio_write() 271 static int smsc75xx_mdio_read_nopm(struct net_device *netdev, int phy_id, in smsc75xx_mdio_read_nopm() 277 static void smsc75xx_mdio_write_nopm(struct net_device *netdev, int phy_id, in smsc75xx_mdio_write_nopm() 283 static int smsc75xx_mdio_read(struct net_device *netdev, int phy_id, int idx) in smsc75xx_mdio_read() 288 static void smsc75xx_mdio_write(struct net_device *netdev, int phy_id, int idx, in smsc75xx_mdio_write() 541 static void smsc75xx_set_multicast(struct net_device *netdev) in smsc75xx_set_multicast() 680 static int smsc75xx_ethtool_get_eeprom(struct net_device *netdev, in smsc75xx_ethtool_get_eeprom() 690 static int smsc75xx_ethtool_set_eeprom(struct net_device *netdev, in smsc75xx_ethtool_set_eeprom() 748 static int smsc75xx_ioctl(struct net_device *netdev, struct ifreq *rq, int cmd) in smsc75xx_ioctl() [all …]
|
| /Linux-v5.4/drivers/infiniband/hw/usnic/ |
| D | usnic_ib_main.c | 138 struct net_device *netdev; in usnic_ib_handle_usdev_event() local 227 struct net_device *netdev = netdev_notifier_info_to_dev(ptr); in usnic_ib_netdevice_event() local 289 struct net_device *netdev = ifa->ifa_dev->dev; in usnic_ib_inetaddr_event() local 373 struct net_device *netdev; in usnic_ib_device_add() local
|
| /Linux-v5.4/drivers/infiniband/sw/siw/ |
| D | siw_main.c | 113 static int siw_dev_qualified(struct net_device *netdev) in siw_dev_qualified() 322 static struct siw_device *siw_device_create(struct net_device *netdev) in siw_device_create() 488 struct net_device *netdev = netdev_notifier_info_to_dev(arg); in siw_netdev_event() local 553 static int siw_newlink(const char *basedev_name, struct net_device *netdev) in siw_newlink()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_main.c | 183 static int ice_add_mac_to_sync_list(struct net_device *netdev, const u8 *addr) in ice_add_mac_to_sync_list() 204 static int ice_add_mac_to_unsync_list(struct net_device *netdev, const u8 *addr) in ice_add_mac_to_unsync_list() 270 struct net_device *netdev = vsi->netdev; in ice_vsi_sync_fltr() local 1957 static void ice_set_ops(struct net_device *netdev) in ice_set_ops() 1975 static void ice_set_netdev_features(struct net_device *netdev) in ice_set_netdev_features() 2028 struct net_device *netdev; in ice_cfg_netdev() local 2126 ice_vlan_rx_add_vid(struct net_device *netdev, __always_unused __be16 proto, in ice_vlan_rx_add_vid() 2171 ice_vlan_rx_kill_vid(struct net_device *netdev, __always_unused __be16 proto, in ice_vlan_rx_kill_vid() 3253 static int ice_set_mac_address(struct net_device *netdev, void *pi) in ice_set_mac_address() 3327 static void ice_set_rx_mode(struct net_device *netdev) in ice_set_rx_mode() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/cisco/enic/ |
| D | enic_pp.c | 71 struct net_device *netdev = enic->netdev; in enic_set_port_profile() local 198 struct net_device *netdev = enic->netdev; in enic_pp_disassociate() local 259 struct net_device *netdev = enic->netdev; in enic_pp_associate() local
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | dsa.h | 22 struct device *netdev[DSA_MAX_PORTS]; member 56 struct device *netdev; member
|