/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | xmit.h | 285 __le32 mac_status; /* MAC RX status */ member 292 __le32 mac_status; /* MAC RX status */ member
|
H A D | pio.c | 678 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in pio_rx_frame() 682 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in pio_rx_frame()
|
H A D | xmit.c | 652 macstat = le32_to_cpu(rxhdr->format_598.mac_status); in b43_rx() 658 macstat = le32_to_cpu(rxhdr->format_351.mac_status); in b43_rx()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | rx.c | 704 u8 mac_status; in carl9170_rx_untie_data() local 717 mac_status = mac->status; in carl9170_rx_untie_data() 718 switch (mac_status & AR9170_RX_STATUS_MPDU) { in carl9170_rx_untie_data() 809 if (!carl9170_ampdu_check(ar, buf, mac_status, &status)) in carl9170_rx_untie_data()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 697 u32 mac_status, last_mac_status = 0; in ath9k_hw_stopdmarecv() local 714 mac_status = REG_READ(ah, AR_DMADBG_7) & 0x7f0; in ath9k_hw_stopdmarecv() 715 if (mac_status == 0x1c0 && mac_status == last_mac_status) { in ath9k_hw_stopdmarecv() 720 last_mac_status = mac_status; in ath9k_hw_stopdmarecv()
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | netdev.c | 85 if (wilc->mac_status == WILC_MAC_STATUS_INIT) { in wilc_mac_indicate() 86 wilc->mac_status = status; in wilc_mac_indicate() 89 wilc->mac_status = status; in wilc_mac_indicate() 489 wl->mac_status = WILC_MAC_STATUS_INIT; in wilc_wlan_initialize()
|
H A D | netdev.h | 203 s8 mac_status; member
|
H A D | hif.c | 616 u8 mac_status) in host_int_parse_assoc_resp_info() argument 621 if (mac_status == WILC_MAC_STATUS_CONNECTED) { in host_int_parse_assoc_resp_info() 644 conn_info->conn_result(CONN_DISCONN_EVENT_CONN_RESP, mac_status, in host_int_parse_assoc_resp_info() 647 if (mac_status == WILC_MAC_STATUS_CONNECTED && in host_int_parse_assoc_resp_info()
|
H A D | cfg80211.c | 164 static void cfg_connect_result(enum conn_event conn_disconn_evt, u8 mac_status, in cfg_connect_result() argument 180 if (mac_status == WILC_MAC_STATUS_DISCONNECTED && in cfg_connect_result()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | xmit.h | 139 __le16 mac_status; /* MAC RX status */ member
|
H A D | xmit.c | 442 macstat = le16_to_cpu(rxhdr->mac_status); in b43legacy_rx()
|
H A D | pio.c | 600 macstat = le16_to_cpu(rxhdr->mac_status); in b43legacy_pio_rx()
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 5451 u32 mac_status = tr32(MAC_STATUS); in tg3_init_bcm8002() local 5456 !(mac_status & MAC_STATUS_PCS_SYNCED)) in tg3_init_bcm8002() 5499 static bool tg3_setup_fiber_hw_autoneg(struct tg3 *tp, u32 mac_status) in tg3_setup_fiber_hw_autoneg() argument 5539 if (mac_status & MAC_STATUS_PCS_SYNCED) { in tg3_setup_fiber_hw_autoneg() 5558 ((mac_status & (MAC_STATUS_PCS_SYNCED | in tg3_setup_fiber_hw_autoneg() 5574 } else if (mac_status & (MAC_STATUS_PCS_SYNCED | in tg3_setup_fiber_hw_autoneg() 5577 mac_status = tr32(MAC_STATUS); in tg3_setup_fiber_hw_autoneg() 5580 (mac_status & MAC_STATUS_PCS_SYNCED)) { in tg3_setup_fiber_hw_autoneg() 5621 mac_status = tr32(MAC_STATUS); in tg3_setup_fiber_hw_autoneg() 5622 if ((mac_status & MAC_STATUS_PCS_SYNCED) && in tg3_setup_fiber_hw_autoneg() [all …]
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | netcp_ethss.c | 279 u32 mac_status; member 440 u32 mac_status; member 623 u32 mac_status; member
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw.c | 119 u32 mac_status; member
|
/openbmc/linux/drivers/net/wireless/atmel/ |
H A D | atmel.c | 498 u16 mac_status; member 3658 iface->mac_status = le16_to_cpu(iface->mac_status); in atmel_wakeup_firmware()
|