Searched defs:ndev (Results 151 - 171 of 171) sorted by relevance

1234567

/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c795 cfg80211_ibss_joined(vif->ndev, bssid, chan, GFP_KERNEL);
803 cfg80211_connect_result(vif->ndev, bssid,
810 cfg80211_roamed_bss(vif->ndev, bss, assoc_req_ie, assoc_req_len,
884 cfg80211_connect_result(vif->ndev,
890 cfg80211_disconnected(vif->ndev, proto_reason,
990 struct ath6kl *ar = ath6kl_priv(vif->ndev);
1110 cfg80211_ch_switch_notify(vif->ndev, &chandef);
1114 static int ath6kl_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, argument
1119 struct ath6kl *ar = ath6kl_priv(ndev);
1120 struct ath6kl_vif *vif = netdev_priv(ndev);
1239 ath6kl_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr) argument
1269 ath6kl_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params *)) argument
1304 ath6kl_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool unicast, bool multicast) argument
1544 ath6kl_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, enum nl80211_iftype type, u32 *flags, struct vif_params *params) argument
2027 struct net_device *ndev = vif->ndev; local
3638 struct net_device *ndev; local
[all...]
H A Dcore.h602 struct net_device *ndev; member in struct:ath6kl_vif
/drivers/scsi/cxgbi/
H A Dlibcxgbi.c212 struct cxgbi_device *cxgbi_device_find_by_netdev(struct net_device *ndev, argument
219 if (ndev->priv_flags & IFF_802_1Q_VLAN) {
220 vdev = ndev;
221 ndev = vlan_dev_real_dev(ndev);
223 "vlan dev %s -> %s.\n", vdev->name, ndev->name);
229 if (ndev == cdev->ports[i]) {
240 "ndev 0x%p, %s, NO match found.\n", ndev, ndev
245 cxgbi_device_find_by_netdev_rcu(struct net_device *ndev, int *port) argument
279 cxgbi_device_find_by_mac(struct net_device *ndev, int *port) argument
597 struct net_device *ndev; local
698 struct net_device *ndev; local
2114 struct net_device *ndev = cdev->ports[csk->port_id]; local
[all...]
H A Dlibcxgbi.h507 struct net_device *ndev; member in struct:cxgbi_hba
700 chba->ndev->name);
/drivers/staging/rtl8723au/os_dep/
H A Dioctl_cfg80211.c866 static int cfg80211_rtw_add_key(struct wiphy *wiphy, struct net_device *ndev, argument
876 DBG_8723A("%s(%s): adding key for %pM\n", __func__, ndev->name,
917 ret = rtw_cfg80211_set_encryption(ndev, key_index, set_tx,
924 ret = rtw_cfg80211_ap_set_encryption(ndev, key_index, set_tx,
938 cfg80211_rtw_get_key(struct wiphy *wiphy, struct net_device *ndev, argument
943 DBG_8723A("%s(%s)\n", __func__, ndev->name);
947 static int cfg80211_rtw_del_key(struct wiphy *wiphy, struct net_device *ndev, argument
951 struct rtw_adapter *padapter = netdev_priv(ndev);
954 DBG_8723A("%s(%s): key_index =%d\n", __func__, ndev->name, key_index);
965 struct net_device *ndev, u
964 cfg80211_rtw_set_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_index, bool unicast, bool multicast) argument
1056 cfg80211_rtw_get_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac, struct station_info *sinfo) argument
1209 cfg80211_rtw_change_iface(struct wiphy *wiphy, struct net_device *ndev, enum nl80211_iftype type, u32 *flags, struct vif_params *params) argument
1449 cfg80211_rtw_join_ibss(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_ibss_params *params) argument
1456 cfg80211_rtw_leave_ibss(struct wiphy *wiphy, struct net_device *ndev) argument
1957 cfg80211_rtw_connect(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_connect_params *sme) argument
2175 cfg80211_rtw_disconnect(struct wiphy *wiphy, struct net_device *ndev, u16 reason_code) argument
2223 cfg80211_rtw_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, bool enabled, int timeout) argument
2351 struct net_device *ndev = padapter->pnetdev; local
2397 struct net_device *ndev = padapter->pnetdev; local
2433 rtw_cfg80211_monitor_if_open(struct net_device *ndev) argument
2442 rtw_cfg80211_monitor_if_close(struct net_device *ndev) argument
2451 rtw_cfg80211_monitor_if_xmit_entry(struct sk_buff *skb, struct net_device *ndev) argument
2575 rtw_cfg80211_monitor_if_set_mac_address(struct net_device *ndev, void *addr) argument
2591 rtw_cfg80211_add_monitor_if(struct rtw_adapter *padapter, char *name, struct net_device **ndev) argument
2670 struct net_device *ndev = NULL; local
2715 struct net_device *ndev; local
2794 cfg80211_rtw_start_ap(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_ap_settings *settings) argument
2828 cfg80211_rtw_change_beacon(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_beacon_data *info) argument
2843 cfg80211_rtw_stop_ap(struct wiphy *wiphy, struct net_device *ndev) argument
2849 cfg80211_rtw_add_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac, struct station_parameters *params) argument
2858 cfg80211_rtw_del_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac) argument
2934 cfg80211_rtw_change_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac, struct station_parameters *params) argument
2942 cfg80211_rtw_dump_station(struct wiphy *wiphy, struct net_device *ndev, int idx, u8 *mac, struct station_info *sinfo) argument
2953 cfg80211_rtw_change_bss(struct wiphy *wiphy, struct net_device *ndev, struct bss_parameters *params) argument
[all...]
/drivers/block/
H A Dnvme-core.c2878 struct nvme_dev *ndev = pci_get_drvdata(pdev); local
2880 nvme_dev_shutdown(ndev);
2887 struct nvme_dev *ndev = pci_get_drvdata(pdev); local
2889 if (nvme_dev_resume(ndev) && !work_busy(&ndev->reset_work)) {
2890 ndev->reset_workfn = nvme_reset_failed_dev;
2891 queue_work(nvme_workq, &ndev->reset_work);
/drivers/net/ethernet/calxeda/
H A Dxgmac.c1718 struct net_device *ndev = NULL; local
1729 ndev = alloc_etherdev(sizeof(struct xgmac_priv));
1730 if (!ndev) {
1735 SET_NETDEV_DEV(ndev, &pdev->dev);
1736 priv = netdev_priv(ndev);
1737 platform_set_drvdata(pdev, ndev);
1738 ndev->netdev_ops = &xgmac_netdev_ops;
1739 ndev->ethtool_ops = &xgmac_ethtool_ops;
1744 priv->dev = ndev;
1750 netdev_err(ndev, "iorema
1843 struct net_device *ndev = platform_get_drvdata(pdev); local
1880 struct net_device *ndev = platform_get_drvdata(to_platform_device(dev)); local
1906 struct net_device *ndev = platform_get_drvdata(to_platform_device(dev)); local
[all...]
/drivers/net/ethernet/natsemi/
H A Dns83820.c429 struct net_device *ndev; member in struct:ns83820
471 static inline void kick_rx(struct net_device *ndev) argument
473 struct ns83820 *dev = PRIV(ndev);
482 ndev->name);
553 static inline int rx_refill(struct net_device *ndev, gfp_t gfp) argument
555 struct ns83820 *dev = PRIV(ndev);
562 dprintk("rx_refill(%p)\n", ndev);
570 skb = __netdev_alloc_skb(ndev, REAL_RX_BUF_SIZE+16, gfp);
591 static void rx_refill_atomic(struct net_device *ndev) argument
593 rx_refill(ndev, GFP_ATOMI
600 struct net_device *ndev = dev->ndev; local
612 phy_intr(struct net_device *ndev) argument
719 ns83820_setup_rx(struct net_device *ndev) argument
809 ns83820_rx_kick(struct net_device *ndev) argument
830 rx_irq(struct net_device *ndev) argument
942 struct net_device *ndev = (void *)_dev; local
968 do_tx_done(struct net_device *ndev) argument
1058 ns83820_hard_start_xmit(struct sk_buff *skb, struct net_device *ndev) argument
1190 struct net_device *ndev = dev->ndev; local
1207 ns83820_get_stats(struct net_device *ndev) argument
1220 ns83820_get_settings(struct net_device *ndev, struct ethtool_cmd *cmd) argument
1283 ns83820_set_settings(struct net_device *ndev, struct ethtool_cmd *cmd) argument
1362 ns83820_get_drvinfo(struct net_device *ndev, struct ethtool_drvinfo *info) argument
1370 ns83820_get_link(struct net_device *ndev) argument
1403 struct net_device *ndev = data; local
1416 ns83820_do_isr(struct net_device *ndev, u32 isr) argument
1536 ns83820_stop(struct net_device *ndev) argument
1562 ns83820_tx_timeout(struct net_device *ndev) argument
1601 struct net_device *ndev = (void *)data; local
1622 ns83820_open(struct net_device *ndev) argument
1682 ns83820_change_mtu(struct net_device *ndev, int new_mtu) argument
1690 ns83820_set_multicast(struct net_device *ndev) argument
1716 ns83820_run_bist(struct net_device *ndev, const char *name, u32 enable, u32 done, u32 fail) argument
1875 ns83820_probe_phy(struct net_device *ndev) argument
1946 struct net_device *ndev; local
2244 struct net_device *ndev = pci_get_drvdata(pci_dev); local
[all...]
/drivers/net/ethernet/nxp/
H A Dlpc_eth.c420 struct net_device *ndev; member in struct:netdata_local
460 netdev_dbg(pldat->ndev, "Ethernet MAC address %pM\n", mac);
751 static void lpc_handle_link_change(struct net_device *ndev) argument
753 struct netdata_local *pldat = netdev_priv(ndev);
786 static int lpc_mii_probe(struct net_device *ndev) argument
788 struct netdata_local *pldat = netdev_priv(ndev);
792 netdev_err(ndev, "no PHY found\n");
798 netdev_info(ndev, "using MII interface\n");
800 netdev_info(ndev, "using RMII interface\n");
801 phydev = phy_connect(ndev, dev_nam
884 __lpc_handle_xmit(struct net_device *ndev) argument
940 __lpc_handle_recv(struct net_device *ndev, int budget) argument
1016 struct net_device *ndev = pldat->ndev; local
1035 struct net_device *ndev = dev_id; local
1054 lpc_eth_close(struct net_device *ndev) argument
1080 lpc_eth_hard_start_xmit(struct sk_buff *skb, struct net_device *ndev) argument
1133 lpc_set_mac_address(struct net_device *ndev, void *p) argument
1153 lpc_eth_set_multicast_list(struct net_device *ndev) argument
1200 lpc_eth_ioctl(struct net_device *ndev, struct ifreq *req, int cmd) argument
1214 lpc_eth_open(struct net_device *ndev) argument
1241 lpc_eth_ethtool_getdrvinfo(struct net_device *ndev, struct ethtool_drvinfo *info) argument
1250 lpc_eth_ethtool_getmsglevel(struct net_device *ndev) argument
1257 lpc_eth_ethtool_setmsglevel(struct net_device *ndev, u32 level) argument
1264 lpc_eth_ethtool_getsettings(struct net_device *ndev, struct ethtool_cmd *cmd) argument
1276 lpc_eth_ethtool_setsettings(struct net_device *ndev, struct ethtool_cmd *cmd) argument
1311 struct net_device *ndev; local
1508 struct net_device *ndev = platform_get_drvdata(pdev); local
1533 struct net_device *ndev = platform_get_drvdata(pdev); local
1558 struct net_device *ndev = platform_get_drvdata(pdev); local
[all...]
/drivers/net/ethernet/renesas/
H A Dsh_eth.h454 void (*chip_reset)(struct net_device *ndev);
455 void (*set_duplex)(struct net_device *ndev);
456 void (*set_rate)(struct net_device *ndev);
540 static inline void sh_eth_write(struct net_device *ndev, unsigned long data, argument
543 struct sh_eth_private *mdp = netdev_priv(ndev);
548 static inline unsigned long sh_eth_read(struct net_device *ndev, argument
551 struct sh_eth_private *mdp = netdev_priv(ndev);
/drivers/net/ethernet/ti/
H A Dcpsw.c364 struct net_device *ndev; member in struct:cpsw_slave
382 struct net_device *ndev; member in struct:cpsw_priv
514 (priv->slaves[__slave_no__].ndev)
516 ((priv->slaves[__slave_no__].ndev) ? \
517 netdev_priv(priv->slaves[__slave_no__].ndev) : NULL) \
519 #define cpsw_dual_emac_src_port_detect(status, priv, ndev, skb) \
524 ndev = cpsw_get_slave_ndev(priv, 0); \
525 priv = netdev_priv(ndev); \
526 skb->dev = ndev; \
528 ndev
558 cpsw_set_promiscious(struct net_device *ndev, bool enable) argument
634 cpsw_ndo_set_rx_mode(struct net_device *ndev) argument
685 struct net_device *ndev = skb->dev; local
703 struct net_device *ndev = skb->dev; local
888 cpsw_adjust_link(struct net_device *ndev) argument
905 cpsw_get_coalesce(struct net_device *ndev, struct ethtool_coalesce *coal) argument
914 cpsw_set_coalesce(struct net_device *ndev, struct ethtool_coalesce *coal) argument
980 cpsw_get_sset_count(struct net_device *ndev, int sset) argument
990 cpsw_get_strings(struct net_device *ndev, u32 stringset, u8 *data) argument
1006 cpsw_get_ethtool_stats(struct net_device *ndev, struct ethtool_stats *stats, u64 *data) argument
1058 cpsw_tx_packet_submit(struct net_device *ndev, struct cpsw_priv *priv, struct sk_buff *skb) argument
1226 cpsw_ndo_open(struct net_device *ndev) argument
1336 cpsw_ndo_stop(struct net_device *ndev) argument
1359 cpsw_ndo_start_xmit(struct sk_buff *skb, struct net_device *ndev) argument
1569 cpsw_ndo_tx_timeout(struct net_device *ndev) argument
1586 cpsw_ndo_set_mac_address(struct net_device *ndev, void *p) argument
1614 cpsw_ndo_poll_controller(struct net_device *ndev) argument
1667 cpsw_ndo_vlan_rx_add_vid(struct net_device *ndev, __be16 proto, u16 vid) argument
1679 cpsw_ndo_vlan_rx_kill_vid(struct net_device *ndev, __be16 proto, u16 vid) argument
1719 cpsw_get_regs_len(struct net_device *ndev) argument
1726 cpsw_get_regs(struct net_device *ndev, struct ethtool_regs *regs, void *p) argument
1738 cpsw_get_drvinfo(struct net_device *ndev, struct ethtool_drvinfo *info) argument
1749 cpsw_get_msglevel(struct net_device *ndev) argument
1755 cpsw_set_msglevel(struct net_device *ndev, u32 value) argument
1761 cpsw_get_ts_info(struct net_device *ndev, struct ethtool_ts_info *info) argument
1793 cpsw_get_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) argument
1805 cpsw_set_settings(struct net_device *ndev, struct ethtool_cmd *ecmd) argument
1816 cpsw_get_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) argument
1828 cpsw_set_wol(struct net_device *ndev, struct ethtool_wolinfo *wol) argument
1839 cpsw_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
1849 cpsw_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
2081 struct net_device *ndev; local
2155 struct net_device *ndev; local
2422 struct net_device *ndev = platform_get_drvdata(pdev); local
2444 struct net_device *ndev = platform_get_drvdata(pdev); local
2472 struct net_device *ndev = platform_get_drvdata(pdev); local
[all...]
/drivers/net/ethernet/3com/
H A D3c59x.c856 struct net_device *ndev = pci_get_drvdata(pdev); local
858 if (!ndev || !netif_running(ndev))
861 netif_device_detach(ndev);
862 vortex_down(ndev, 1);
870 struct net_device *ndev = pci_get_drvdata(pdev); local
873 if (!ndev || !netif_running(ndev))
876 err = vortex_up(ndev);
880 netif_device_attach(ndev);
[all...]
/drivers/net/ethernet/freescale/
H A Ducc_geth.h1159 struct net_device *ndev; member in struct:ucc_geth_private
H A Dgianfar.h1081 struct net_device *ndev; member in struct:gfar_private
/drivers/net/ethernet/marvell/
H A Dmvneta.c2511 static void mvneta_adjust_link(struct net_device *ndev) argument
2513 struct mvneta_port *pp = netdev_priv(ndev);
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h739 struct net_device *ndev; member in struct:__vxge_hw_device
/drivers/net/hyperv/
H A Dhyperv_net.h632 struct net_device *ndev; member in struct:netvsc_device
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dwl_cfg80211.c455 send_key_to_dongle(struct net_device *ndev, struct brcmf_wsec_key *key) argument
462 brcmf_netdev_wait_pend8021x(ndev);
464 err = brcmf_fil_bsscfg_data_set(netdev_priv(ndev), "wsec_key", &key_le,
652 struct net_device *ndev = wdev->netdev; local
658 if (ndev) {
660 cfg->escan_info.ifp == netdev_priv(ndev))
661 brcmf_notify_escan_complete(cfg, netdev_priv(ndev),
664 brcmf_fil_iovar_int_set(netdev_priv(ndev), "mpc", 1);
688 brcmf_cfg80211_change_iface(struct wiphy *wiphy, struct net_device *ndev, argument
693 struct brcmf_if *ifp = netdev_priv(ndev);
1051 brcmf_set_rts(struct net_device *ndev, u32 rts_threshold) argument
1063 brcmf_set_frag(struct net_device *ndev, u32 frag_threshold) argument
1075 brcmf_set_retry(struct net_device *ndev, u32 retry, bool l) argument
1091 struct net_device *ndev = cfg_to_ndev(cfg); local
1163 brcmf_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_ibss_params *params) argument
1315 brcmf_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *ndev) argument
1330 brcmf_set_wpa_version(struct net_device *ndev, struct cfg80211_connect_params *sme) argument
1355 brcmf_set_auth_type(struct net_device *ndev, struct cfg80211_connect_params *sme) argument
1395 brcmf_set_wsec_mode(struct net_device *ndev, struct cfg80211_connect_params *sme, bool mfp) argument
1473 brcmf_set_key_mgmt(struct net_device *ndev, struct cfg80211_connect_params *sme) argument
1530 brcmf_set_sharedkey(struct net_device *ndev, struct cfg80211_connect_params *sme) argument
1607 brcmf_cfg80211_connect(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_connect_params *sme) argument
1805 brcmf_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *ndev, u16 reason_code) argument
1837 struct net_device *ndev = cfg_to_ndev(cfg); local
1910 brcmf_cfg80211_config_default_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool unicast, bool multicast) argument
1943 brcmf_add_keyext(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, const u8 *mac_addr, struct key_params *params) argument
2025 brcmf_cfg80211_add_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr, struct key_params *params) argument
2120 brcmf_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr) argument
2153 brcmf_cfg80211_get_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx, bool pairwise, const u8 *mac_addr, void *cookie, void (*callback) (void *cookie, struct key_params * params)) argument
2206 brcmf_cfg80211_config_default_mgmt_key(struct wiphy *wiphy, struct net_device *ndev, u8 key_idx) argument
2215 brcmf_cfg80211_get_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac, struct station_info *sinfo) argument
2315 brcmf_cfg80211_set_power_mgmt(struct wiphy *wiphy, struct net_device *ndev, bool enabled, s32 timeout) argument
2456 wl_inform_ibss(struct brcmf_cfg80211_info *cfg, struct net_device *ndev, const u8 *bssid) argument
2791 struct net_device *ndev = cfg_to_ndev(cfg); local
2836 struct net_device *ndev = cfg_to_ndev(cfg); local
2884 brcmf_update_pmklist(struct net_device *ndev, struct brcmf_cfg80211_pmk_list *pmk_list, s32 err) argument
2909 brcmf_cfg80211_set_pmksa(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_pmksa *pmksa) argument
2949 brcmf_cfg80211_del_pmksa(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_pmksa *pmksa) argument
3001 brcmf_cfg80211_flush_pmksa(struct wiphy *wiphy, struct net_device *ndev) argument
3141 brcmf_dev_pno_clean(struct net_device *ndev) argument
3158 brcmf_dev_pno_config(struct net_device *ndev) argument
3178 brcmf_cfg80211_sched_scan_start(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_sched_scan_request *request) argument
3270 brcmf_cfg80211_sched_scan_stop(struct wiphy *wiphy, struct net_device *ndev) argument
3317 brcmf_configure_wpaie(struct net_device *ndev, const struct brcmf_vs_tlv *wpa_ie, bool is_rsn_ie) argument
3781 brcmf_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_ap_settings *settings) argument
3947 brcmf_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *ndev) argument
3992 brcmf_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_beacon_data *info) argument
4006 brcmf_cfg80211_del_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac) argument
4255 brcmf_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *ndev, const u8 *peer, enum nl80211_tdls_operation oper) argument
4352 brcmf_cfg80211_free_netdev(struct net_device *ndev) argument
4483 brcmf_bss_roaming_done(struct brcmf_cfg80211_info *cfg, struct net_device *ndev, const struct brcmf_event_msg *e) argument
4544 brcmf_bss_connect_done(struct brcmf_cfg80211_info *cfg, struct net_device *ndev, const struct brcmf_event_msg *e, bool completed) argument
4580 brcmf_notify_connect_status_ap(struct brcmf_cfg80211_info *cfg, struct net_device *ndev, const struct brcmf_event_msg *e, void *data) argument
4623 struct net_device *ndev = ifp->ndev; local
5509 struct net_device *ndev; local
5583 brcmf_cfg80211_up(struct net_device *ndev) argument
5596 brcmf_cfg80211_down(struct net_device *ndev) argument
5686 struct net_device *ndev = drvr->iflist[0]->ndev; local
[all...]
/drivers/net/ethernet/qlogic/
H A Dqla3xxx.h1077 struct net_device *ndev; /* Parent NET device */ member in struct:ql3_adapter
/drivers/staging/netlogic/
H A Dxlr_net.h1078 struct net_device *ndev; member in struct:xlr_net_priv
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge.h2067 struct net_device *ndev; /* Parent NET device */ member in struct:ql_adapter
2224 void ql_set_ethtool_ops(struct net_device *ndev);
2251 netdev_tx_t ql_lb_send(struct sk_buff *skb, struct net_device *ndev);

Completed in 637 milliseconds

1234567