Lines Matching refs:rx_desc
517 struct rx_desc { struct
1440 static inline void rtl_rx_vlan_tag(struct rx_desc *desc, struct sk_buff *skb) in rtl_rx_vlan_tag()
1629 static u8 r8152_rx_csum(struct r8152 *tp, struct rx_desc *rx_desc) in r8152_rx_csum() argument
1637 opts2 = le32_to_cpu(rx_desc->opts2); in r8152_rx_csum()
1638 opts3 = le32_to_cpu(rx_desc->opts3); in r8152_rx_csum()
1693 struct rx_desc *rx_desc; in rx_bottom() local
1706 rx_desc = agg->head; in rx_bottom()
1708 len_used += sizeof(struct rx_desc); in rx_bottom()
1716 pkt_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; in rx_bottom()
1725 rx_data += sizeof(struct rx_desc); in rx_bottom()
1733 skb->ip_summed = r8152_rx_csum(tp, rx_desc); in rx_bottom()
1737 rtl_rx_vlan_tag(rx_desc, skb); in rx_bottom()
1749 rx_desc = (struct rx_desc *)rx_data; in rx_bottom()
1751 len_used += sizeof(struct rx_desc); in rx_bottom()