/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | link_quality.h | 66 typedef enum mac_status { enum
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 | 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()
|
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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | netdev.c | 88 if (wilc->mac_status == WILC_MAC_STATUS_INIT) { in wilc_mac_indicate() 89 wilc->mac_status = status; in wilc_mac_indicate() 92 wilc->mac_status = status; in wilc_mac_indicate() 491 wl->mac_status = WILC_MAC_STATUS_INIT; in wilc_wlan_initialize()
|
H A D | netdev.h | 204 s8 mac_status; member
|
H A D | hif.c | 586 u8 mac_status) in host_int_parse_assoc_resp_info() 591 if (mac_status == WILC_MAC_STATUS_CONNECTED) { in host_int_parse_assoc_resp_info() 614 conn_info->conn_result(CONN_DISCONN_EVENT_CONN_RESP, mac_status, in host_int_parse_assoc_resp_info() 617 if (mac_status == WILC_MAC_STATUS_CONNECTED && in host_int_parse_assoc_resp_info() 585 host_int_parse_assoc_resp_info(struct wilc_vif *vif, u8 mac_status) host_int_parse_assoc_resp_info() argument
|
/kernel/linux/linux-6.6/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 | 613 u8 mac_status) in host_int_parse_assoc_resp_info() 618 if (mac_status == WILC_MAC_STATUS_CONNECTED) { in host_int_parse_assoc_resp_info() 641 conn_info->conn_result(CONN_DISCONN_EVENT_CONN_RESP, mac_status, in host_int_parse_assoc_resp_info() 644 if (mac_status == WILC_MAC_STATUS_CONNECTED && in host_int_parse_assoc_resp_info() 612 host_int_parse_assoc_resp_info(struct wilc_vif *vif, u8 mac_status) host_int_parse_assoc_resp_info() argument
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_frame.h | 2092 mac_status_code_enum_uint16 mac_status; in mac_get_asoc_status() local 2094 mac_status = (mac_status_code_enum_uint16)((puc_mac_payload[3] << 8) | /* payload[3]设置为mac_status bit 8 ~15 */ in mac_get_asoc_status() 2095 puc_mac_payload[2]); /* payload[2]设置为mac_status低8bit */ in mac_get_asoc_status() 2096 return mac_status; in mac_get_asoc_status()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 5455 u32 mac_status = tr32(MAC_STATUS); in tg3_init_bcm8002() local 5460 !(mac_status & MAC_STATUS_PCS_SYNCED)) in tg3_init_bcm8002() 5503 static bool tg3_setup_fiber_hw_autoneg(struct tg3 *tp, u32 mac_status) in tg3_setup_fiber_hw_autoneg() argument 5544 if (mac_status & MAC_STATUS_PCS_SYNCED) { in tg3_setup_fiber_hw_autoneg() 5563 ((mac_status & (MAC_STATUS_PCS_SYNCED | in tg3_setup_fiber_hw_autoneg() 5579 } else if (mac_status & (MAC_STATUS_PCS_SYNCED | in tg3_setup_fiber_hw_autoneg() 5582 mac_status = tr32(MAC_STATUS); in tg3_setup_fiber_hw_autoneg() 5585 (mac_status & MAC_STATUS_PCS_SYNCED)) { in tg3_setup_fiber_hw_autoneg() 5626 mac_status = tr32(MAC_STATUS); in tg3_setup_fiber_hw_autoneg() 5627 if ((mac_status in tg3_setup_fiber_hw_autoneg() 5648 tg3_setup_fiber_by_hand(struct tg3 *tp, u32 mac_status) tg3_setup_fiber_by_hand() argument 5718 u32 mac_status; tg3_setup_fiber_phy() local [all...] |