Home
last modified time | relevance | path

Searched refs:RxDesc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/sis/
H A Dsis190.c53 #define RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))
175 struct RxDesc { struct
277 struct RxDesc *RxDescRing;
456 static void sis190_mark_as_last_descriptor(struct RxDesc *desc) in sis190_mark_as_last_descriptor()
461 static inline void sis190_give_to_asic(struct RxDesc *desc, u32 rx_buf_sz) in sis190_give_to_asic()
471 static inline void sis190_map_to_asic(struct RxDesc *desc, dma_addr_t mapping, in sis190_map_to_asic()
478 static inline void sis190_make_unusable_by_asic(struct RxDesc *desc) in sis190_make_unusable_by_asic()
488 struct RxDesc *desc) in sis190_alloc_rx_skb()
586 struct RxDesc *desc = tp->RxDescRing + entry; in sis190_rx_interrupt()
787 struct sk_buff **sk_buff, struct RxDesc *desc) in sis190_free_rx_skb()