Home
last modified time | relevance | path

Searched refs:primary_netdev (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c7351 struct net_device *primary_netdev = NULL; local
7354 primary_netdev = bcmcfg_to_prmry_ndev(cfg);
7366 ret = dhd_open(primary_netdev);
7385 struct net_device *primary_netdev = NULL; local
7410 primary_netdev = bcmcfg_to_prmry_ndev(cfg);
7411 if (!(primary_netdev->flags & IFF_UP)) {
7412 ret = dhd_stop(primary_netdev);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c7362 struct net_device *primary_netdev = NULL; local
7365 primary_netdev = bcmcfg_to_prmry_ndev(cfg);
7377 ret = dhd_open(primary_netdev);
7396 struct net_device *primary_netdev = NULL; local
7421 primary_netdev = bcmcfg_to_prmry_ndev(cfg);
7422 if (!(primary_netdev->flags & IFF_UP)) {
7423 ret = dhd_stop(primary_netdev);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c7351 struct net_device *primary_netdev = NULL; local
7354 primary_netdev = bcmcfg_to_prmry_ndev(cfg);
7366 ret = dhd_open(primary_netdev);
7385 struct net_device *primary_netdev = NULL; local
7410 primary_netdev = bcmcfg_to_prmry_ndev(cfg);
7411 if (!(primary_netdev->flags & IFF_UP)) {
7412 ret = dhd_stop(primary_netdev);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c9665 struct net_device *primary_netdev = NULL; in dhd_static_if_open() local
9672 primary_netdev = bcmcfg_to_prmry_ndev(cfg); in dhd_static_if_open()
9687 ret = dhd_stop(primary_netdev); in dhd_static_if_open()
9694 ret = dhd_open(primary_netdev); in dhd_static_if_open()
9715 struct net_device *primary_netdev = NULL; in dhd_static_if_stop() local
9748 primary_netdev = bcmcfg_to_prmry_ndev(cfg); in dhd_static_if_stop()
9755 if (!(primary_netdev->flags & IFF_UP)) { in dhd_static_if_stop()
9756 ret = dhd_stop(primary_netdev); in dhd_static_if_stop()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c9669 struct net_device *primary_netdev = NULL; in dhd_static_if_open() local
9676 primary_netdev = bcmcfg_to_prmry_ndev(cfg); in dhd_static_if_open()
9691 ret = dhd_stop(primary_netdev); in dhd_static_if_open()
9698 ret = dhd_open(primary_netdev); in dhd_static_if_open()
9719 struct net_device *primary_netdev = NULL; in dhd_static_if_stop() local
9752 primary_netdev = bcmcfg_to_prmry_ndev(cfg); in dhd_static_if_stop()
9759 if (!(primary_netdev->flags & IFF_UP)) { in dhd_static_if_stop()
9760 ret = dhd_stop(primary_netdev); in dhd_static_if_stop()