/drivers/net/wireless/b43/ |
D | xmit.c | 659 const struct b43_rxhdr_fw4 *rxhdr = _rxhdr; in b43_rx() local 671 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43_rx() 672 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43_rx() 675 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in b43_rx() 676 mactime = le16_to_cpu(rxhdr->format_598.mac_time); in b43_rx() 677 chanstat = le16_to_cpu(rxhdr->format_598.channel); in b43_rx() 681 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in b43_rx() 682 mactime = le16_to_cpu(rxhdr->format_351.mac_time); in b43_rx() 683 chanstat = le16_to_cpu(rxhdr->format_351.channel); in b43_rx() 747 max(rxhdr->phy_ht_power0, rxhdr->phy_ht_power1), in b43_rx() [all …]
|
D | pio.c | 618 struct b43_rxhdr_fw4 *rxhdr = in pio_rx_frame() local 620 size_t rxhdr_size = sizeof(*rxhdr); in pio_rx_frame() 622 BUILD_BUG_ON(sizeof(wl->pio_scratchspace) < sizeof(*rxhdr)); in pio_rx_frame() 626 rxhdr_size -= sizeof(rxhdr->format_598) - in pio_rx_frame() 627 sizeof(rxhdr->format_351); in pio_rx_frame() 632 memset(rxhdr, 0, rxhdr_size); in pio_rx_frame() 670 b43_block_read(dev, rxhdr, rxhdr_size, in pio_rx_frame() 674 b43_block_read(dev, rxhdr, rxhdr_size, in pio_rx_frame() 679 len = le16_to_cpu(rxhdr->frame_len); in pio_rx_frame() 691 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in pio_rx_frame() [all …]
|
D | dma.c | 592 struct b43_rxhdr_fw4 *rxhdr; in b43_poison_rx_buffer() local 597 rxhdr = (struct b43_rxhdr_fw4 *)(skb->data); in b43_poison_rx_buffer() 598 rxhdr->frame_len = 0; in b43_poison_rx_buffer() 1650 struct b43_rxhdr_fw4 *rxhdr; in dma_rx() local 1661 rxhdr = (struct b43_rxhdr_fw4 *)skb->data; in dma_rx() 1662 len = le16_to_cpu(rxhdr->frame_len); in dma_rx() 1669 len = le16_to_cpu(rxhdr->frame_len); in dma_rx() 1721 b43_rx(ring->dev, skb, rxhdr); in dma_rx()
|
/drivers/net/wireless/b43legacy/ |
D | xmit.c | 438 const struct b43legacy_rxhdr_fw3 *rxhdr = _rxhdr; in b43legacy_rx() local 452 phystat0 = le16_to_cpu(rxhdr->phy_status0); in b43legacy_rx() 453 phystat3 = le16_to_cpu(rxhdr->phy_status3); in b43legacy_rx() 454 jssi = rxhdr->jssi; in b43legacy_rx() 455 macstat = le16_to_cpu(rxhdr->mac_status); in b43legacy_rx() 456 mactime = le16_to_cpu(rxhdr->mac_time); in b43legacy_rx() 457 chanstat = le16_to_cpu(rxhdr->channel); in b43legacy_rx()
|
D | dma.c | 459 struct b43legacy_rxhdr_fw3 *rxhdr; in setup_rx_descbuffer() local 493 rxhdr = (struct b43legacy_rxhdr_fw3 *)(skb->data); in setup_rx_descbuffer() 494 rxhdr->frame_len = 0; in setup_rx_descbuffer() 1314 struct b43legacy_rxhdr_fw3 *rxhdr; in dma_rx() local 1345 rxhdr = (struct b43legacy_rxhdr_fw3 *)skb->data; in dma_rx() 1346 len = le16_to_cpu(rxhdr->frame_len); in dma_rx() 1353 len = le16_to_cpu(rxhdr->frame_len); in dma_rx() 1402 b43legacy_rx(ring->dev, skb, rxhdr); in dma_rx()
|
D | pio.c | 570 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()
|
/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1065 struct dm9000_rxhdr rxhdr; in dm9000_rx() local 1093 (db->inblk)(db->io_data, &rxhdr, sizeof(rxhdr)); in dm9000_rx() 1095 RxLen = le16_to_cpu(rxhdr.RxLen); in dm9000_rx() 1099 rxhdr.RxStatus, RxLen); in dm9000_rx() 1113 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx() 1117 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx() 1122 if (rxhdr.RxStatus & RSR_CE) { in dm9000_rx() 1127 if (rxhdr.RxStatus & RSR_RF) { in dm9000_rx()
|
/drivers/net/ethernet/amd/ |
D | am79c961a.h | 139 unsigned long rxhdr; member
|
D | am79c961a.c | 271 priv->rxhdr = hdr_addr; in am79c961_init_for_open() 295 write_rreg (dev->base_addr, BASERXL, priv->rxhdr); in am79c961_init_for_open() 493 hdraddr = priv->rxhdr + (priv->rxtail << 3); in am79c961_rx()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | dhd_sdio.c | 432 u8 *rxhdr; /* Header of current rx frame (in hdrbuf) */ member 1619 bus->rxhdr, in brcmf_sdio_readframes() 1632 bus->rxhdr, SDPCM_HDRLEN, in brcmf_sdio_readframes() 1635 if (brcmf_sdio_hdparser(bus, bus->rxhdr, rd, in brcmf_sdio_readframes() 1645 brcmf_sdbrcm_read_control(bus, bus->rxhdr, in brcmf_sdio_readframes() 1694 memcpy(pkt->data, bus->rxhdr, head_read); in brcmf_sdio_readframes() 1697 memcpy(bus->rxhdr, pkt->data, SDPCM_HDRLEN); in brcmf_sdio_readframes() 1700 if (brcmf_sdio_hdparser(bus, bus->rxhdr, &rd_new, in brcmf_sdio_readframes() 1724 bus->rxhdr, SDPCM_HDRLEN, in brcmf_sdio_readframes() 1745 if (SDPCM_GLOMDESC(&bus->rxhdr[SDPCM_FRAMETAG_LEN])) { in brcmf_sdio_readframes() [all …]
|