Home
last modified time | relevance | path

Searched refs:rxhdr (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/drivers/net/wireless/b43/
Dpio.c618 struct b43_rxhdr_fw4 *rxhdr = in pio_rx_frame() local
621 BUILD_BUG_ON(sizeof(wl->pio_scratchspace) < sizeof(*rxhdr)); in pio_rx_frame()
622 memset(rxhdr, 0, sizeof(*rxhdr)); in pio_rx_frame()
660 ssb_block_read(dev->dev, rxhdr, sizeof(*rxhdr), in pio_rx_frame()
664 ssb_block_read(dev->dev, rxhdr, sizeof(*rxhdr), in pio_rx_frame()
669 len = le16_to_cpu(rxhdr->frame_len); in pio_rx_frame()
679 macstat = le32_to_cpu(rxhdr->mac_status); in pio_rx_frame()
742 b43_rx(q->dev, skb, rxhdr); in pio_rx_frame()
Dxmit.c613 const struct b43_rxhdr_fw4 *rxhdr = _rxhdr; in b43_rx() local
624 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx()
625 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43_rx()
626 macstat = le32_to_cpu(rxhdr->mac_status); in b43_rx()
627 mactime = le16_to_cpu(rxhdr->mac_time); in b43_rx()
628 chanstat = le16_to_cpu(rxhdr->channel); in b43_rx()
692 status.signal = b43_rssi_postprocess(dev, rxhdr->jssi, in b43_rx()
Ddma.c563 struct b43_rxhdr_fw4 *rxhdr; in b43_poison_rx_buffer() local
568 rxhdr = (struct b43_rxhdr_fw4 *)(skb->data); in b43_poison_rx_buffer()
569 rxhdr->frame_len = 0; in b43_poison_rx_buffer()
1506 struct b43_rxhdr_fw4 *rxhdr; in dma_rx() local
1517 rxhdr = (struct b43_rxhdr_fw4 *)skb->data; in dma_rx()
1518 len = le16_to_cpu(rxhdr->frame_len); in dma_rx()
1525 len = le16_to_cpu(rxhdr->frame_len); in dma_rx()
1577 b43_rx(ring->dev, skb, rxhdr); in dma_rx()
/linux-2.6.39/drivers/net/wireless/b43legacy/
Dxmit.c453 const struct b43legacy_rxhdr_fw3 *rxhdr = _rxhdr; in b43legacy_rx() local
467 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43legacy_rx()
468 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43legacy_rx()
469 jssi = rxhdr->jssi; in b43legacy_rx()
470 macstat = le16_to_cpu(rxhdr->mac_status); in b43legacy_rx()
471 mactime = le16_to_cpu(rxhdr->mac_time); in b43legacy_rx()
472 chanstat = le16_to_cpu(rxhdr->channel); in b43legacy_rx()
Dpio.c570 struct b43legacy_rxhdr_fw3 *rxhdr; in b43legacy_pio_rx() local
613 rxhdr = (struct b43legacy_rxhdr_fw3 *)preamble; in b43legacy_pio_rx()
614 macstat = le16_to_cpu(rxhdr->mac_status); in b43legacy_pio_rx()
645 b43legacy_rx(queue->dev, skb, rxhdr); in b43legacy_pio_rx()
Ddma.c624 struct b43legacy_rxhdr_fw3 *rxhdr; in setup_rx_descbuffer() local
659 rxhdr = (struct b43legacy_rxhdr_fw3 *)(skb->data); in setup_rx_descbuffer()
660 rxhdr->frame_len = 0; in setup_rx_descbuffer()
1539 struct b43legacy_rxhdr_fw3 *rxhdr; in dma_rx() local
1570 rxhdr = (struct b43legacy_rxhdr_fw3 *)skb->data; in dma_rx()
1571 len = le16_to_cpu(rxhdr->frame_len); in dma_rx()
1578 len = le16_to_cpu(rxhdr->frame_len); in dma_rx()
1627 b43legacy_rx(ring->dev, skb, rxhdr); in dma_rx()
/linux-2.6.39/drivers/net/
Ddm9000.c970 struct dm9000_rxhdr rxhdr; in dm9000_rx() local
998 (db->inblk)(db->io_data, &rxhdr, sizeof(rxhdr)); in dm9000_rx()
1000 RxLen = le16_to_cpu(rxhdr.RxLen); in dm9000_rx()
1004 rxhdr.RxStatus, RxLen); in dm9000_rx()
1018 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx()
1022 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx()
1027 if (rxhdr.RxStatus & RSR_CE) { in dm9000_rx()
1032 if (rxhdr.RxStatus & RSR_RF) { in dm9000_rx()
/linux-2.6.39/drivers/net/arm/
Dam79c961a.h139 unsigned long rxhdr; member
Dam79c961a.c240 priv->rxhdr = hdr_addr; in am79c961_init_for_open()
264 write_rreg (dev->base_addr, BASERXL, priv->rxhdr); in am79c961_init_for_open()
489 hdraddr = priv->rxhdr + (priv->rxtail << 3); in am79c961_rx()
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/
Ddhd_sdio.c205 u8 *rxhdr; /* Header of current rx frame (in hdrbuf) */ member
3760 memcpy(bus->rxhdr, rxbuf, SDPCM_HDRLEN); in dhdsdio_readframes()
3763 len = get_unaligned_le16(bus->rxhdr); in dhdsdio_readframes()
3764 check = get_unaligned_le16(bus->rxhdr + sizeof(u16)); in dhdsdio_readframes()
3821 SDPCM_PACKET_CHANNEL(&bus->rxhdr in dhdsdio_readframes()
3824 SDPCM_PACKET_SEQUENCE(&bus->rxhdr in dhdsdio_readframes()
3827 SDPCM_DOFFSET_VALUE(&bus->rxhdr in dhdsdio_readframes()
3830 SDPCM_WINDOW_VALUE(&bus->rxhdr[SDPCM_FRAMETAG_LEN]); in dhdsdio_readframes()
3833 bus->rxhdr[SDPCM_FRAMETAG_LEN + in dhdsdio_readframes()
3844 SDPCM_FCMASK_VALUE(&bus->rxhdr[SDPCM_FRAMETAG_LEN]); in dhdsdio_readframes()
[all …]
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dd11.h1328 d11rxhdr_t rxhdr; member
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c2835 d11rxhdr_t *rxh = &wlc_rxhdr->rxhdr; in wlc_phy_rssi_compute()
Dwlc_phy_n.c21473 d11rxhdr_t *rxh = &wlc_rxh->rxhdr; in wlc_phy_rssi_compute_nphy()