Searched refs:ntf (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGuiEvents.cpp68 void HandleNotification(const CMuleNotiferBase& ntf) argument
72 ntf.Notify();
75 ntf.Notify();
79 CMuleGUIEvent evt(ntf.Clone());
85 void HandleNotificationAlways(const CMuleNotiferBase& ntf) argument
87 CMuleGUIEvent evt(ntf.Clone());
H A DGuiEvents.h335 CMuleGUIEvent(CMuleNotiferBase* ntf) argument
337 , m_functor(ntf)
376 void HandleNotification(const CMuleNotiferBase& ntf);
413 void HandleNotificationAlways(const CMuleNotiferBase& ntf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcommands.c945 struct iwm_umac_notif_stop_resume_tx *ntf)
951 u8 sta_id = STA_ID_N_COLOR_ID(ntf->sta_id);
963 stp_res_cmd.flags = ntf->flags;
964 stp_res_cmd.sta_id = ntf->sta_id;
965 stp_res_cmd.stop_resume_tid_msk = ntf->stop_resume_tid_msk;
944 iwm_send_umac_stop_resume_tx(struct iwm_priv *iwm, struct iwm_umac_notif_stop_resume_tx *ntf) argument
H A Dcommands.h503 struct iwm_umac_notif_stop_resume_tx *ntf);

Completed in 46 milliseconds