Lines Matching refs:RxDesc
53 #define RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))
175 struct RxDesc {
211 /* RxDesc.status */
222 /* RxDesc.PSize */
277 struct RxDesc *RxDescRing;
456 static void sis190_mark_as_last_descriptor(struct RxDesc *desc)
461 static inline void sis190_give_to_asic(struct RxDesc *desc, u32 rx_buf_sz)
471 static inline void sis190_map_to_asic(struct RxDesc *desc, dma_addr_t mapping,
478 static inline void sis190_make_unusable_by_asic(struct RxDesc *desc)
488 struct RxDesc *desc)
586 struct RxDesc *desc = tp->RxDescRing + entry;
787 struct sk_buff **sk_buff, struct RxDesc *desc)
1056 /* RxDesc->size has a licence to kill the lower bits */