Lines Matching refs:RxDesc
96 #define R8169_RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))
716 struct RxDesc { struct
778 struct RxDesc *RxDescArray; /* 256-aligned Rx descriptor ring */
2080 static void rtl8169_rx_vlan_tag(struct RxDesc *desc, struct sk_buff *skb) in rtl8169_rx_vlan_tag()
6603 static inline void rtl8169_make_unusable_by_asic(struct RxDesc *desc) in rtl8169_make_unusable_by_asic()
6610 void **data_buff, struct RxDesc *desc) in rtl8169_free_rx_databuff()
6620 static inline void rtl8169_mark_to_asic(struct RxDesc *desc, u32 rx_buf_sz) in rtl8169_mark_to_asic()
6630 static inline void rtl8169_map_to_asic(struct RxDesc *desc, dma_addr_t mapping, in rtl8169_map_to_asic()
6643 struct RxDesc *desc) in rtl8169_alloc_rx_data()
6690 static inline void rtl8169_mark_as_last_descriptor(struct RxDesc *desc) in rtl8169_mark_as_last_descriptor()
7297 struct RxDesc *desc = tp->RxDescArray + entry; in rtl_rx()