Re: [ECOS] Re: Urgent Help: ether_demux function

2005-09-20 Thread Andrew Lunn
On Mon, Sep 19, 2005 at 05:46:19PM -0700, [EMAIL PROTECTED] wrote: Hi Gary and Andew, I can see what the issue is, but I do not know how to solve. From my dsr I call: while ( !(pDevCtrl-rxBds[pDevCtrl-rxHeadIndex].status DMA_OWN) (sc-funs-eth_drv-recv)(sc, pDevCtrl .); this

[ECOS] Re: Urgent Help: ether_demux function

2005-09-19 Thread mkhoyila
Hi Gary and Andew, I can see what the issue is, but I do not know how to solve. From my dsr I call: while ( !(pDevCtrl-rxBds[pDevCtrl-rxHeadIndex].status DMA_OWN) (sc-funs-eth_drv-recv)(sc, pDevCtrl .); this loops through as long as packets are coming and I checked from eth_drv.c

Re: [ECOS] Re: Urgent Help: ether_demux function

2005-09-19 Thread Roy E Richardson
-discuss@ecos.sourceware.org Sent: Monday, September 19, 2005 5:46 PM Subject: [ECOS] Re: Urgent Help: ether_demux function Hi Gary and Andew, I can see what the issue is, but I do not know how to solve. From my dsr I call: while ( !(pDevCtrl-rxBds[pDevCtrl-rxHeadIndex].status DMA_OWN) (sc-funs