Home
last modified time | relevance | path

Searched refs:macstat (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/et131x/
Det131x.c1289 struct macstat_regs __iomem *macstat = in et1310_config_macstat_regs() local
1290 &adapter->regs->macstat; in et1310_config_macstat_regs()
1295 writel(0, &macstat->txrx_0_64_byte_frames); in et1310_config_macstat_regs()
1296 writel(0, &macstat->txrx_65_127_byte_frames); in et1310_config_macstat_regs()
1297 writel(0, &macstat->txrx_128_255_byte_frames); in et1310_config_macstat_regs()
1298 writel(0, &macstat->txrx_256_511_byte_frames); in et1310_config_macstat_regs()
1299 writel(0, &macstat->txrx_512_1023_byte_frames); in et1310_config_macstat_regs()
1300 writel(0, &macstat->txrx_1024_1518_byte_frames); in et1310_config_macstat_regs()
1301 writel(0, &macstat->txrx_1519_1522_gvln_frames); in et1310_config_macstat_regs()
1303 writel(0, &macstat->rx_bytes); in et1310_config_macstat_regs()
[all …]
Det131x.h1476 struct macstat_regs macstat; member
/drivers/net/wireless/b43legacy/
Dxmit.c444 u32 macstat; in b43legacy_rx() local
455 macstat = le16_to_cpu(rxhdr->mac_status); in b43legacy_rx()
459 if (macstat & B43legacy_RX_MAC_FCSERR) in b43legacy_rx()
463 padding = (macstat & B43legacy_RX_MAC_PADDING) ? 2 : 0; in b43legacy_rx()
479 if ((macstat & B43legacy_RX_MAC_DEC) && in b43legacy_rx()
480 !(macstat & B43legacy_RX_MAC_DECERR)) { in b43legacy_rx()
486 keyidx = ((macstat & B43legacy_RX_MAC_KEYIDX) in b43legacy_rx()
Dpio.c573 u16 macstat; in b43legacy_pio_rx() local
614 macstat = le16_to_cpu(rxhdr->mac_status); in b43legacy_pio_rx()
615 if (macstat & B43legacy_RX_MAC_FCSERR) { in b43legacy_pio_rx()
/drivers/net/wireless/b43/
Dxmit.c663 u32 uninitialized_var(macstat); in b43_rx()
675 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in b43_rx()
681 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in b43_rx()
688 if (unlikely(macstat & B43_RX_MAC_FCSERR)) { in b43_rx()
696 if (macstat & B43_RX_MAC_DECERR) { in b43_rx()
704 padding = (macstat & B43_RX_MAC_PADDING) ? 2 : 0; in b43_rx()
719 if (macstat & B43_RX_MAC_DEC) { in b43_rx()
723 keyidx = ((macstat & B43_RX_MAC_KEYIDX) in b43_rx()
Dpio.c614 u32 macstat = 0; in pio_rx_frame() local
691 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in pio_rx_frame()
695 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in pio_rx_frame()
698 if (macstat & B43_RX_MAC_FCSERR) { in pio_rx_frame()
709 padding = (macstat & B43_RX_MAC_PADDING) ? 2 : 0; in pio_rx_frame()
/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.h243 struct macstat *macstat_snapshot; /* mac hw prev read values */
Dampdu.c372 offsetof(struct macstat, txfunfl[fid])); in brcms_c_ffpld_check_txfunfl()
Dd11.h1677 struct macstat { struct
Dmain.c576 kzalloc(sizeof(struct macstat), GFP_ATOMIC); in brcms_c_attach_malloc()
3084 struct macstat macstats; in brcms_c_statsupd()
3106 sizeof(struct macstat), OBJADDR_SHM_SEL); in brcms_c_statsupd()
3152 memset(wlc->core->macstat_snapshot, 0, sizeof(struct macstat)); in brcms_c_reset()
/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c150 offsetof(struct macstat, txallfrm))