Lines Matching defs:s_RxPort
339 struct s_RxPort { struct
341 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 */
350 int PortIndex; /* index number of port (0 or 1) */