Lines Matching refs:rh
636 struct rx_header *rh; in b44_alloc_rx_skb() local
680 rh = (struct rx_header *) skb->data; in b44_alloc_rx_skb()
682 rh->len = 0; in b44_alloc_rx_skb()
683 rh->flags = 0; in b44_alloc_rx_skb()
711 struct rx_header *rh; in b44_recycle_rx() local
722 rh = (struct rx_header *) src_map->skb->data; in b44_recycle_rx()
723 rh->len = 0; in b44_recycle_rx()
724 rh->flags = 0; in b44_recycle_rx()
767 struct rx_header *rh; in b44_rx() local
773 rh = (struct rx_header *) skb->data; in b44_rx()
774 len = le16_to_cpu(rh->len); in b44_rx()
776 (rh->flags & cpu_to_le16(RX_FLAG_ERRORS))) { in b44_rx()
790 len = le16_to_cpu(rh->len); in b44_rx()