Home
last modified time | relevance | path

Searched defs:ndev (Results 101 – 125 of 453) sorted by relevance

12345678910>>...19

/Linux-v6.6/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-ethtool.c15 mcp251xfd_ring_get_ringparam(struct net_device *ndev, in mcp251xfd_ring_get_ringparam()
33 mcp251xfd_ring_set_ringparam(struct net_device *ndev, in mcp251xfd_ring_set_ringparam()
56 static int mcp251xfd_ring_get_coalesce(struct net_device *ndev, in mcp251xfd_ring_get_coalesce()
86 static int mcp251xfd_ring_set_coalesce(struct net_device *ndev, in mcp251xfd_ring_set_coalesce()
/Linux-v6.6/drivers/net/ethernet/tehuti/
Dtehuti.c120 static void print_eth_id(struct net_device *ndev) in print_eth_id()
253 struct net_device *ndev = dev; in bdx_isr_napi() local
364 static void bdx_restore_mac(struct net_device *ndev, struct bdx_priv *priv) in bdx_restore_mac()
393 struct net_device *ndev = priv->ndev; in bdx_hw_start() local
573 static int bdx_close(struct net_device *ndev) in bdx_close()
601 static int bdx_open(struct net_device *ndev) in bdx_open()
640 static int bdx_siocdevprivate(struct net_device *ndev, struct ifreq *ifr, in bdx_siocdevprivate()
700 static void __bdx_vlan_rx_vid(struct net_device *ndev, uint16_t vid, int enable) in __bdx_vlan_rx_vid()
730 static int bdx_vlan_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) in bdx_vlan_rx_add_vid()
742 static int bdx_vlan_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) in bdx_vlan_rx_kill_vid()
[all …]
/Linux-v6.6/drivers/net/ethernet/microsoft/mana/
Dmana_en.c35 static int mana_open(struct net_device *ndev) in mana_open()
55 static int mana_close(struct net_device *ndev) in mana_close()
181 static int mana_fix_skb_head(struct net_device *ndev, struct sk_buff *skb, in mana_fix_skb_head()
220 netdev_tx_t mana_start_xmit(struct sk_buff *skb, struct net_device *ndev) in mana_start_xmit()
433 static void mana_get_stats64(struct net_device *ndev, in mana_get_stats64()
476 static int mana_get_tx_queue(struct net_device *ndev, struct sk_buff *skb, in mana_get_tx_queue()
493 static u16 mana_select_queue(struct net_device *ndev, struct sk_buff *skb, in mana_select_queue()
550 struct net_device *ndev = rxq->ndev; in mana_get_rxbuf_pre() local
674 static int mana_change_mtu(struct net_device *ndev, int new_mtu) in mana_change_mtu()
1060 struct net_device *ndev = apc->ndev; in mana_cfg_vport_steering() local
[all …]
/Linux-v6.6/drivers/net/ethernet/sunplus/
Dspl2sw_phy.c14 static void spl2sw_mii_link_change(struct net_device *ndev) in spl2sw_mii_link_change()
59 struct net_device *ndev; in spl2sw_phy_connect() local
81 struct net_device *ndev; in spl2sw_phy_remove() local
/Linux-v6.6/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_mdio.c123 struct net_device *ndev = bus->priv; in sxgbe_mdio_read_c22() local
146 struct net_device *ndev = bus->priv; in sxgbe_mdio_read_c45() local
169 struct net_device *ndev = bus->priv; in sxgbe_mdio_write_c22() local
188 struct net_device *ndev = bus->priv; in sxgbe_mdio_write_c45() local
195 int sxgbe_mdio_register(struct net_device *ndev) in sxgbe_mdio_register()
295 int sxgbe_mdio_unregister(struct net_device *ndev) in sxgbe_mdio_unregister()
/Linux-v6.6/drivers/net/can/
Dti_hecc.c180 struct net_device *ndev; member
293 static void ti_hecc_reset(struct net_device *ndev) in ti_hecc_reset()
352 static void ti_hecc_start(struct net_device *ndev) in ti_hecc_start()
402 static void ti_hecc_stop(struct net_device *ndev) in ti_hecc_stop()
416 static int ti_hecc_do_set_mode(struct net_device *ndev, enum can_mode mode) in ti_hecc_do_set_mode()
433 static int ti_hecc_get_berr_counter(const struct net_device *ndev, in ti_hecc_get_berr_counter()
465 static netdev_tx_t ti_hecc_xmit(struct sk_buff *skb, struct net_device *ndev) in ti_hecc_xmit()
592 static int ti_hecc_error(struct net_device *ndev, int int_status, in ti_hecc_error()
637 static void ti_hecc_change_state(struct net_device *ndev, in ti_hecc_change_state()
669 struct net_device *ndev = (struct net_device *)dev_id; in ti_hecc_interrupt() local
[all …]
/Linux-v6.6/drivers/net/can/slcan/
Dslcan-ethtool.c19 static void slcan_get_strings(struct net_device *ndev, u32 stringset, u8 *data) in slcan_get_strings()
28 static u32 slcan_get_priv_flags(struct net_device *ndev) in slcan_get_priv_flags()
38 static int slcan_set_priv_flags(struct net_device *ndev, u32 flags) in slcan_set_priv_flags()
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_tc_matchall.c14 static int sparx5_tc_matchall_replace(struct net_device *ndev, in sparx5_tc_matchall_replace()
65 static int sparx5_tc_matchall_destroy(struct net_device *ndev, in sparx5_tc_matchall_destroy()
85 int sparx5_tc_matchall(struct net_device *ndev, in sparx5_tc_matchall()
/Linux-v6.6/drivers/nvme/target/
Drdma.c128 struct nvmet_rdma_device *ndev; member
256 static void nvmet_rdma_free_inline_pages(struct nvmet_rdma_device *ndev, in nvmet_rdma_free_inline_pages()
278 static int nvmet_rdma_alloc_inline_pages(struct nvmet_rdma_device *ndev, in nvmet_rdma_alloc_inline_pages()
321 static int nvmet_rdma_alloc_cmd(struct nvmet_rdma_device *ndev, in nvmet_rdma_alloc_cmd()
358 static void nvmet_rdma_free_cmd(struct nvmet_rdma_device *ndev, in nvmet_rdma_free_cmd()
369 nvmet_rdma_alloc_cmds(struct nvmet_rdma_device *ndev, in nvmet_rdma_alloc_cmds()
395 static void nvmet_rdma_free_cmds(struct nvmet_rdma_device *ndev, in nvmet_rdma_free_cmds()
405 static int nvmet_rdma_alloc_rsp(struct nvmet_rdma_device *ndev, in nvmet_rdma_alloc_rsp()
443 static void nvmet_rdma_free_rsp(struct nvmet_rdma_device *ndev, in nvmet_rdma_free_rsp()
454 struct nvmet_rdma_device *ndev = queue->dev; in nvmet_rdma_alloc_rsps() local
[all …]
/Linux-v6.6/drivers/net/ethernet/atheros/
Dag71xx.c358 struct net_device *ndev; member
450 static void ag71xx_get_drvinfo(struct net_device *ndev, in ag71xx_get_drvinfo()
460 static int ag71xx_get_link_ksettings(struct net_device *ndev, in ag71xx_get_link_ksettings()
468 static int ag71xx_set_link_ksettings(struct net_device *ndev, in ag71xx_set_link_ksettings()
476 static int ag71xx_ethtool_nway_reset(struct net_device *ndev) in ag71xx_ethtool_nway_reset()
483 static void ag71xx_ethtool_get_pauseparam(struct net_device *ndev, in ag71xx_ethtool_get_pauseparam()
491 static int ag71xx_ethtool_set_pauseparam(struct net_device *ndev, in ag71xx_ethtool_set_pauseparam()
516 static void ag71xx_ethtool_get_stats(struct net_device *ndev, in ag71xx_ethtool_get_stats()
527 static int ag71xx_ethtool_get_sset_count(struct net_device *ndev, int sset) in ag71xx_ethtool_get_sset_count()
556 struct net_device *ndev = ag->ndev; in ag71xx_mdio_wait_busy() local
[all …]
/Linux-v6.6/drivers/net/ethernet/mediatek/
Dmtk_star_emac.c253 struct net_device *ndev; member
564 static void mtk_star_set_mac_addr(struct net_device *ndev) in mtk_star_set_mac_addr()
669 static struct sk_buff *mtk_star_alloc_skb(struct net_device *ndev) in mtk_star_alloc_skb()
693 static int mtk_star_prepare_rx_skbs(struct net_device *ndev) in mtk_star_prepare_rx_skbs()
771 struct net_device *ndev = data; in mtk_star_handle_irq() local
909 static void mtk_star_adjust_link(struct net_device *ndev) in mtk_star_adjust_link()
959 static int mtk_star_enable(struct net_device *ndev) in mtk_star_enable()
1037 static void mtk_star_disable(struct net_device *ndev) in mtk_star_disable()
1054 static int mtk_star_netdev_open(struct net_device *ndev) in mtk_star_netdev_open()
1059 static int mtk_star_netdev_stop(struct net_device *ndev) in mtk_star_netdev_stop()
[all …]
/Linux-v6.6/drivers/net/ethernet/allwinner/
Dsun4i-emac.c79 struct net_device *ndev; member
361 static unsigned int emac_setup(struct net_device *ndev) in emac_setup()
404 static void emac_set_rx_mode(struct net_device *ndev) in emac_set_rx_mode()
424 static unsigned int emac_powerup(struct net_device *ndev) in emac_powerup()
876 static int emac_stop(struct net_device *ndev) in emac_stop()
914 struct net_device *ndev = db->ndev; in emac_configure_dma() local
969 struct net_device *ndev; in emac_probe() local
1088 struct net_device *ndev = platform_get_drvdata(pdev); in emac_remove() local
1109 struct net_device *ndev = platform_get_drvdata(dev); in emac_suspend() local
1120 struct net_device *ndev = platform_get_drvdata(dev); in emac_resume() local
/Linux-v6.6/drivers/net/ethernet/apm/xgene-v2/
Denet.c26 int xge_port_reset(struct net_device *ndev) in xge_port_reset()
53 static void xge_traffic_resume(struct net_device *ndev) in xge_traffic_resume()
64 void xge_port_init(struct net_device *ndev) in xge_port_init()
/Linux-v6.6/drivers/infiniband/core/
Droce_gid_mgmt.c63 struct net_device *ndev; member
284 u32 port, struct net_device *ndev, in update_gid_ip()
332 u32 port, struct net_device *ndev) in enum_netdev_ipv4_ips()
376 u32 port, struct net_device *ndev) in enum_netdev_ipv6_ips()
422 struct net_device *ndev) in _add_netdev_ips()
479 struct net_device *ndev; in enum_all_gids_of_dev_cb() local
555 struct net_device *ndev)) in handle_netdev_upper()
557 struct net_device *ndev = cookie; in handle_netdev_upper() local
639 struct net_device *ndev) in netdevice_queue_work()
755 struct net_device *ndev = netdev_notifier_info_to_dev(ptr); in netdevice_event() local
[all …]
/Linux-v6.6/drivers/net/wireless/ath/wil6210/
Dethtool.c15 wil_ethtoolops_get_coalesce(struct net_device *ndev, in wil_ethtoolops_get_coalesce()
52 wil_ethtoolops_set_coalesce(struct net_device *ndev, in wil_ethtoolops_set_coalesce()
110 void wil_set_ethtoolops(struct net_device *ndev) in wil_set_ethtoolops()
Drx_reorder.c33 static void wil_release_reorder_frame(struct net_device *ndev, in wil_release_reorder_frame()
51 static void wil_release_reorder_frames(struct net_device *ndev, in wil_release_reorder_frames()
70 static void wil_reorder_release(struct net_device *ndev, in wil_reorder_release()
86 struct net_device *ndev; in wil_rx_reorder() local
218 struct net_device *ndev = vif_to_ndev(vif); in wil_rx_bar() local
/Linux-v6.6/drivers/infiniband/sw/rxe/
Drxe_net.c24 struct net_device *ndev, in rxe_find_route4()
48 struct net_device *ndev, in rxe_find_route6()
83 struct net_device *ndev, in rxe_find_route6()
92 static struct dst_entry *rxe_find_route(struct net_device *ndev, in rxe_find_route()
138 struct net_device *ndev = skb->dev; in rxe_udp_encap_recv() local
464 struct net_device *ndev; in rxe_init_packet() local
523 int rxe_net_add(const char *ibdev_name, struct net_device *ndev) in rxe_net_add()
592 struct net_device *ndev = netdev_notifier_info_to_dev(arg); in rxe_notify() local
/Linux-v6.6/drivers/nfc/
Dvirtual_ncidev.c25 struct nci_dev *ndev; member
31 static int virtual_nci_open(struct nci_dev *ndev) in virtual_nci_open()
36 static int virtual_nci_close(struct nci_dev *ndev) in virtual_nci_close()
48 static int virtual_nci_send(struct nci_dev *ndev, struct sk_buff *skb) in virtual_nci_send()
/Linux-v6.6/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c170 static int am65_cpsw_nuss_ndo_slave_add_vid(struct net_device *ndev, in am65_cpsw_nuss_ndo_slave_add_vid()
199 static int am65_cpsw_nuss_ndo_slave_kill_vid(struct net_device *ndev, in am65_cpsw_nuss_ndo_slave_kill_vid()
247 static void am65_cpsw_nuss_ndo_slave_set_rx_mode(struct net_device *ndev) in am65_cpsw_nuss_ndo_slave_set_rx_mode()
279 static void am65_cpsw_nuss_ndo_host_tx_timeout(struct net_device *ndev, in am65_cpsw_nuss_ndo_host_tx_timeout()
536 static int am65_cpsw_nuss_ndo_slave_stop(struct net_device *ndev) in am65_cpsw_nuss_ndo_slave_stop()
567 static int am65_cpsw_nuss_ndo_slave_open(struct net_device *ndev) in am65_cpsw_nuss_ndo_slave_open()
727 struct net_device *ndev; in am65_cpsw_nuss_rx_packets() local
900 struct net_device *ndev; in am65_cpsw_nuss_tx_compl_packet() local
924 static void am65_cpsw_nuss_tx_wake(struct am65_cpsw_tx_chn *tx_chn, struct net_device *ndev, in am65_cpsw_nuss_tx_wake()
948 struct net_device *ndev; in am65_cpsw_nuss_tx_compl_packets() local
[all …]
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-socfpga.c70 struct net_device *ndev = dev_get_drvdata(dev); in socfpga_dwmac_fix_mac_speed() local
236 struct net_device *ndev = dev_get_drvdata(dwmac->dev); in socfpga_get_plat_phymode() local
389 struct net_device *ndev; in socfpga_dwmac_probe() local
503 struct net_device *ndev = platform_get_drvdata(pdev); in socfpga_dwmac_remove() local
515 struct net_device *ndev = dev_get_drvdata(dev); in socfpga_dwmac_resume() local
545 struct net_device *ndev = dev_get_drvdata(dev); in socfpga_dwmac_runtime_suspend() local
555 struct net_device *ndev = dev_get_drvdata(dev); in socfpga_dwmac_runtime_resume() local
/Linux-v6.6/drivers/staging/qlge/
Dqlge_main.c1463 struct net_device *ndev = qdev->ndev; in qlge_process_mac_rx_page() local
1555 struct net_device *ndev = qdev->ndev; in qlge_process_mac_rx_skb() local
1851 struct net_device *ndev = qdev->ndev; in qlge_process_mac_split_rx_intr() local
2222 static void qlge_vlan_mode(struct net_device *ndev, netdev_features_t features) in qlge_vlan_mode()
2238 static int qlge_update_hw_vlan_features(struct net_device *ndev, in qlge_update_hw_vlan_features()
2269 static int qlge_set_features(struct net_device *ndev, in qlge_set_features()
2300 static int qlge_vlan_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) in qlge_vlan_rx_add_vid()
2331 static int qlge_vlan_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) in qlge_vlan_rx_kill_vid()
2524 static netdev_tx_t qlge_send(struct sk_buff *skb, struct net_device *ndev) in qlge_send()
3717 static void qlge_display_dev_info(struct net_device *ndev) in qlge_display_dev_info()
[all …]
/Linux-v6.6/net/
Ddevres.c11 struct net_device *ndev; member
52 struct net_device *ndev = match_data; in netdev_devres_match() local
67 int devm_register_netdev(struct device *dev, struct net_device *ndev) in devm_register_netdev()
/Linux-v6.6/drivers/pci/endpoint/functions/
Dpci-epf-vntb.c1029 struct epf_ntb *ndev = sysdata; in vpci_scan_bus() local
1044 struct epf_ntb *ndev = ntb_ndev(ntb); in vntb_epf_mw_count() local
1069 static int vntb_epf_mw_set_trans(struct ntb_dev *ndev, int pidx, int idx, in vntb_epf_mw_set_trans()
1098 static int vntb_epf_peer_mw_get_addr(struct ntb_dev *ndev, int idx, in vntb_epf_peer_mw_get_addr()
1120 static u32 vntb_epf_spad_read(struct ntb_dev *ndev, int idx) in vntb_epf_spad_read()
1131 static int vntb_epf_spad_write(struct ntb_dev *ndev, int idx, u32 val) in vntb_epf_spad_write()
1142 static u32 vntb_epf_peer_spad_read(struct ntb_dev *ndev, int pidx, int idx) in vntb_epf_peer_spad_read()
1154 static int vntb_epf_peer_spad_write(struct ntb_dev *ndev, int pidx, int idx, u32 val) in vntb_epf_peer_spad_write()
1165 static int vntb_epf_peer_db_set(struct ntb_dev *ndev, u64 db_bits) in vntb_epf_peer_db_set()
1186 static u64 vntb_epf_db_read(struct ntb_dev *ndev) in vntb_epf_db_read()
[all …]
/Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c908 struct net_device *ndev; in brcmf_mon_add_vif() local
962 struct net_device *ndev = wdev->netdev; in brcmf_mon_del_vif() local
1249 struct net_device *ndev = wdev->netdev; in brcmf_cfg80211_del_apsta_iface() local
1283 struct net_device *ndev = wdev->netdev; in brcmf_cfg80211_del_iface() local
1324 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_change_iface()
1580 static s32 brcmf_set_rts(struct net_device *ndev, u32 rts_threshold) in brcmf_set_rts()
1593 static s32 brcmf_set_frag(struct net_device *ndev, u32 frag_threshold) in brcmf_set_frag()
1607 static s32 brcmf_set_retry(struct net_device *ndev, u32 retry, bool l) in brcmf_set_retry()
1625 struct net_device *ndev = cfg_to_ndev(cfg); in brcmf_cfg80211_set_wiphy_params() local
1777 brcmf_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_join_ibss()
[all …]
/Linux-v6.6/drivers/net/ethernet/nxp/
Dlpc_eth.c394 struct net_device *ndev; member
716 static void lpc_handle_link_change(struct net_device *ndev) in lpc_handle_link_change()
751 static int lpc_mii_probe(struct net_device *ndev) in lpc_mii_probe()
839 static void __lpc_handle_xmit(struct net_device *ndev) in __lpc_handle_xmit()
895 static int __lpc_handle_recv(struct net_device *ndev, int budget) in __lpc_handle_recv()
969 struct net_device *ndev = pldat->ndev; in lpc_eth_poll() local
988 struct net_device *ndev = dev_id; in __lpc_eth_interrupt() local
1007 static int lpc_eth_close(struct net_device *ndev) in lpc_eth_close()
1033 struct net_device *ndev) in lpc_eth_hard_start_xmit()
1087 static int lpc_set_mac_address(struct net_device *ndev, void *p) in lpc_set_mac_address()
[all …]

12345678910>>...19