Lines Matching refs:rx_desc
529 struct rx_desc { struct
1454 static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb) in rtl_rx_vlan_tag()
1643 static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc) in r8152_rx_csum() argument
1651 opts2 = le32_to_cpu(rx_desc->opts2); in r8152_rx_csum()
1652 opts3 = le32_to_cpu(rx_desc->opts3); in r8152_rx_csum()
1707 struct rx_desc *rx_desc; in rx_bottom() local
1720 rx_desc = agg->head; in rx_bottom()
1722 len_used += sizeof(struct rx_desc); in rx_bottom()
1730 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; in rx_bottom()
1739 rx_data += sizeof(struct rx_desc); in rx_bottom()
1747 skb->ip_summed = r8152_rx_csum(tp, rx_desc); in rx_bottom()
1751 rtl_rx_vlan_tag(rx_desc, skb); in rx_bottom()
1763 rx_desc = (struct rx_desc *)rx_data; in rx_bottom()
1765 len_used += sizeof(struct rx_desc); in rx_bottom()