Searched defs:dev (Results 151 - 175 of 309) sorted by relevance

1234567891011>>

/net/phonet/
H A Dpn_dev.c63 static struct phonet_device *__phonet_device_alloc(struct net_device *dev) argument
65 struct phonet_device_list *pndevs = phonet_device_list(dev_net(dev));
69 pnd->netdev = dev;
77 static struct phonet_device *__phonet_get(struct net_device *dev) argument
79 struct phonet_device_list *pndevs = phonet_device_list(dev_net(dev));
84 if (pnd->netdev == dev)
90 static struct phonet_device *__phonet_get_rcu(struct net_device *dev) argument
92 struct phonet_device_list *pndevs = phonet_device_list(dev_net(dev));
96 if (pnd->netdev == dev)
102 static void phonet_device_destroy(struct net_device *dev) argument
128 struct net_device *dev = NULL; local
146 phonet_address_add(struct net_device *dev, u8 addr) argument
165 phonet_address_del(struct net_device *dev, u8 addr) argument
189 phonet_address_get(struct net_device *dev, u8 daddr) argument
246 phonet_device_autoconf(struct net_device *dev) argument
268 phonet_route_autodel(struct net_device *dev) argument
297 struct net_device *dev = netdev_notifier_info_to_dev(ptr); local
367 phonet_route_add(struct net_device *dev, u8 daddr) argument
384 phonet_route_del(struct net_device *dev, u8 daddr) argument
408 struct net_device *dev; local
419 struct net_device *dev; local
[all...]
/net/rds/
H A Dib_cm.c269 struct ib_device *dev = ic->i_cm_id->device; local
278 rds_ibdev = rds_ib_get_client_data(dev);
282 /* add the conn now so that connection establishment has the dev */
294 ic->i_send_cq = ib_create_cq(dev, rds_ib_send_cq_comp_handler,
304 ic->i_recv_cq = ib_create_cq(dev, rds_ib_recv_cq_comp_handler,
350 ic->i_send_hdrs = ib_dma_alloc_coherent(dev,
360 ic->i_recv_hdrs = ib_dma_alloc_coherent(dev,
370 ic->i_ack = ib_dma_alloc_coherent(dev, sizeof(struct rds_header),
379 ibdev_to_node(dev));
387 ibdev_to_node(dev));
634 struct ib_device *dev = ic->i_cm_id->device; local
[all...]
H A Diw_cm.c181 struct ib_device *dev = rds_iwdev->dev; local
201 attr->send_cq = ib_create_cq(dev, send_cq_handler,
211 attr->recv_cq = ib_create_cq(dev, recv_cq_handler,
250 struct ib_device *dev = ic->i_cm_id->device; local
260 rds_iwdev = ib_get_client_data(dev, &rds_iw_client);
263 dev->name);
291 ic->i_send_hdrs = ib_dma_alloc_coherent(dev,
301 ic->i_recv_hdrs = ib_dma_alloc_coherent(dev,
311 ic->i_ack = ib_dma_alloc_coherent(dev, sizeo
585 struct ib_device *dev = ic->i_cm_id->device; local
[all...]
/net/rfkill/
H A Dinput.c221 static int rfkill_connect(struct input_handler *handler, struct input_dev *dev, argument
231 handle->dev = dev;
260 spin_lock_irq(&handle->dev->event_lock);
262 if (test_bit(EV_SW, handle->dev->evbit) &&
263 test_bit(SW_RFKILL_ALL, handle->dev->swbit))
265 handle->dev->sw));
267 spin_unlock_irq(&handle->dev->event_lock);
/net/sched/
H A Dcls_fw.c383 struct net_device *dev; local
384 dev = __dev_get_by_index(net, f->ifindex);
385 if (dev && nla_put_string(skb, TCA_FW_INDEV, dev->name))
H A Dsch_mqprio.c29 struct net_device *dev = qdisc_dev(sch); local
35 ntx < dev->num_tx_queues && priv->qdiscs[ntx];
41 if (priv->hw_owned && dev->netdev_ops->ndo_setup_tc)
42 dev->netdev_ops->ndo_setup_tc(dev, 0);
44 netdev_set_num_tc(dev, 0);
47 static int mqprio_parse_opt(struct net_device *dev, struct tc_mqprio_qopt *qopt) argument
62 if (qopt->hw && !dev->netdev_ops->ndo_setup_tc)
77 if (qopt->offset[i] >= dev->real_num_tx_queues ||
79 last > dev
94 struct net_device *dev = qdisc_dev(sch); local
168 struct net_device *dev = qdisc_dev(sch); local
189 struct net_device *dev = qdisc_dev(sch); local
200 struct net_device *dev = qdisc_dev(sch); local
222 struct net_device *dev = qdisc_dev(sch); local
276 struct net_device *dev = qdisc_dev(sch); local
291 struct net_device *dev = qdisc_dev(sch); local
325 struct net_device *dev = qdisc_dev(sch); variable in typeref:struct:net_device
375 struct net_device *dev = qdisc_dev(sch); local
[all...]
H A Dsch_teql.c34 # tc qdisc add dev eth0 root teql0
35 # tc qdisc add dev eth1 root teql0
58 struct net_device *dev; member in struct:teql_master
82 struct net_device *dev = qdisc_dev(sch); local
85 if (q->q.qlen < dev->tx_queue_len) {
102 dat_queue = netdev_get_tx_queue(dat->m->dev, 0);
160 txq = netdev_get_tx_queue(master->dev, 0);
179 struct net_device *dev = qdisc_dev(sch); local
183 if (dev->hard_header_len > m->dev
226 __teql_resolve(struct sk_buff *skb, struct sk_buff *skb_res, struct net_device *dev, struct netdev_queue *txq, struct dst_entry *dst) argument
264 teql_resolve(struct sk_buff *skb, struct sk_buff *skb_res, struct net_device *dev, struct netdev_queue *txq) argument
285 teql_master_xmit(struct sk_buff *skb, struct net_device *dev) argument
363 teql_master_open(struct net_device *dev) argument
405 teql_master_close(struct net_device *dev) argument
411 teql_master_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats) argument
423 teql_master_mtu(struct net_device *dev, int new_mtu) argument
451 teql_master_setup(struct net_device *dev) argument
487 struct net_device *dev; local
[all...]
/net/tipc/
H A Dbearer.c416 struct net_device *dev; local
420 dev = dev_get_by_name(&init_net, driver_name);
421 if (!dev)
425 rcu_assign_pointer(b->media_ptr, dev);
427 memcpy(b->bcast_addr.value, dev->broadcast, b->media->hwaddr_len);
430 b->mtu = dev->mtu;
431 b->media->raw2addr(b, &b->addr, (char *)dev->dev_addr);
432 rcu_assign_pointer(dev->tipc_ptr, b);
444 struct net_device *dev; local
446 dev
463 struct net_device *dev; local
519 tipc_l2_rcv_msg(struct sk_buff *buf, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) argument
558 struct net_device *dev = netdev_notifier_info_to_dev(ptr); local
[all...]
/net/wireless/
H A Dibss.c17 void __cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid, argument
20 struct wireless_dev *wdev = dev->ieee80211_ptr;
48 nl80211_send_ibss_bssid(wiphy_to_rdev(wdev->wiphy), dev, bssid,
53 wireless_send_event(dev, SIOCGIWAP, &wrqu, NULL);
57 void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid, argument
60 struct wireless_dev *wdev = dev->ieee80211_ptr;
65 trace_cfg80211_ibss_joined(dev, bssid, channel);
86 struct net_device *dev,
90 struct wireless_dev *wdev = dev->ieee80211_ptr;
127 err = rdev_join_ibss(rdev, dev, param
85 __cfg80211_join_ibss(struct cfg80211_registered_device *rdev, struct net_device *dev, struct cfg80211_ibss_params *params, struct cfg80211_cached_keys *connkeys) argument
139 cfg80211_join_ibss(struct cfg80211_registered_device *rdev, struct net_device *dev, struct cfg80211_ibss_params *params, struct cfg80211_cached_keys *connkeys) argument
156 __cfg80211_clear_ibss(struct net_device *dev, bool nowext) argument
191 cfg80211_clear_ibss(struct net_device *dev, bool nowext) argument
200 __cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, struct net_device *dev, bool nowext) argument
221 cfg80211_leave_ibss(struct cfg80211_registered_device *rdev, struct net_device *dev, bool nowext) argument
309 cfg80211_ibss_wext_siwfreq(struct net_device *dev, struct iw_request_info *info, struct iw_freq *wextfreq, char *extra) argument
366 cfg80211_ibss_wext_giwfreq(struct net_device *dev, struct iw_request_info *info, struct iw_freq *freq, char *extra) argument
394 cfg80211_ibss_wext_siwessid(struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *ssid) argument
434 cfg80211_ibss_wext_giwessid(struct net_device *dev, struct iw_request_info *info, struct iw_point *data, char *ssid) argument
461 cfg80211_ibss_wext_siwap(struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra) argument
518 cfg80211_ibss_wext_giwap(struct net_device *dev, struct iw_request_info *info, struct sockaddr *ap_addr, char *extra) argument
[all...]
H A Dmesh.c97 struct net_device *dev,
101 struct wireless_dev *wdev = dev->ieee80211_ptr;
108 if (dev->ieee80211_ptr->iftype != NL80211_IFTYPE_MESH_POINT)
181 err = rdev_join_mesh(rdev, dev, conf, setup);
192 struct net_device *dev,
196 struct wireless_dev *wdev = dev->ieee80211_ptr;
200 err = __cfg80211_join_mesh(rdev, dev, setup, conf);
242 struct net_device *dev)
244 struct wireless_dev *wdev = dev->ieee80211_ptr;
249 if (dev
96 __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_setup *setup, const struct mesh_config *conf) argument
191 cfg80211_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_setup *setup, const struct mesh_config *conf) argument
241 __cfg80211_leave_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev) argument
268 cfg80211_leave_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev) argument
[all...]
/net/802/
H A Dmrp.c303 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev),
308 skb->dev = app->dev;
310 skb_reserve(skb, LL_RESERVED_SPACE(app->dev));
341 dev_hard_header(app->pdu, app->dev, ntohs(app->app->pkttype.type),
342 app->app->group_address, app->dev->dev_addr,
520 int mrp_request_join(const struct net_device *dev, argument
524 struct mrp_port *port = rtnl_dereference(dev->mrp_port);
545 void mrp_request_leave(const struct net_device *dev, argument
770 mrp_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) argument
817 mrp_init_port(struct net_device *dev) argument
828 mrp_release_port(struct net_device *dev) argument
841 mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) argument
885 mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) argument
[all...]
/net/9p/
H A Dtrans_virtio.c67 * @vdev: virtio dev associated with this channel
72 * This structure is allocated within the devices dev->mem space.
498 static ssize_t p9_mount_tag_show(struct device *dev, argument
504 vdev = dev_to_virtio(dev);
564 err = sysfs_create_file(&(vdev->dev.kobj), &dev_attr_mount_tag.attr);
585 kobject_uevent(&(vdev->dev.kobj), KOBJ_CHANGE);
663 sysfs_remove_file(&(vdev->dev.kobj), &dev_attr_mount_tag.attr);
664 kobject_uevent(&(vdev->dev.kobj), KOBJ_CHANGE);
/net/atm/
H A Dproc.c53 static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev) argument
57 seq_printf(seq, "%3d %-8s", dev->number, dev->type);
59 seq_printf(seq, "%02x", dev->esi[i]);
61 add_stats(seq, "0", &dev->stats.aal0);
63 add_stats(seq, "5", &dev->stats.aal5);
64 seq_printf(seq, "\t[%d]", atomic_read(&dev->refcnt));
165 vcc->dev->number, vcc->vpi, vcc->vci,
173 struct net_device *dev; local
175 dev
246 struct atm_dev *dev = list_entry(v, struct atm_dev, dev_list); local
379 struct atm_dev *dev; local
409 atm_proc_dev_register(struct atm_dev *dev) argument
434 atm_proc_dev_deregister(struct atm_dev *dev) argument
[all...]
/net/bluetooth/bnep/
H A Dbnep.h167 struct net_device *dev; member in struct:bnep_session
170 void bnep_net_setup(struct net_device *dev);
/net/bridge/
H A Dbr_netlink.c76 u32 filter_mask, const struct net_device *dev)
81 u8 operstate = netif_running(dev) ? dev->operstate : IF_OPER_DOWN;
86 br = netdev_priv(dev);
89 event, dev->name, br->dev->name);
98 hdr->ifi_type = dev->type;
99 hdr->ifi_index = dev->ifindex;
100 hdr->ifi_flags = dev_get_flags(dev);
103 if (nla_put_string(skb, IFLA_IFNAME, dev
73 br_fill_ifinfo(struct sk_buff *skb, const struct net_bridge_port *port, u32 pid, u32 seq, int event, unsigned int flags, u32 filter_mask, const struct net_device *dev) argument
205 br_getlink(struct sk_buff *skb, u32 pid, u32 seq, struct net_device *dev, u32 filter_mask) argument
360 br_setlink(struct net_device *dev, struct nlmsghdr *nlh) argument
416 br_dellink(struct net_device *dev, struct nlmsghdr *nlh) argument
448 br_dev_newlink(struct net *src_net, struct net_device *dev, struct nlattr *tb[], struct nlattr *data[]) argument
462 br_port_slave_changelink(struct net_device *brdev, struct net_device *dev, struct nlattr *tb[], struct nlattr *data[]) argument
472 br_port_fill_slave_info(struct sk_buff *skb, const struct net_device *brdev, const struct net_device *dev) argument
479 br_port_get_slave_size(const struct net_device *brdev, const struct net_device *dev) argument
544 br_get_link_af_size(const struct net_device *dev) argument
[all...]
/net/caif/
H A Dcfcnfg.c425 netdev = phyinfo->dev_info.dev;
460 struct net_device *dev, struct cflayer *phy_layer,
474 phyid = (dev->ifindex + i) & 0x7;
492 phyinfo->dev_info.dev = dev;
494 phyinfo->ifindex = dev->ifindex;
459 cfcnfg_add_phy_layer(struct cfcnfg *cnfg, struct net_device *dev, struct cflayer *phy_layer, enum cfcnfg_phy_preference pref, struct cflayer *link_support, bool fcs, int head_room) argument
H A Dchnl_net.c93 skb->dev = priv->netdev;
133 static int delete_device(struct chnl_net *dev) argument
136 if (dev->netdev)
137 unregister_netdevice(dev->netdev);
143 struct chnl_net *dev = NULL; local
149 dev = list_entry(list_node, struct chnl_net, list_field);
150 if (dev->state == CAIF_SHUTDOWN)
151 dev_close(dev->netdev);
217 static int chnl_net_start_xmit(struct sk_buff *skb, struct net_device *dev) argument
224 priv = netdev_priv(dev);
262 chnl_net_open(struct net_device *dev) argument
357 chnl_net_stop(struct net_device *dev) argument
368 chnl_net_init(struct net_device *dev) argument
377 chnl_net_uninit(struct net_device *dev) argument
393 chnl_net_destructor(struct net_device *dev) argument
400 ipcaif_net_setup(struct net_device *dev) argument
425 ipcaif_fill_info(struct sk_buff *skb, const struct net_device *dev) argument
465 ipcaif_newlink(struct net *src_net, struct net_device *dev, struct nlattr *tb[], struct nlattr *data[]) argument
489 ipcaif_changelink(struct net_device *dev, struct nlattr *tb[], struct nlattr *data[]) argument
500 ipcaif_get_size(const struct net_device *dev) argument
539 struct chnl_net *dev = NULL; local
[all...]
/net/can/
H A Dproc.c194 struct net_device *dev)
203 seq_printf(m, fmt, DNAME(dev), r->can_id, r->mask,
340 struct net_device *dev,
345 can_print_rcvlist(m, &d->rx[idx], dev);
347 seq_printf(m, " (%s: no entry)\n", DNAME(dev));
355 struct net_device *dev; local
362 /* receive list for 'all' CAN devices (dev == NULL) */
367 for_each_netdev_rcu(&init_net, dev) {
368 if (dev->type == ARPHRD_CAN && dev
193 can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, struct net_device *dev) argument
339 can_rcvlist_proc_show_one(struct seq_file *m, int idx, struct net_device *dev, struct dev_rcv_lists *d) argument
391 can_rcvlist_proc_show_array(struct seq_file *m, struct net_device *dev, struct hlist_head *rcv_array, unsigned int rcv_array_sz) argument
418 struct net_device *dev; local
461 struct net_device *dev; local
[all...]
H A Draw.c144 addr->can_ifindex = skb->dev->ifindex;
158 static int raw_enable_filters(struct net_device *dev, struct sock *sk, argument
165 err = can_rx_register(dev, filter[i].can_id,
171 can_rx_unregister(dev, filter[i].can_id,
181 static int raw_enable_errfilter(struct net_device *dev, struct sock *sk, argument
187 err = can_rx_register(dev, 0, err_mask | CAN_ERR_FLAG,
193 static void raw_disable_filters(struct net_device *dev, struct sock *sk, argument
199 can_rx_unregister(dev, filter[i].can_id, filter[i].can_mask,
203 static inline void raw_disable_errfilter(struct net_device *dev, argument
209 can_rx_unregister(dev,
213 raw_disable_allfilters(struct net_device *dev, struct sock *sk) argument
222 raw_enable_allfilters(struct net_device *dev, struct sock *sk) argument
240 struct net_device *dev = netdev_notifier_info_to_dev(ptr); local
327 struct net_device *dev; local
372 struct net_device *dev; local
403 struct net_device *dev; local
455 struct net_device *dev = NULL; local
669 struct net_device *dev; local
[all...]
/net/core/
H A Dfib_rules.c334 struct net_device *dev; local
338 dev = __dev_get_by_name(net, rule->iifname);
339 if (dev)
340 rule->iifindex = dev->ifindex;
344 struct net_device *dev; local
348 dev = __dev_get_by_name(net, rule->oifname);
349 if (dev)
350 rule->oifindex = dev->ifindex;
755 static void attach_rules(struct list_head *rules, struct net_device *dev) argument
761 strcmp(dev
769 detach_rules(struct list_head *rules, struct net_device *dev) argument
785 struct net_device *dev = netdev_notifier_info_to_dev(ptr); local
[all...]
H A Dnet-procfs.c18 struct net_device *dev; local
23 hlist_for_each_entry_rcu(dev, h, name_hlist) {
25 return dev;
33 struct net_device *dev; local
37 dev = dev_from_same_bucket(seq, pos);
38 if (dev)
39 return dev;
77 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) argument
80 const struct rtnl_link_stats64 *stats = dev_get_stats(dev, &temp);
84 dev
358 struct net_device *dev = v; local
[all...]
H A Dnetpoll.c72 static int netpoll_start_xmit(struct sk_buff *skb, struct net_device *dev, argument
94 status = netdev_start_xmit(skb, dev, txq, false);
108 struct net_device *dev = skb->dev; local
111 if (!netif_device_present(dev) || !netif_running(dev)) {
116 txq = skb_get_tx_queue(dev, skb);
119 HARD_TX_LOCK(dev, txq, smp_processor_id());
121 netpoll_start_xmit(skb, dev, txq) != NETDEV_TX_OK) {
123 HARD_TX_UNLOCK(dev, tx
167 poll_napi(struct net_device *dev, int budget) argument
180 netpoll_poll_dev(struct net_device *dev) argument
214 netpoll_poll_disable(struct net_device *dev) argument
227 netpoll_poll_enable(struct net_device *dev) argument
308 netpoll_owner_active(struct net_device *dev) argument
320 netpoll_send_skb_on_dev(struct netpoll *np, struct sk_buff *skb, struct net_device *dev) argument
[all...]
/net/decnet/
H A Ddn_neigh.c90 const struct net_device *dev,
129 struct net_device *dev = neigh->dev; local
135 dn_db = rcu_dereference(dev->dn_ptr);
162 if ((dev->type == ARPHRD_IPGRE) || (dev->flags & IFF_POINTOPOINT))
163 memcpy(neigh->ha, dev->broadcast, dev->addr_len);
164 else if ((dev->type == ARPHRD_ETHER) || (dev
89 dn_neigh_hash(const void *pkey, const struct net_device *dev, __u32 *hash_rnd) argument
208 struct net_device *dev = neigh->dev; local
231 struct net_device *dev = neigh->dev; local
274 struct net_device *dev = neigh->dev; local
314 struct net_device *dev = neigh->dev; local
483 struct net_device *dev; member in struct:elist_cb_state
515 dn_neigh_elist(struct net_device *dev, unsigned char *ptr, int n) argument
[all...]
/net/dsa/
H A Ddsa.c317 static int dev_is_class(struct device *dev, void *class) argument
319 if (dev->class != NULL && !strcmp(dev->class->name, class))
335 struct mii_bus *dsa_host_dev_to_mii_bus(struct device *dev) argument
339 d = dev_find_class(dev, "mdio_bus");
353 static struct net_device *dev_to_net_device(struct device *dev) argument
357 d = dev_find_class(dev, "net");
441 struct device_node *np = pdev->dev.of_node;
472 pdev->dev.platform_data = pd;
473 pd->netdev = &ethernet_dev->dev;
571 struct net_device *dev; local
683 dsa_switch_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) argument
[all...]
H A Dslave.c53 static int dsa_slave_init(struct net_device *dev) argument
55 struct dsa_slave_priv *p = netdev_priv(dev);
57 dev->iflink = p->parent->dst->master_netdev->ifindex;
62 static int dsa_slave_open(struct net_device *dev) argument
64 struct dsa_slave_priv *p = netdev_priv(dev);
72 if (!ether_addr_equal(dev->dev_addr, master->dev_addr)) {
73 err = dev_uc_add(master, dev->dev_addr);
78 if (dev->flags & IFF_ALLMULTI) {
83 if (dev->flags & IFF_PROMISC) {
101 if (dev
113 dsa_slave_close(struct net_device *dev) argument
138 dsa_slave_change_rx_flags(struct net_device *dev, int change) argument
149 dsa_slave_set_rx_mode(struct net_device *dev) argument
158 dsa_slave_set_mac_address(struct net_device *dev, void *a) argument
186 dsa_slave_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) argument
196 dsa_slave_xmit(struct sk_buff *skb, struct net_device *dev) argument
203 dsa_slave_notag_xmit(struct sk_buff *skb, struct net_device *dev) argument
217 dsa_slave_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) argument
233 dsa_slave_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) argument
243 dsa_slave_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *drvinfo) argument
252 dsa_slave_nway_reset(struct net_device *dev) argument
262 dsa_slave_get_link(struct net_device *dev) argument
274 dsa_slave_get_strings(struct net_device *dev, uint32_t stringset, uint8_t *data) argument
292 dsa_slave_get_ethtool_stats(struct net_device *dev, struct ethtool_stats *stats, uint64_t *data) argument
307 dsa_slave_get_sset_count(struct net_device *dev, int sset) argument
325 dsa_slave_get_wol(struct net_device *dev, struct ethtool_wolinfo *w) argument
334 dsa_slave_set_wol(struct net_device *dev, struct ethtool_wolinfo *w) argument
346 dsa_slave_set_eee(struct net_device *dev, struct ethtool_eee *e) argument
365 dsa_slave_get_eee(struct net_device *dev, struct ethtool_eee *e) argument
410 dsa_slave_adjust_link(struct net_device *dev) argument
438 dsa_slave_fixed_link_update(struct net_device *dev, struct fixed_phy_status *status) argument
[all...]

Completed in 300 milliseconds

1234567891011>>