Home
last modified time | relevance | path

Searched defs:ndev (Results 1 – 25 of 133) sorted by relevance

123456

/linux-3.3/net/nfc/nci/
Dcore.c49 void nci_req_complete(struct nci_dev *ndev, int result) in nci_req_complete()
58 static void nci_req_cancel(struct nci_dev *ndev, int err) in nci_req_cancel()
68 static int __nci_request(struct nci_dev *ndev, in __nci_request()
69 void (*req)(struct nci_dev *ndev, unsigned long opt), in __nci_request()
112 static inline int nci_request(struct nci_dev *ndev, in nci_request()
113 void (*req)(struct nci_dev *ndev, unsigned long opt), in nci_request()
129 static void nci_reset_req(struct nci_dev *ndev, unsigned long opt) in nci_reset_req()
137 static void nci_init_req(struct nci_dev *ndev, unsigned long opt) in nci_init_req()
142 static void nci_init_complete_req(struct nci_dev *ndev, unsigned long opt) in nci_init_complete_req()
179 static void nci_rf_discover_req(struct nci_dev *ndev, unsigned long opt) in nci_rf_discover_req()
[all …]
Dntf.c42 static void nci_core_conn_credits_ntf_packet(struct nci_dev *ndev, in nci_core_conn_credits_ntf_packet()
74 static void nci_core_conn_intf_error_ntf_packet(struct nci_dev *ndev, in nci_core_conn_intf_error_ntf_packet()
88 static __u8 *nci_extract_rf_params_nfca_passive_poll(struct nci_dev *ndev, in nci_extract_rf_params_nfca_passive_poll()
118 static int nci_extract_activation_params_iso_dep(struct nci_dev *ndev, in nci_extract_activation_params_iso_dep()
143 static void nci_target_found(struct nci_dev *ndev, in nci_target_found()
182 static void nci_rf_intf_activated_ntf_packet(struct nci_dev *ndev, in nci_rf_intf_activated_ntf_packet()
261 static void nci_rf_deactivate_ntf_packet(struct nci_dev *ndev, in nci_rf_deactivate_ntf_packet()
285 void nci_ntf_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_ntf_packet()
Drsp.c41 static void nci_core_reset_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_core_reset_rsp_packet()
56 static void nci_core_init_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_core_init_rsp_packet()
123 static void nci_rf_disc_map_rsp_packet(struct nci_dev *ndev, in nci_rf_disc_map_rsp_packet()
133 static void nci_rf_disc_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_rf_disc_rsp_packet()
145 static void nci_rf_deactivate_rsp_packet(struct nci_dev *ndev, in nci_rf_deactivate_rsp_packet()
157 void nci_rsp_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_rsp_packet()
Ddata.c38 void nci_data_exchange_complete(struct nci_dev *ndev, in nci_data_exchange_complete()
65 static inline void nci_push_data_hdr(struct nci_dev *ndev, in nci_push_data_hdr()
84 static int nci_queue_tx_data_frags(struct nci_dev *ndev, in nci_queue_tx_data_frags()
150 int nci_send_data(struct nci_dev *ndev, __u8 conn_id, struct sk_buff *skb) in nci_send_data()
184 static void nci_add_rx_data_frag(struct nci_dev *ndev, in nci_add_rx_data_frag()
229 void nci_rx_data_packet(struct nci_dev *ndev, struct sk_buff *skb) in nci_rx_data_packet()
/linux-3.3/drivers/net/ethernet/renesas/
Dsh_eth.c55 static void sh_eth_set_duplex(struct net_device *ndev) in sh_eth_set_duplex()
65 static void sh_eth_set_rate(struct net_device *ndev) in sh_eth_set_rate()
105 static void sh_eth_set_duplex(struct net_device *ndev) in sh_eth_set_duplex()
115 static void sh_eth_set_rate(struct net_device *ndev) in sh_eth_set_rate()
156 static void sh_eth_chip_reset_giga(struct net_device *ndev) in sh_eth_chip_reset_giga()
179 static void sh_eth_reset(struct net_device *ndev) in sh_eth_reset()
215 static void sh_eth_set_duplex_giga(struct net_device *ndev) in sh_eth_set_duplex_giga()
225 static void sh_eth_set_rate_giga(struct net_device *ndev) in sh_eth_set_rate_giga()
284 static void sh_eth_chip_reset(struct net_device *ndev) in sh_eth_chip_reset()
293 static void sh_eth_reset(struct net_device *ndev) in sh_eth_reset()
[all …]
/linux-3.3/drivers/net/ethernet/xilinx/
Dll_temac_main.c202 static void temac_dma_bd_release(struct net_device *ndev) in temac_dma_bd_release()
234 static int temac_dma_bd_init(struct net_device *ndev) in temac_dma_bd_init()
322 static int temac_set_mac_address(struct net_device *ndev, void *address) in temac_set_mac_address()
349 static int netdev_set_mac_address(struct net_device *ndev, void *p) in netdev_set_mac_address()
356 static void temac_set_multicast_list(struct net_device *ndev) in temac_set_multicast_list()
487 static u32 temac_setoptions(struct net_device *ndev, u32 options) in temac_setoptions()
508 static void temac_device_reset(struct net_device *ndev) in temac_device_reset()
591 void temac_adjust_link(struct net_device *ndev) in temac_adjust_link()
620 static void temac_start_xmit_done(struct net_device *ndev) in temac_start_xmit_done()
677 static int temac_start_xmit(struct sk_buff *skb, struct net_device *ndev) in temac_start_xmit()
[all …]
/linux-3.3/drivers/staging/cxt1e1/
Dlinux.c263 struct net_device *ndev = dev_instance; in c4_linux_interrupt() local
273 struct net_device *ndev = dev_instance; in c4_ebus_interrupt() local
281 void_open (struct net_device * ndev) in void_open()
289 chan_open (struct net_device * ndev) in chan_open()
309 chan_close (struct net_device * ndev) in chan_close()
330 chan_attach_noop (struct net_device * ndev, unsigned short foo_1, unsigned short foo_2) in chan_attach_noop()
338 chan_get_stats (struct net_device * ndev) in chan_get_stats()
391 get_ci_by_dev (struct net_device * ndev) in get_ci_by_dev()
398 c4_linux_xmit (struct sk_buff * skb, struct net_device * ndev) in c4_linux_xmit()
420 create_chan (struct net_device * ndev, ci_t * ci, in create_chan()
[all …]
Dfunctions.c203 struct net_device *ndev = (struct net_device *) user; in sd_line_is_ok() local
211 struct net_device *ndev = (struct net_device *) user; in sd_line_is_up() local
220 struct net_device *ndev = (struct net_device *) user; in sd_line_is_down() local
247 struct net_device *ndev = (struct net_device *) user; in sd_queue_stopped() local
254 struct net_device *ndev = user; in sd_recv_consume() local
/linux-3.3/drivers/net/ethernet/qlogic/qlge/
Dqlge_ethtool.c270 ql_get_ethtool_stats(struct net_device *ndev, in ql_get_ethtool_stats()
339 static int ql_get_settings(struct net_device *ndev, in ql_get_settings()
365 static void ql_get_drvinfo(struct net_device *ndev, in ql_get_drvinfo()
388 static void ql_get_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) in ql_get_wol()
397 static int ql_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) in ql_set_wol()
418 static int ql_set_phys_id(struct net_device *ndev, in ql_set_phys_id()
526 static void ql_self_test(struct net_device *ndev, in ql_self_test()
554 static int ql_get_regs_len(struct net_device *ndev) in ql_get_regs_len()
564 static void ql_get_regs(struct net_device *ndev, in ql_get_regs()
600 static int ql_set_coalesce(struct net_device *ndev, struct ethtool_coalesce *c) in ql_set_coalesce()
[all …]
/linux-3.3/drivers/net/
Drionet.c94 static int rionet_rx_clean(struct net_device *ndev) in rionet_rx_clean()
128 static void rionet_rx_fill(struct net_device *ndev, int end) in rionet_rx_fill()
147 static int rionet_queue_tx_msg(struct sk_buff *skb, struct net_device *ndev, in rionet_queue_tx_msg()
171 static int rionet_start_xmit(struct sk_buff *skb, struct net_device *ndev) in rionet_start_xmit()
213 struct net_device *ndev = dev_id; in rionet_dbell_event() local
241 struct net_device *ndev = dev_id; in rionet_inb_msg_event() local
256 struct net_device *ndev = dev_id; in rionet_outb_msg_event() local
281 static int rionet_open(struct net_device *ndev) in rionet_open()
342 static int rionet_close(struct net_device *ndev) in rionet_close()
375 struct net_device *ndev = rio_get_drvdata(rdev); in rionet_remove() local
[all …]
/linux-3.3/drivers/net/ethernet/micrel/
Dks8695net.c160 struct net_device *ndev; member
252 struct net_device *ndev = ksp->ndev; in ks8695_update_mac() local
333 struct net_device *ndev) in ks8695_init_partial_multicast()
374 struct net_device *ndev = (struct net_device *)dev_id; in ks8695_tx_irq() local
436 struct net_device *ndev = (struct net_device *)dev_id; in ks8695_rx_irq() local
461 struct net_device *ndev = ksp->ndev; in ks8695_rx() local
594 struct net_device *ndev = (struct net_device *)dev_id; in ks8695_link_irq() local
732 irq_handler_t handler, struct net_device *ndev) in ks8695_setup_irq()
838 ks8695_get_msglevel(struct net_device *ndev) in ks8695_get_msglevel()
851 ks8695_set_msglevel(struct net_device *ndev, u32 value) in ks8695_set_msglevel()
[all …]
/linux-3.3/drivers/net/wireless/prism54/
Disl_ioctl.c216 prism54_get_wireless_stats(struct net_device *ndev) in prism54_get_wireless_stats()
242 prism54_commit(struct net_device *ndev, struct iw_request_info *info, in prism54_commit()
258 prism54_get_name(struct net_device *ndev, struct iw_request_info *info, in prism54_get_name()
289 prism54_set_freq(struct net_device *ndev, struct iw_request_info *info, in prism54_set_freq()
309 prism54_get_freq(struct net_device *ndev, struct iw_request_info *info, in prism54_get_freq()
326 prism54_set_mode(struct net_device *ndev, struct iw_request_info *info, in prism54_set_mode()
370 prism54_get_mode(struct net_device *ndev, struct iw_request_info *info, in prism54_get_mode()
388 prism54_set_sens(struct net_device *ndev, struct iw_request_info *info, in prism54_set_sens()
401 prism54_get_sens(struct net_device *ndev, struct iw_request_info *info, in prism54_get_sens()
418 prism54_get_range(struct net_device *ndev, struct iw_request_info *info, in prism54_get_range()
[all …]
Dislpci_hotplug.c98 struct net_device *ndev; in prism54_probe() local
221 struct net_device *ndev = pci_get_drvdata(pdev); in prism54_remove() local
264 struct net_device *ndev = pci_get_drvdata(pdev); in prism54_suspend() local
287 struct net_device *ndev = pci_get_drvdata(pdev); in prism54_resume() local
/linux-3.3/drivers/net/hyperv/
Dnetvsc.c39 struct net_device *ndev = hv_get_drvdata(device); in alloc_net_device() local
87 struct net_device *ndev = net_device->ndev; in netvsc_destroy_recv_buf() local
159 struct net_device *ndev; in netvsc_init_recv_buf() local
318 struct net_device *ndev; in netvsc_connect_vsp() local
436 struct net_device *ndev; in netvsc_send_completion() local
482 struct net_device *ndev; in netvsc_send() local
539 struct net_device *ndev; in netvsc_send_recv_completion() local
588 struct net_device *ndev; in netvsc_receive_completion() local
639 struct net_device *ndev; in netvsc_receive() local
771 struct net_device *ndev; in netvsc_channel_cb() local
[all …]
/linux-3.3/drivers/net/wireless/brcm80211/brcmfmac/
Dwl_cfg80211.c343 brcmf_exec_dcmd_u32(struct net_device *ndev, u32 cmd, u32 *par) in brcmf_exec_dcmd_u32()
368 static int send_key_to_dongle(struct net_device *ndev, in send_key_to_dongle()
382 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, in brcmf_cfg80211_change_iface()
432 static s32 brcmf_dev_intvar_set(struct net_device *ndev, s8 *name, s32 val) in brcmf_dev_intvar_set()
452 brcmf_dev_intvar_get(struct net_device *ndev, s8 *name, s32 *retval) in brcmf_dev_intvar_get()
475 static void brcmf_set_mpc(struct net_device *ndev, int mpc) in brcmf_set_mpc()
506 brcmf_dev_iovar_setbuf(struct net_device *ndev, s8 * iovar, void *param, in brcmf_dev_iovar_setbuf()
518 brcmf_dev_iovar_getbuf(struct net_device *ndev, s8 * iovar, void *param, in brcmf_dev_iovar_getbuf()
567 struct net_device *ndev = cfg_to_ndev(cfg_priv); in brcmf_do_iscan() local
598 __brcmf_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, in __brcmf_cfg80211_scan()
[all …]
Ddhd_linux.c57 struct net_device *ndev; member
106 struct net_device *ndev; in _brcmf_set_multicast_list() local
254 static int brcmf_netdev_set_mac_address(struct net_device *ndev, void *addr) in brcmf_netdev_set_mac_address()
265 static void brcmf_netdev_set_multicast_list(struct net_device *ndev) in brcmf_netdev_set_multicast_list()
297 static int brcmf_netdev_start_xmit(struct sk_buff *skb, struct net_device *ndev) in brcmf_netdev_start_xmit()
353 struct net_device *ndev; in brcmf_txflowcontrol() local
482 static struct net_device_stats *brcmf_netdev_get_stats(struct net_device *ndev) in brcmf_netdev_get_stats()
582 static void brcmf_ethtool_get_drvinfo(struct net_device *ndev, in brcmf_ethtool_get_drvinfo()
708 static int brcmf_netdev_ioctl_entry(struct net_device *ndev, struct ifreq *ifr, in brcmf_netdev_ioctl_entry()
726 s32 brcmf_exec_dcmd(struct net_device *ndev, u32 cmd, void *arg, u32 len) in brcmf_exec_dcmd()
[all …]
/linux-3.3/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c121 struct net_device *ndev = platform_get_drvdata(pdev); in stmmac_pltfr_remove() local
144 struct net_device *ndev = dev_get_drvdata(dev); in stmmac_pltfr_suspend() local
151 struct net_device *ndev = dev_get_drvdata(dev); in stmmac_pltfr_resume() local
158 struct net_device *ndev = dev_get_drvdata(dev); in stmmac_pltfr_freeze() local
165 struct net_device *ndev = dev_get_drvdata(dev); in stmmac_pltfr_restore() local
Dstmmac_mdio.c49 struct net_device *ndev = bus->priv; in stmmac_mdio_read() local
80 struct net_device *ndev = bus->priv; in stmmac_mdio_write() local
113 struct net_device *ndev = bus->priv; in stmmac_mdio_reset() local
136 int stmmac_mdio_register(struct net_device *ndev) in stmmac_mdio_register()
239 int stmmac_mdio_unregister(struct net_device *ndev) in stmmac_mdio_unregister()
/linux-3.3/drivers/net/irda/
Dvlsi_ir.c180 static void vlsi_proc_ndev(struct seq_file *seq, struct net_device *ndev) in vlsi_proc_ndev()
349 struct net_device *ndev = seq->private; in vlsi_seq_show() local
546 struct net_device *ndev = (struct net_device *)pci_get_drvdata(r->pdev); in vlsi_process_rx() local
639 static void vlsi_rx_interrupt(struct net_device *ndev) in vlsi_rx_interrupt()
690 struct net_device *ndev = pci_get_drvdata(idev->pdev); in vlsi_unarm_rx() local
859 struct net_device *ndev) in vlsi_hard_start_xmit()
1065 static void vlsi_tx_interrupt(struct net_device *ndev) in vlsi_tx_interrupt()
1127 struct net_device *ndev = pci_get_drvdata(idev->pdev); in vlsi_unarm_tx() local
1266 struct net_device *ndev = pci_get_drvdata(pdev); in vlsi_init_chip() local
1320 struct net_device *ndev = pci_get_drvdata(pdev); in vlsi_start_hw() local
[all …]
/linux-3.3/drivers/net/ethernet/freescale/
Dfec.c277 fec_enet_start_xmit(struct sk_buff *skb, struct net_device *ndev) in fec_enet_start_xmit()
381 fec_restart(struct net_device *ndev, int duplex) in fec_restart()
519 fec_stop(struct net_device *ndev) in fec_stop()
549 fec_timeout(struct net_device *ndev) in fec_timeout()
560 fec_enet_tx(struct net_device *ndev) in fec_enet_tx()
638 fec_enet_rx(struct net_device *ndev) in fec_enet_rx()
758 struct net_device *ndev = dev_id; in fec_enet_interrupt() local
793 static void __inline__ fec_get_mac(struct net_device *ndev) in fec_get_mac()
857 static void fec_enet_adjust_link(struct net_device *ndev) in fec_enet_adjust_link()
958 static int fec_enet_mii_probe(struct net_device *ndev) in fec_enet_mii_probe()
[all …]
/linux-3.3/drivers/net/ethernet/
Dnetx-eth.c106 static void netx_eth_set_multicast_list(struct net_device *ndev) in netx_eth_set_multicast_list()
112 netx_eth_hard_start_xmit(struct sk_buff *skb, struct net_device *ndev) in netx_eth_hard_start_xmit()
140 static void netx_eth_receive(struct net_device *ndev) in netx_eth_receive()
177 struct net_device *ndev = dev_id; in netx_eth_interrupt() local
210 static int netx_eth_open(struct net_device *ndev) in netx_eth_open()
241 static int netx_eth_close(struct net_device *ndev) in netx_eth_close()
255 static void netx_eth_timeout(struct net_device *ndev) in netx_eth_timeout()
277 netx_eth_phy_read(struct net_device *ndev, int phy_id, int reg) in netx_eth_phy_read()
292 netx_eth_phy_write(struct net_device *ndev, int phy_id, int reg, int value) in netx_eth_phy_write()
315 static int netx_eth_enable(struct net_device *ndev) in netx_eth_enable()
[all …]
/linux-3.3/drivers/net/wireless/iwmc3200wifi/
Dnetdev.c56 static int iwm_open(struct net_device *ndev) in iwm_open()
63 static int iwm_stop(struct net_device *ndev) in iwm_stop()
105 struct net_device *ndev; in iwm_if_alloc() local
176 struct net_device *ndev = iwm_to_ndev(iwm); in iwm_if_add() local
/linux-3.3/drivers/net/ethernet/ibm/emac/
Dcore.c417 static inline u32 emac_iff2rmr(struct net_device *ndev) in emac_iff2rmr()
537 struct net_device *ndev = dev->ndev; in emac_configure() local
740 static void emac_tx_timeout(struct net_device *ndev) in emac_tx_timeout()
892 static int emac_mdio_read(struct net_device *ndev, int id, int reg) in emac_mdio_read()
904 static void emac_mdio_write(struct net_device *ndev, int id, int reg, int val) in emac_mdio_write()
948 static void emac_set_multicast_list(struct net_device *ndev) in emac_set_multicast_list()
1038 static int emac_change_mtu(struct net_device *ndev, int new_mtu) in emac_change_mtu()
1131 static int emac_open(struct net_device *ndev) in emac_open()
1290 static int emac_close(struct net_device *ndev) in emac_close()
1335 struct net_device *ndev = dev->ndev; in emac_xmit_finish() local
[all …]
/linux-3.3/drivers/net/ethernet/natsemi/
Dns83820.c431 struct net_device *ndev; member
473 static inline void kick_rx(struct net_device *ndev) in kick_rx()
555 static inline int rx_refill(struct net_device *ndev, gfp_t gfp) in rx_refill()
593 static void rx_refill_atomic(struct net_device *ndev) in rx_refill_atomic()
602 struct net_device *ndev = dev->ndev; in queue_refill() local
614 static void phy_intr(struct net_device *ndev) in phy_intr()
721 static int ns83820_setup_rx(struct net_device *ndev) in ns83820_setup_rx()
811 static void ns83820_rx_kick(struct net_device *ndev) in ns83820_rx_kick()
832 static void rx_irq(struct net_device *ndev)
944 struct net_device *ndev = (void *)_dev; local
[all …]
/linux-3.3/drivers/net/ethernet/ti/
Ddavinci_emac.c316 struct net_device *ndev; member
476 static void emac_get_drvinfo(struct net_device *ndev, in emac_get_drvinfo()
491 static int emac_get_settings(struct net_device *ndev, in emac_get_settings()
510 static int emac_set_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) in emac_set_settings()
528 static int emac_get_coalesce(struct net_device *ndev, in emac_get_coalesce()
546 static int emac_set_coalesce(struct net_device *ndev, in emac_set_coalesce()
645 struct net_device *ndev = priv->ndev; in emac_update_phystatus() local
863 static void emac_dev_mcast_set(struct net_device *ndev) in emac_dev_mcast_set()
980 struct net_device *ndev = (struct net_device *)dev_id; in emac_irq() local
1006 struct net_device *ndev = skb->dev; in emac_rx_handler() local
[all …]

123456