Home
last modified time | relevance | path

Searched defs:ndev (Results 126 – 150 of 389) sorted by relevance

12345678910>>...16

/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_netdev.c77 static int sparx5_port_open(struct net_device *ndev) in sparx5_port_open()
105 static int sparx5_port_stop(struct net_device *ndev) in sparx5_port_stop()
202 struct net_device *ndev; in sparx5_create_netdev() local
/Linux-v5.15/drivers/crypto/cavium/nitrox/
Dnitrox_dev.h44 struct nitrox_device *ndev; member
108 struct nitrox_device *ndev; member
207 #define DEV(ndev) ((struct device *)(&(ndev)->pdev->dev)) argument
209 #define NITROX_CSR_ADDR(ndev, offset) \ argument
275 static inline u64 nitrox_read_csr(struct nitrox_device *ndev, u64 offset) in nitrox_read_csr()
286 static inline void nitrox_write_csr(struct nitrox_device *ndev, u64 offset, in nitrox_write_csr()
292 static inline bool nitrox_ready(struct nitrox_device *ndev) in nitrox_ready()
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c68 struct net_device *ndev = dev_get_drvdata(dev); in socfpga_dwmac_fix_mac_speed() local
233 struct net_device *ndev = dev_get_drvdata(dwmac->dev); in socfpga_get_plat_phymode() local
387 struct net_device *ndev; in socfpga_dwmac_probe() local
460 struct net_device *ndev = dev_get_drvdata(dev); in socfpga_dwmac_resume() local
Ddwmac5.c21 static void dwmac5_log_error(struct net_device *ndev, u32 value, bool corr, in dwmac5_log_error()
77 static void dwmac5_handle_mac_err(struct net_device *ndev, in dwmac5_handle_mac_err()
125 static void dwmac5_handle_mtl_err(struct net_device *ndev, in dwmac5_handle_mtl_err()
173 static void dwmac5_handle_dma_err(struct net_device *ndev, in dwmac5_handle_dma_err()
253 int dwmac5_safety_feat_irq_status(struct net_device *ndev, in dwmac5_safety_feat_irq_status()
/Linux-v5.15/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c124 struct net_device *ndev = priv->dev; in sxgbe_eee_init() local
152 struct net_device *ndev = priv->dev; in sxgbe_eee_adjust() local
264 static int sxgbe_init_phy(struct net_device *ndev) in sxgbe_init_phy()
2063 struct net_device *ndev; in sxgbe_drv_probe() local
2203 int sxgbe_drv_remove(struct net_device *ndev) in sxgbe_drv_remove()
2236 int sxgbe_suspend(struct net_device *ndev) in sxgbe_suspend()
2241 int sxgbe_resume(struct net_device *ndev) in sxgbe_resume()
2246 int sxgbe_freeze(struct net_device *ndev) in sxgbe_freeze()
2251 int sxgbe_restore(struct net_device *ndev) in sxgbe_restore()
/Linux-v5.15/drivers/net/hyperv/
Drndis_filter.c288 static void rndis_filter_receive_response(struct net_device *ndev, in rndis_filter_receive_response()
378 static inline void *rndis_get_ppi(struct net_device *ndev, in rndis_get_ppi()
480 static int rndis_filter_receive_data(struct net_device *ndev, in rndis_filter_receive_data()
583 int rndis_filter_receive(struct net_device *ndev, in rndis_filter_receive()
860 rndis_filter_set_offload_params(struct net_device *ndev, in rndis_filter_set_offload_params()
920 struct net_device *ndev = rdev->ndev; in rndis_set_rss_param_msg() local
1235 struct net_device *ndev = in netvsc_sc_open() local
1281 int rndis_set_subchannel(struct net_device *ndev, in rndis_set_subchannel()
/Linux-v5.15/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c128 struct net_device *ndev; member
893 static void xemaclite_adjust_link(struct net_device *ndev) in xemaclite_adjust_link()
1084 static void xemaclite_ethtools_get_drvinfo(struct net_device *ndev, in xemaclite_ethtools_get_drvinfo()
1115 struct net_device *ndev = NULL; in xemaclite_of_probe() local
1213 struct net_device *ndev = platform_get_drvdata(of_dev); in xemaclite_of_remove() local
1236 xemaclite_poll_controller(struct net_device *ndev) in xemaclite_poll_controller()
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/
Daq_drvinfo.c137 int aq_drvinfo_init(struct net_device *ndev) in aq_drvinfo_init()
157 int aq_drvinfo_init(struct net_device *ndev) { return 0; } in aq_drvinfo_init()
Daq_ring.c251 struct net_device *ndev = aq_nic_get_ndev(ring->aq_nic); in aq_ring_queue_wake() local
266 struct net_device *ndev = aq_nic_get_ndev(ring->aq_nic); in aq_ring_queue_stop() local
347 struct net_device *ndev = aq_nic_get_ndev(self->aq_nic); in aq_ring_rx_clean() local
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c81 static int hns3_lp_setup(struct net_device *ndev, enum hnae3_loop loop, bool en) in hns3_lp_setup()
115 static int hns3_lp_up(struct net_device *ndev, enum hnae3_loop loop_mode) in hns3_lp_up()
130 static int hns3_lp_down(struct net_device *ndev, enum hnae3_loop loop_mode) in hns3_lp_down()
149 struct net_device *ndev = skb->dev; in hns3_lp_setup_skb() local
245 static int hns3_lp_run_test(struct net_device *ndev, enum hnae3_loop mode) in hns3_lp_run_test()
321 static void hns3_selftest_prepare(struct net_device *ndev, in hns3_selftest_prepare()
352 static void hns3_selftest_restore(struct net_device *ndev, bool if_running) in hns3_selftest_restore()
375 static void hns3_do_selftest(struct net_device *ndev, int (*st_param)[2], in hns3_do_selftest()
406 static void hns3_self_test(struct net_device *ndev, in hns3_self_test()
1060 static int hns3_check_ringparam(struct net_device *ndev, in hns3_check_ringparam()
[all …]
/Linux-v5.15/drivers/net/can/rcar/
Drcar_canfd.c501 struct net_device *ndev; member
624 static void rcar_canfd_tx_failure_cleanup(struct net_device *ndev) in rcar_canfd_tx_failure_cleanup()
874 static void rcar_canfd_global_error(struct net_device *ndev) in rcar_canfd_global_error()
925 static void rcar_canfd_error(struct net_device *ndev, u32 cerfl, in rcar_canfd_error()
1041 static void rcar_canfd_tx_done(struct net_device *ndev) in rcar_canfd_tx_done()
1085 struct net_device *ndev = priv->ndev; in rcar_canfd_handle_global_err() local
1150 static void rcar_canfd_state_change(struct net_device *ndev, in rcar_canfd_state_change()
1186 struct net_device *ndev = priv->ndev; in rcar_canfd_handle_channel_tx() local
1210 struct net_device *ndev = priv->ndev; in rcar_canfd_handle_channel_err() local
1301 static int rcar_canfd_start(struct net_device *ndev) in rcar_canfd_start()
[all …]
/Linux-v5.15/drivers/net/wireless/ath/wil6210/
Dcfg80211.c536 struct net_device *ndev, in wil_cfg80211_get_station()
677 struct net_device *ndev_main = wil->main_ndev, *ndev; in wil_cfg80211_add_iface() local
751 struct net_device *ndev; in wil_vif_prepare_stop() local
821 struct net_device *ndev, in wil_cfg80211_change_iface()
1127 struct net_device *ndev, in wil_ft_connect()
1212 struct net_device *ndev, in wil_cfg80211_connect()
1386 struct net_device *ndev, in wil_cfg80211_disconnect()
1621 struct net_device *ndev, in wil_cfg80211_add_key()
1698 struct net_device *ndev, in wil_cfg80211_del_key()
1725 struct net_device *ndev, in wil_cfg80211_set_default_key()
[all …]
/Linux-v5.15/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.h27 static inline unsigned int cxgb3i_get_private_ipv4addr(struct net_device *ndev) in cxgb3i_get_private_ipv4addr()
32 static inline void cxgb3i_set_private_ipv4addr(struct net_device *ndev, in cxgb3i_set_private_ipv4addr()
/Linux-v5.15/drivers/net/ethernet/freescale/
Dgianfar.c1282 static void gfar_init_bds(struct net_device *ndev) in gfar_init_bds()
1333 static int gfar_alloc_skb_resources(struct net_device *ndev) in gfar_alloc_skb_resources()
1415 int startup_gfar(struct net_device *ndev) in startup_gfar()
1451 struct net_device *ndev = priv->ndev; in gfar_get_flowctrl_cfg() local
1487 struct net_device *ndev = priv->ndev; in gfar_update_link_state() local
2038 static void reset_gfar(struct net_device *ndev) in reset_gfar()
2261 static void count_errors(u32 lstatus, struct net_device *ndev) in count_errors()
2458 static void gfar_process_frame(struct net_device *ndev, struct sk_buff *skb) in gfar_process_frame()
2507 struct net_device *ndev = rx_queue->ndev; in gfar_clean_rx_ring() local
3429 struct net_device *ndev = priv->ndev; in gfar_filer_config_wol() local
[all …]
/Linux-v5.15/include/net/nfc/
Dnci_core.h180 struct nci_dev *ndev; member
319 static inline struct sk_buff *nci_skb_alloc(struct nci_dev *ndev, in nci_skb_alloc()
332 static inline void nci_set_parent_dev(struct nci_dev *ndev, struct device *dev) in nci_set_parent_dev()
337 static inline void nci_set_drvdata(struct nci_dev *ndev, void *data) in nci_set_drvdata()
342 static inline void *nci_get_drvdata(struct nci_dev *ndev) in nci_get_drvdata()
347 static inline int nci_set_vendor_cmds(struct nci_dev *ndev, in nci_set_vendor_cmds()
394 struct nci_dev *ndev; member
448 struct nci_dev *ndev; member
/Linux-v5.15/drivers/net/ethernet/ti/
Dnetcp_core.c1265 static int netcp_ndo_start_xmit(struct sk_buff *skb, struct net_device *ndev) in netcp_ndo_start_xmit()
1516 static void netcp_set_rx_mode(struct net_device *ndev) in netcp_set_rx_mode()
1583 static int netcp_setup_navigator_resources(struct net_device *ndev) in netcp_setup_navigator_resources()
1698 static int netcp_ndo_open(struct net_device *ndev) in netcp_ndo_open()
1745 static int netcp_ndo_stop(struct net_device *ndev) in netcp_ndo_stop()
1785 static int netcp_ndo_ioctl(struct net_device *ndev, in netcp_ndo_ioctl()
1814 static void netcp_ndo_tx_timeout(struct net_device *ndev, unsigned int txqueue) in netcp_ndo_tx_timeout()
1825 static int netcp_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) in netcp_rx_add_vid()
1852 static int netcp_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) in netcp_rx_kill_vid()
1912 netcp_get_stats(struct net_device *ndev, struct rtnl_link_stats64 *stats) in netcp_get_stats()
[all …]
/Linux-v5.15/drivers/infiniband/ulp/ipoib/
Dipoib_vlan.c98 struct net_device *ndev = priv->dev; in __ipoib_vlan_add() local
172 struct net_device *ndev; in ipoib_vlan_add() local
/Linux-v5.15/drivers/net/ethernet/smsc/
Dsmc91x.c2058 struct net_device *ndev = platform_get_drvdata(pdev); in smc_enable_device() local
2120 struct net_device *ndev) in smc_request_attrib()
2135 struct net_device *ndev) in smc_release_attrib()
2144 static inline void smc_request_datacs(struct platform_device *pdev, struct net_device *ndev) in smc_request_datacs()
2163 static void smc_release_datacs(struct platform_device *pdev, struct net_device *ndev) in smc_release_datacs()
2241 struct net_device *ndev; in smc_drv_probe() local
2414 struct net_device *ndev = platform_get_drvdata(pdev); in smc_drv_remove() local
2443 struct net_device *ndev = dev_get_drvdata(dev); in smc_drv_suspend() local
2458 struct net_device *ndev = platform_get_drvdata(pdev); in smc_drv_resume() local
Dsmsc911x.c372 struct net_device *ndev = platform_get_drvdata(pdev); in smsc911x_enable_resources() local
396 struct net_device *ndev = platform_get_drvdata(pdev); in smsc911x_disable_resources() local
418 struct net_device *ndev = platform_get_drvdata(pdev); in smsc911x_request_resources() local
459 struct net_device *ndev = platform_get_drvdata(pdev); in smsc911x_free_resources() local
912 struct net_device *ndev = pdata->dev; in smsc911x_phy_update_flowcontrol() local
1339 struct net_device *ndev = pdata->dev; in smsc911x_phy_general_power_up() local
1377 struct net_device *ndev = pdata->dev; in smsc911x_phy_disable_energy_detect() local
1410 struct net_device *ndev = pdata->dev; in smsc911x_phy_enable_energy_detect() local
2581 struct net_device *ndev = dev_get_drvdata(dev); in smsc911x_suspend() local
2603 struct net_device *ndev = dev_get_drvdata(dev); in smsc911x_resume() local
/Linux-v5.15/drivers/infiniband/core/
Dcache.c82 struct net_device *ndev; member
297 struct net_device *ndev; in alloc_gid_entry() local
642 struct net_device *ndev) in ib_cache_gid_del_all_netdev_gids()
686 u32 port, struct net_device *ndev) in rdma_find_gid_by_port()
838 struct net_device *ndev, in ib_cache_gid_set_default_gid()
1012 struct net_device *ndev) in rdma_find_gid()
1255 struct net_device *ndev; in rdma_query_gid_table() local
1351 struct net_device *ndev = ERR_PTR(-EINVAL); in rdma_read_gid_attr_ndev_rcu() local
1403 struct net_device *ndev; in rdma_read_gid_l2_fields() local
/Linux-v5.15/drivers/net/ethernet/arc/
Demac_rockchip.c96 struct net_device *ndev; in emac_rockchip_probe() local
249 struct net_device *ndev = platform_get_drvdata(pdev); in emac_rockchip_remove() local
/Linux-v5.15/drivers/net/ethernet/qlogic/qede/
Dqede_main.c119 static int qede_set_vf_vlan(struct net_device *ndev, int vf, u16 vlan, u8 qos, in qede_set_vf_vlan()
138 static int qede_set_vf_mac(struct net_device *ndev, int vfidx, u8 *mac) in qede_set_vf_mac()
214 struct net_device *ndev = netdev_notifier_info_to_dev(ptr); in qede_netdev_event() local
557 static int qede_setup_tc(struct net_device *ndev, u8 num_tc) in qede_setup_tc()
716 struct net_device *ndev; in qede_alloc_etherdev() local
764 struct net_device *ndev = edev->ndev; in qede_init_ndev() local
1183 struct net_device *ndev = pci_get_drvdata(pdev); in __qede_probe() local
1285 struct net_device *ndev = pci_get_drvdata(pdev); in __qede_remove() local
2485 static int qede_open(struct net_device *ndev) in qede_open()
2505 static int qede_close(struct net_device *ndev) in qede_close()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h105 #define NDEV_ARG(ndev) ndev->name argument
108 #define FUNC_NDEV_ARG(ndev) __func__, ndev->name argument
/Linux-v5.15/drivers/net/ethernet/socionext/
Dnetsec.c298 struct net_device *ndev; member
720 struct net_device *ndev = priv->ndev; in netsec_process_tx() local
954 struct net_device *ndev = priv->ndev; in netsec_process_rx() local
1137 struct net_device *ndev) in netsec_netdev_start_xmit()
1577 static void netsec_phy_adjust_link(struct net_device *ndev) in netsec_phy_adjust_link()
1614 static int netsec_netdev_open(struct net_device *ndev) in netsec_netdev_open()
1674 static int netsec_netdev_stop(struct net_device *ndev) in netsec_netdev_stop()
1702 static int netsec_netdev_init(struct net_device *ndev) in netsec_netdev_init()
1741 static void netsec_netdev_uninit(struct net_device *ndev) in netsec_netdev_uninit()
1749 static int netsec_netdev_set_features(struct net_device *ndev, in netsec_netdev_set_features()
[all …]
/Linux-v5.15/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-core.c1122 static int mcp251xfd_set_mode(struct net_device *ndev, enum can_mode mode) in mcp251xfd_set_mode()
1149 static int __mcp251xfd_get_berr_counter(const struct net_device *ndev, in __mcp251xfd_get_berr_counter()
1169 static int mcp251xfd_get_berr_counter(const struct net_device *ndev, in mcp251xfd_get_berr_counter()
2458 struct net_device *ndev) in mcp251xfd_start_xmit()
2499 static int mcp251xfd_open(struct net_device *ndev) in mcp251xfd_open()
2562 static int mcp251xfd_stop(struct net_device *ndev) in mcp251xfd_stop()
2600 const struct net_device *ndev = priv->ndev; in mcp251xfd_register_chip_detect() local
2750 struct net_device *ndev = priv->ndev; in mcp251xfd_register() local
2814 struct net_device *ndev = priv->ndev; in mcp251xfd_unregister() local
2859 struct net_device *ndev; in mcp251xfd_probe() local
[all …]

12345678910>>...16