Home
last modified time | relevance | path

Searched refs:ifp (Results 1 – 22 of 22) sorted by relevance

/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_linux.c715 #define DHD_IF_STA_LIST_LOCK_INIT(ifp) spin_lock_init(&(ifp)->sta_list_lock) argument
716 #define DHD_IF_STA_LIST_LOCK(ifp, flags) \ argument
717 spin_lock_irqsave(&(ifp)->sta_list_lock, (flags))
718 #define DHD_IF_STA_LIST_UNLOCK(ifp, flags) \ argument
719 spin_unlock_irqrestore(&(ifp)->sta_list_lock, (flags))
722 static struct list_head *dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp,
726 #define DHD_IF_WMF_UCFORWARD_LOCK(dhd, ifp, slist) \ argument
727 ({ dhd_sta_list_snapshot(dhd, ifp, slist); })
967 dhd_if_t *ifp; /* cached pointer to dhd_if in netdevice priv */ member
1001 #define DHD_DEV_IFP(dev) (DHD_DEV_PRIV(dev)->ifp)
[all …]
Ddhd_linux.h325 void *ifp; /* associated dhd_if */ member
461 extern void dhd_reset_tcpsync_info_by_ifp(dhd_if_t *ifp);
Dwl_iapsta.c3405 dhd_if_t *ifp = NULL; in wl_tput_dump() local
3411 ifp = dhd_get_ifp(dhd, cur_if->ifidx); in wl_tput_dump()
3489 dhd_if_t *ifp = NULL; in wl_tput_monitor() local
3491 ifp = dhd_get_ifp(dhd, cur_if->ifidx); in wl_tput_monitor()
3495 cur_if->last_tx = ifp->stats.tx_bytes; in wl_tput_monitor()
3496 cur_if->last_rx = ifp->stats.rx_bytes; in wl_tput_monitor()
3505 (int32)(((ifp->stats.tx_bytes - cur_if->last_tx) / 0x400 / 0x400) * in wl_tput_monitor()
3509 cur_if->tput_tx = (int32)((ifp->stats.tx_bytes - cur_if->last_tx) * in wl_tput_monitor()
3513 (int32)((ifp->stats.tx_bytes - cur_if->last_tx) * 0x8 * 0x3E8 / in wl_tput_monitor()
3521 (int32)(((ifp->stats.rx_bytes - cur_if->last_rx) / 0x400 / 0x400) * in wl_tput_monitor()
[all …]
Ddhd.h590 #define DHD_IF_SET_TX_ACTIVE(ifp, context) ifp->tx_paths_active |= context; argument
591 #define DHD_IF_CLR_TX_ACTIVE(ifp, context) ifp->tx_paths_active &= ~context; argument
592 #define DHD_IF_IS_TX_ACTIVE(ifp) (ifp->tx_paths_active) argument
Ddhd_common.c3566 dhd_if_t *ifp = NULL; in wl_process_host_event() local
3806 ifp = dhd_get_ifp(dhd_pub, event->ifidx); in wl_process_host_event()
3807 if (!ifp) { in wl_process_host_event()
3815 IS_STA_IFACE(ndev_to_wdev(ifp->net)) && in wl_process_host_event()
3816 wl_cfg80211_is_event_from_connected_bssid(ifp->net, event, in wl_process_host_event()
3818 ifp->recv_reassoc_evt = TRUE; in wl_process_host_event()
3893 ifp = dhd_get_ifp(dhd_pub, event->ifidx); in wl_process_host_event()
3894 if (ifp) { in wl_process_host_event()
3895 ifp->recv_reassoc_evt = FALSE; in wl_process_host_event()
3896 ifp->post_roam_evt = FALSE; in wl_process_host_event()
Dwl_cfg80211.c16015 dhd_if_t *ifp = NULL; in wl_bss_roaming_done() local
16155 ifp = dhd_get_ifp(dhdp, e->ifidx); in wl_bss_roaming_done()
16156 if (ifp) { in wl_bss_roaming_done()
16157 ifp->post_roam_evt = TRUE; in wl_bss_roaming_done()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux.c699 #define DHD_IF_STA_LIST_LOCK_INIT(ifp) spin_lock_init(&(ifp)->sta_list_lock) argument
700 #define DHD_IF_STA_LIST_LOCK(ifp, flags) \ argument
701 spin_lock_irqsave(&(ifp)->sta_list_lock, (flags))
702 #define DHD_IF_STA_LIST_UNLOCK(ifp, flags) \ argument
703 spin_unlock_irqrestore(&(ifp)->sta_list_lock, (flags))
706 static struct list_head * dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp,
709 #define DHD_IF_WMF_UCFORWARD_LOCK(dhd, ifp, slist) ({ dhd_sta_list_snapshot(dhd, ifp, slist); }) argument
938 dhd_if_t * ifp; /* cached pointer to dhd_if in netdevice priv */ member
973 #define DHD_DEV_IFP(dev) (DHD_DEV_PRIV(dev)->ifp)
981 #define DHD_DEV_IFP(dev) (((dhd_dev_priv_t *)DEV_PRIV(dev))->ifp)
[all …]
Ddhd_linux.h311 void * ifp; /* associated dhd_if */ member
441 extern void dhd_reset_tcpsync_info_by_ifp(dhd_if_t *ifp);
Ddhd.h580 #define DHD_IF_SET_TX_ACTIVE(ifp, context) \ argument
581 ifp->tx_paths_active |= context;
582 #define DHD_IF_CLR_TX_ACTIVE(ifp, context) \ argument
583 ifp->tx_paths_active &= ~context;
584 #define DHD_IF_IS_TX_ACTIVE(ifp) \ argument
585 (ifp->tx_paths_active)
Ddhd_common.c3445 dhd_if_t *ifp = NULL; in wl_process_host_event() local
3673 ifp = dhd_get_ifp(dhd_pub, event->ifidx); in wl_process_host_event()
3675 if (!ifp) in wl_process_host_event()
3682 IS_STA_IFACE(ndev_to_wdev(ifp->net)) && in wl_process_host_event()
3683 wl_cfg80211_is_event_from_connected_bssid(ifp->net, event, event->ifidx)) { in wl_process_host_event()
3684 ifp->recv_reassoc_evt = TRUE; in wl_process_host_event()
3749 ifp = dhd_get_ifp(dhd_pub, event->ifidx); in wl_process_host_event()
3750 if (ifp) { in wl_process_host_event()
3751 ifp->recv_reassoc_evt = FALSE; in wl_process_host_event()
3752 ifp->post_roam_evt = FALSE; in wl_process_host_event()
Dwl_cfg80211.c15952 dhd_if_t *ifp = NULL; in wl_bss_roaming_done() local
16079 ifp = dhd_get_ifp(dhdp, e->ifidx); in wl_bss_roaming_done()
16080 if (ifp) { in wl_bss_roaming_done()
16081 ifp->post_roam_evt = TRUE; in wl_bss_roaming_done()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_linux.c932 static struct list_head * dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp,
935 #define DHD_IF_WMF_UCFORWARD_LOCK(dhd, ifp, slist) ({ dhd_sta_list_snapshot(dhd, ifp, slist); }) argument
1212 dhd_if_t * ifp; /* cached pointer to dhd_if in netdevice priv */ member
1220 #define DHD_DEV_IFP(dev) (((dhd_dev_priv_t *)DEV_PRIV(dev))->ifp)
1232 dev_priv->ifp = (dhd_if_t *)NULL; in dhd_dev_priv_clear()
1239 dhd_dev_priv_save(struct net_device * dev, dhd_info_t * dhd, dhd_if_t * ifp, in dhd_dev_priv_save() argument
1246 dev_priv->ifp = ifp; in dhd_dev_priv_save()
1265 dhd_if_t *ifp; in dhd_set_1905_almac() local
1268 ifp = dhd_get_ifp(dhdp, ifidx); in dhd_set_1905_almac()
1269 if (ifp == NULL) { in dhd_set_1905_almac()
[all …]
Ddhd_linux.h124 void * ifp; /* associated dhd_if */ member
511 extern void dhd_reset_tcpsync_info_by_ifp(dhd_if_t *ifp);
Ddhd.h712 #define DHD_IF_SET_TX_ACTIVE(ifp, context) \ argument
713 ifp->tx_paths_active |= context;
714 #define DHD_IF_CLR_TX_ACTIVE(ifp, context) \ argument
715 ifp->tx_paths_active &= ~context;
716 #define DHD_IF_IS_TX_ACTIVE(ifp) \ argument
717 (ifp->tx_paths_active)
Ddhd_common.c5539 dhd_if_t *ifp = NULL; in wl_process_host_event() local
5540 BCM_REFERENCE(ifp); in wl_process_host_event()
5765 ifp = dhd_get_ifp(dhd_pub, event->ifidx); in wl_process_host_event()
5767 if (!ifp) in wl_process_host_event()
5774 IS_STA_IFACE(ndev_to_wdev(ifp->net)) && in wl_process_host_event()
5775 wl_cfg80211_is_event_from_connected_bssid(ifp->net, event, event->ifidx)) { in wl_process_host_event()
5776 ifp->recv_reassoc_evt = TRUE; in wl_process_host_event()
5841 ifp = dhd_get_ifp(dhd_pub, event->ifidx); in wl_process_host_event()
5842 if (ifp) { in wl_process_host_event()
5843 ifp->recv_reassoc_evt = FALSE; in wl_process_host_event()
[all …]
Dwl_cfg80211.c12287 struct dhd_if *ifp = dhd_get_ifp(dhdp, ifidx); in wl_handle_link_down() local
12288 if (ifp && ifp->disconnect_tsync_flood) { in wl_handle_link_down()
13283 dhd_if_t *ifp = NULL; in wl_bss_roaming_done() local
13434 ifp = dhd_get_ifp(dhdp, e->ifidx); in wl_bss_roaming_done()
13435 if (ifp) { in wl_bss_roaming_done()
13436 ifp->post_roam_evt = TRUE; in wl_bss_roaming_done()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_linux.c1830 #define DHD_IF_STA_LIST_LOCK_INIT(ifp) do { } while (0) argument
1831 #define DHD_IF_STA_LIST_LOCK(ifp, flags) ({ BCM_REFERENCE(flags); }) argument
1832 #define DHD_IF_STA_LIST_UNLOCK(ifp, flags) ({ BCM_REFERENCE(flags); }) argument
1835 #define DHD_IF_WMF_UCFORWARD_LOCK(dhd, ifp, slist) ({ BCM_REFERENCE(slist); &(ifp)->sta_list; }) argument
1840 #define DHD_IF_STA_LIST_LOCK_INIT(ifp) spin_lock_init(&(ifp)->sta_list_lock) argument
1841 #define DHD_IF_STA_LIST_LOCK(ifp, flags) \ argument
1842 spin_lock_irqsave(&(ifp)->sta_list_lock, (flags))
1843 #define DHD_IF_STA_LIST_UNLOCK(ifp, flags) \ argument
1844 spin_unlock_irqrestore(&(ifp)->sta_list_lock, (flags))
1847 static struct list_head * dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp,
[all …]
Ddhd_linux.h126 void *ifp; /* associated dhd_if */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Digmp.h146 struct igmp_group *igmp_lookfor_group(struct netif *ifp, const ip4_addr_t *addr);
Dmld6.h81 struct mld_group *mld6_lookfor_group(struct netif *ifp, const ip6_addr_t *addr);
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Dosdep_intf.h118 extern int rtw_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dlinux_osl.h870 #define PKTSETCTFIPCTXIF(skb, ifp) (((struct sk_buff*)(skb))->ctf_ipc_txif = ifp) argument
875 #define PKTSETCTFIPCTXIF(skb, ifp) ({BCM_REFERENCE(skb); BCM_REFERENCE(ifp);}) argument
880 #define PKTSETCTFIPCTXIF(skb, ifp) ({BCM_REFERENCE(skb); BCM_REFERENCE(ifp);}) argument