This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: where set bits of netint_flags?


ÕÅ ÁÁ wrote:
> Dear Gary,
>      I know the thread "cyg_netint" is used to process network events.
> this thread wait the flag netint_flags,but who set this flag?
> I search all files,especially driver,I found this procedure:
[snip]

include/net/netisr.h defines:

#define schednetisr(anisr) cyg_flag_setbits(&netint_flags, 1<<(anisr));

and schednetisr is called all over the place in the stack.

grep is your friend.

Jifl
-- 
eCosCentric       http://www.eCosCentric.com/       <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]