Searched refs:RxDesc (Results 1 – 2 of 2) sorted by relevance
53 #define RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))175 struct RxDesc { struct277 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()
71 #define R8169_RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))544 struct RxDesc { struct604 struct RxDesc *RxDescArray; /* 256-aligned Rx descriptor ring */1560 static void rtl8169_rx_vlan_tag(struct RxDesc *desc, struct sk_buff *skb) in rtl8169_rx_vlan_tag()3799 static void rtl8169_mark_to_asic(struct RxDesc *desc) in rtl8169_mark_to_asic()3810 struct RxDesc *desc) in rtl8169_alloc_rx_data()4424 struct RxDesc *desc = tp->RxDescArray + entry; in rtl_rx()