Lines Matching refs:rh
662 struct rx_header *rh; in b44_alloc_rx_skb() local
706 rh = (struct rx_header *) skb->data; in b44_alloc_rx_skb()
708 rh->len = 0; in b44_alloc_rx_skb()
709 rh->flags = 0; in b44_alloc_rx_skb()
737 struct rx_header *rh; in b44_recycle_rx() local
748 rh = (struct rx_header *) src_map->skb->data; in b44_recycle_rx()
749 rh->len = 0; in b44_recycle_rx()
750 rh->flags = 0; in b44_recycle_rx()
793 struct rx_header *rh; in b44_rx() local
799 rh = (struct rx_header *) skb->data; in b44_rx()
800 len = le16_to_cpu(rh->len); in b44_rx()
802 (rh->flags & cpu_to_le16(RX_FLAG_ERRORS))) { in b44_rx()
816 len = le16_to_cpu(rh->len); in b44_rx()