Searched refs:macstat (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/et131x/ |
D | et131x.c | 1289 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 …]
|
D | et131x.h | 1476 struct macstat_regs macstat; member
|
/drivers/net/wireless/b43legacy/ |
D | xmit.c | 444 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()
|
D | pio.c | 573 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/ |
D | xmit.c | 663 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()
|
D | pio.c | 614 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/ |
D | main.h | 243 struct macstat *macstat_snapshot; /* mac hw prev read values */
|
D | ampdu.c | 372 offsetof(struct macstat, txfunfl[fid])); in brcms_c_ffpld_check_txfunfl()
|
D | d11.h | 1677 struct macstat { struct
|
D | main.c | 576 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/ |
D | phy_lcn.c | 150 offsetof(struct macstat, txallfrm))
|