Home
last modified time | relevance | path

Searched refs:mesh_dev (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/libertas/
Dmain.c387 return snprintf(buf, 5, "0x%X\n", !!priv->mesh_dev); in lbs_mesh_get()
402 if (enable == !!priv->mesh_dev) in lbs_mesh_set()
467 if (dev == priv->mesh_dev) { in lbs_dev_open()
623 if (priv->mesh_dev) in lbs_set_mac_address()
624 memcpy(priv->mesh_dev->dev_addr, phwaddr->sa_data, ETH_ALEN); in lbs_set_mac_address()
687 if (priv->mesh_dev) in lbs_set_mcast_worker()
688 dev_flags |= priv->mesh_dev->flags; in lbs_set_mcast_worker()
705 if (nr_addrs >= 0 && priv->mesh_dev) in lbs_set_mcast_worker()
706 nr_addrs = lbs_add_mcast_addrs(&mcast_cmd, priv->mesh_dev, nr_addrs); in lbs_set_mcast_worker()
936 if (priv->mesh_dev && in lbs_thread()
[all …]
Dtx.c92 if (priv->mesh_dev) in lbs_hard_start_xmit()
93 netif_stop_queue(priv->mesh_dev); in lbs_hard_start_xmit()
135 if (dev == priv->mesh_dev) in lbs_hard_start_xmit()
203 if (priv->mesh_dev && (priv->mesh_connect_status == LBS_CONNECTED)) in lbs_send_tx_feedback()
204 netif_wake_queue(priv->mesh_dev); in lbs_send_tx_feedback()
Dscan.c402 if (priv->mesh_dev) { in lbs_scan_networks()
403 netif_stop_queue(priv->mesh_dev); in lbs_scan_networks()
404 netif_carrier_off(priv->mesh_dev); in lbs_scan_networks()
474 if (priv->mesh_dev && (priv->mesh_connect_status == LBS_CONNECTED)) { in lbs_scan_networks()
475 netif_carrier_on(priv->mesh_dev); in lbs_scan_networks()
477 netif_wake_queue(priv->mesh_dev); in lbs_scan_networks()
1040 if (dev == priv->mesh_dev && !iter_bss->mesh) in lbs_get_scan()
Drx.c163 if (priv->mesh_dev && (p_rx_pd->rx_control & RxPD_MESH_FRAME)) in lbs_process_rxed_packet()
164 dev = priv->mesh_dev; in lbs_process_rxed_packet()
Dcmdresp.c584 netif_carrier_on(priv->mesh_dev); in lbs_process_event()
586 netif_wake_queue(priv->mesh_dev); in lbs_process_event()
Dethtool.c118 if (sset == ETH_SS_STATS && dev == priv->mesh_dev) in lbs_ethtool_get_sset_count()
Ddev.h113 struct net_device *mesh_dev; /* Virtual device */ member
Dassoc.c853 if (priv->mesh_dev) { in assoc_helper_channel()
896 if (priv->mesh_dev) in assoc_helper_channel()
Dcmd.c144 if (priv->mesh_dev) in lbs_update_hw_spec()
145 memcpy(priv->mesh_dev->dev_addr, priv->current_addr, ETH_ALEN); in lbs_update_hw_spec()