Home
last modified time | relevance | path

Searched defs:net_dev (Results 1 – 25 of 56) sorted by relevance

123

/linux-3.4.99/drivers/net/wimax/i2400m/
Dnetdev.c101 int i2400m_open(struct net_device *net_dev) in i2400m_open()
122 int i2400m_stop(struct net_device *net_dev) in i2400m_stop()
157 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_wake_tx_work() local
272 int i2400m_net_wake_tx(struct i2400m *i2400m, struct net_device *net_dev, in i2400m_net_wake_tx()
325 int i2400m_net_tx(struct i2400m *i2400m, struct net_device *net_dev, in i2400m_net_tx()
366 struct net_device *net_dev) in i2400m_hard_start_xmit()
396 int i2400m_change_mtu(struct net_device *net_dev, int new_mtu) in i2400m_change_mtu()
415 void i2400m_tx_timeout(struct net_device *net_dev) in i2400m_tx_timeout()
436 void i2400m_rx_fake_eth_header(struct net_device *net_dev, in i2400m_rx_fake_eth_header()
488 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_net_rx() local
[all …]
Dusb.c342 static void i2400mu_get_drvinfo(struct net_device *net_dev, in i2400mu_get_drvinfo()
361 void i2400mu_netdev_setup(struct net_device *net_dev) in i2400mu_netdev_setup()
464 struct net_device *net_dev; in i2400mu_probe() local
578 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400mu_disconnect() local
Ddriver.c224 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_check_mac_addr() local
289 struct net_device *net_dev = wimax_dev->net_dev; in __i2400m_dev_start() local
837 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_reset() local
869 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400m_setup() local
Dsdio.c377 void i2400ms_netdev_setup(struct net_device *net_dev) in i2400ms_netdev_setup()
465 struct net_device *net_dev; in i2400ms_probe() local
549 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400ms_remove() local
Dusb-rx.c337 struct net_device *net_dev = i2400m->wimax_dev.net_dev; in i2400mu_rxd() local
/linux-3.4.99/drivers/net/ethernet/sfc/
Dethtool.c172 static int efx_ethtool_phys_id(struct net_device *net_dev, in efx_ethtool_phys_id()
197 static int efx_ethtool_get_settings(struct net_device *net_dev, in efx_ethtool_get_settings()
221 static int efx_ethtool_set_settings(struct net_device *net_dev, in efx_ethtool_set_settings()
241 static void efx_ethtool_get_drvinfo(struct net_device *net_dev, in efx_ethtool_get_drvinfo()
254 static int efx_ethtool_get_regs_len(struct net_device *net_dev) in efx_ethtool_get_regs_len()
259 static void efx_ethtool_get_regs(struct net_device *net_dev, in efx_ethtool_get_regs()
268 static u32 efx_ethtool_get_msglevel(struct net_device *net_dev) in efx_ethtool_get_msglevel()
274 static void efx_ethtool_set_msglevel(struct net_device *net_dev, u32 msg_enable) in efx_ethtool_set_msglevel()
431 static int efx_ethtool_get_sset_count(struct net_device *net_dev, in efx_ethtool_get_sset_count()
445 static void efx_ethtool_get_strings(struct net_device *net_dev, in efx_ethtool_get_strings()
[all …]
Defx.c1743 static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in efx_ioctl()
1808 static void efx_netpoll(struct net_device *net_dev) in efx_netpoll()
1826 static int efx_net_open(struct net_device *net_dev) in efx_net_open()
1854 static int efx_net_stop(struct net_device *net_dev) in efx_net_stop()
1870 static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev, in efx_net_stats()
1908 static void efx_watchdog(struct net_device *net_dev) in efx_watchdog()
1921 static int efx_change_mtu(struct net_device *net_dev, int new_mtu) in efx_change_mtu()
1947 static int efx_set_mac_address(struct net_device *net_dev, void *data) in efx_set_mac_address()
1974 static void efx_set_rx_mode(struct net_device *net_dev) in efx_set_rx_mode()
2007 static int efx_set_features(struct net_device *net_dev, netdev_features_t data) in efx_set_features()
[all …]
Dsiena.c55 static int siena_mdio_write(struct net_device *net_dev, in siena_mdio_write()
72 static int siena_mdio_read(struct net_device *net_dev, in siena_mdio_read()
Dsiena_sriov.c1266 struct net_device *net_dev = efx->net_dev; in efx_sriov_init() local
1566 int efx_sriov_set_vf_mac(struct net_device *net_dev, int vf_i, u8 *mac) in efx_sriov_set_vf_mac()
1583 int efx_sriov_set_vf_vlan(struct net_device *net_dev, int vf_i, in efx_sriov_set_vf_vlan()
1603 int efx_sriov_set_vf_spoofchk(struct net_device *net_dev, int vf_i, in efx_sriov_set_vf_spoofchk()
1627 int efx_sriov_get_vf_config(struct net_device *net_dev, int vf_i, in efx_sriov_get_vf_config()
/linux-3.4.99/drivers/net/ethernet/sis/
Dsis900.c247 static int __devinit sis900_get_mac_addr(struct pci_dev * pci_dev, struct net_device *net_dev) in sis900_get_mac_addr()
283 struct net_device *net_dev) in sis630e_get_mac_addr()
326 struct net_device *net_dev) in sis635_get_mac_addr()
372 struct net_device *net_dev) in sis96x_get_mac_addr()
432 struct net_device *net_dev; in sis900_probe() local
593 static int __devinit sis900_mii_probe(struct net_device * net_dev) in sis900_mii_probe()
720 static u16 sis900_default_phy(struct net_device * net_dev) in sis900_default_phy()
782 static void sis900_set_capability(struct net_device *net_dev, struct mii_phy *phy) in sis900_set_capability()
888 static int mdio_read(struct net_device *net_dev, int phy_id, int location) in mdio_read()
931 static void mdio_write(struct net_device *net_dev, int phy_id, int location, in mdio_write()
[all …]
/linux-3.4.99/net/batman-adv/
Dbat_sysfs.c39 struct net_device *net_dev = kobj_to_netdev(obj); in kobj_to_batpriv() local
120 struct net_device *net_dev, in store_bool_attr()
159 atomic_t *attr_store, struct net_device *net_dev) in __store_bool_attr()
171 struct net_device *net_dev, const char *attr_name, in store_uint_attr()
211 atomic_t *attr_store, struct net_device *net_dev) in __store_uint_attr()
237 struct net_device *net_dev = kobj_to_netdev(kobj); in store_vis_mode() local
282 static void post_gw_deselect(struct net_device *net_dev) in post_gw_deselect()
312 struct net_device *net_dev = kobj_to_netdev(kobj); in store_gw_mode() local
379 struct net_device *net_dev = kobj_to_netdev(kobj); in store_gw_bwidth() local
475 struct net_device *net_dev = kobj_to_netdev(kobj); in show_mesh_iface() local
[all …]
Dbat_debugfs.c231 struct net_device *net_dev = (struct net_device *)inode->i_private; in originators_open() local
237 struct net_device *net_dev = (struct net_device *)inode->i_private; in gateways_open() local
243 struct net_device *net_dev = (struct net_device *)inode->i_private; in softif_neigh_open() local
249 struct net_device *net_dev = (struct net_device *)inode->i_private; in transtable_global_open() local
255 struct net_device *net_dev = (struct net_device *)inode->i_private; in transtable_local_open() local
261 struct net_device *net_dev = (struct net_device *)inode->i_private; in vis_data_open() local
Dhard-interface.c49 struct hard_iface *hardif_get_by_netdev(const struct net_device *net_dev) in hardif_get_by_netdev()
67 static int is_valid_iface(const struct net_device *net_dev) in is_valid_iface()
161 static void check_known_mac_addr(const struct net_device *net_dev) in check_known_mac_addr()
418 static struct hard_iface *hardif_add_interface(struct net_device *net_dev) in hardif_add_interface()
492 struct net_device *net_dev = ptr; in hard_if_event() local
Dgateway_common.c78 static bool parse_gw_bandwidth(struct net_device *net_dev, char *buff, in parse_gw_bandwidth()
139 ssize_t gw_bandwidth_set(struct net_device *net_dev, char *buff, size_t count) in gw_bandwidth_set()
Dmain.h175 #define bat_info(net_dev, fmt, arg...) \ argument
182 #define bat_err(net_dev, fmt, arg...) \ argument
Dsoft-interface.c319 struct net_device *net_dev = (struct net_device *)seq->private; in softif_neigh_seq_print_text() local
896 int softif_is_valid(const struct net_device *net_dev) in softif_is_valid()
/linux-3.4.99/net/atm/
Dbr2684.c80 struct net_device *net_dev; member
99 static inline struct br2684_dev *BRPRIV(const struct net_device *net_dev) in BRPRIV()
123 struct net_device *net_dev; in br2684_find_dev() local
148 struct net_device *net_dev; in atm_dev_event() local
184 struct net_device *net_dev = skb->dev; in br2684_pop() local
389 struct net_device *net_dev = brvcc->device; in br2684_push() local
498 struct net_device *net_dev; in br2684_regvcc() local
736 const struct net_device *net_dev = brdev->net_dev; in br2684_seq_show() local
804 struct net_device *net_dev; in br2684_exit() local
/linux-3.4.99/include/net/
Dwimax.h411 struct net_device *net_dev; member
446 struct wimax_dev *net_dev_to_wimax(struct net_device *net_dev) in net_dev_to_wimax()
/linux-3.4.99/net/wimax/
Ddebugfs.c42 struct net_device *net_dev = wimax_dev->net_dev; in wimax_debugfs_add() local
Dstack.c456 int wimax_dev_add(struct wimax_dev *wimax_dev, struct net_device *net_dev) in wimax_dev_add()
/linux-3.4.99/drivers/staging/ozwpan/
Dozproto.c174 u8 *pd_addr, struct net_device *net_dev) in oz_connect_req()
795 void oz_binding_add(char *net_dev) in oz_binding_add()
844 static void pd_stop_all_for_device(struct net_device *net_dev) in pd_stop_all_for_device()
867 void oz_binding_remove(char *net_dev) in oz_binding_remove()
/linux-3.4.99/drivers/isdn/i4l/
Disdn_ppp.c164 isdn_net_dev *net_dev = dev->netdev; in isdn_ppp_bind() local
969 void isdn_ppp_receive(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) in isdn_ppp_receive()
1025 isdn_ppp_push_higher(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb, int proto) in isdn_ppp_push_higher()
1585 static void isdn_ppp_mp_receive(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_mp_receive()
1864 void isdn_ppp_mp_reassembly(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_mp_reassembly()
2641 static void isdn_ppp_receive_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, in isdn_ppp_receive_ccp()
2818 static void isdn_ppp_send_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) in isdn_ppp_send_ccp()
/linux-3.4.99/include/linux/
Dconcap.h31 struct net_device *net_dev; /* net device using our service */ member
/linux-3.4.99/drivers/net/hyperv/
Drndis_filter.c389 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_receive() local
757 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_device_remove() local
/linux-3.4.99/drivers/net/can/sja1000/
Dems_pcmcia.c40 struct net_device *net_dev[EMS_PCMCIA_MAX_CHAN]; member

123