Searched defs:s_RxPort (Results 1 – 1 of 1) sorted by relevance
339 struct s_RxPort { struct341 caddr_t pRxDescrRing; /* descriptor area memory */342 SK_U64 VRxDescrRing; /* descr. area bus virt. addr. */343 RXD *pRxdRingHead; /* Head of Rx rings */344 RXD *pRxdRingTail; /* Tail of Rx rings */345 RXD *pRxdRingPrev; /* descriptor given to BMU previously */346 int RxdRingFree; /* # of free entrys */347 spinlock_t RxDesRingLock; /* serialize descriptor accesses */348 int RxFillLimit; /* limit for buffers in ring */349 caddr_t HwAddr; /* bmu registers address */[all …]