Home
last modified time | relevance | path

Searched refs:mac_id (Results 1 – 25 of 122) sorted by relevance

12345

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlow_latency.c26 for (int mac_id = 0; mac_id < NUM_MAC_INDEX_DRIVER; mac_id++) { in iwl_mld_calc_low_latency() local
33 if (!ll->window_start[mac_id]) in iwl_mld_calc_low_latency()
37 time_after(timestamp, ll->window_start[mac_id] + in iwl_mld_calc_low_latency()
41 ll->window_start[mac_id] = timestamp; in iwl_mld_calc_low_latency()
49 total_vo_vi_pkts += counters->vo_vi[mac_id]; in iwl_mld_calc_low_latency()
52 counters->vo_vi[mac_id] = 0; in iwl_mld_calc_low_latency()
62 mld->low_latency.result[mac_id] = true; in iwl_mld_calc_low_latency()
64 mld->low_latency.result[mac_id] in iwl_mld_calc_low_latency()
176 iwl_mld_send_low_latency_cmd(struct iwl_mld * mld,bool low_latency,u16 mac_id) iwl_mld_send_low_latency_cmd() argument
[all...]
H A Diface.c523 if (IWL_FW_CHECK(mld, le32_to_cpu(notif->mac_id) >= in iwl_mld_handle_probe_resp_data_notif()
526 le32_to_cpu(notif->mac_id))) in iwl_mld_handle_probe_resp_data_notif()
530 mld->fw_id_to_vif[le32_to_cpu(notif->mac_id)]); in iwl_mld_handle_probe_resp_data_notif()
532 /* the firmware gives us the mac_id (and not the link_id), mac80211 in iwl_mld_handle_probe_resp_data_notif()
579 if (IWL_FW_CHECK(mld, notif->mac_id >= ARRAY_SIZE(mld->fw_id_to_vif), in iwl_mld_handle_uapsd_misbehaving_ap_notif()
580 "mac id is invalid: %d\n", notif->mac_id)) in iwl_mld_handle_uapsd_misbehaving_ap_notif()
583 vif = wiphy_dereference(mld->wiphy, mld->fw_id_to_vif[notif->mac_id]); in iwl_mld_handle_uapsd_misbehaving_ap_notif()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c179 mac_cb->mac_id, ret); in hns_mac_adjust_link()
199 if (mac_cb->mac_id != DSAF_MAX_PORT_NUM) { in hns_mac_get_inner_port_num()
203 mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
207 if (mac_cb->mac_id >= DSAF_MAX_PORT_NUM) { in hns_mac_get_inner_port_num()
211 mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
216 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id); in hns_mac_get_inner_port_num()
222 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id, vmid); in hns_mac_get_inner_port_num()
230 vf_num_per_port * q_num_per_vf * mac_cb->mac_id; in hns_mac_get_inner_port_num()
255 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id); in hns_mac_get_inner_port_num()
284 mac_entry.in_port_num = mac_cb->mac_id; in hns_mac_change_vf_addr()
1002 int mac_id = mac_cb->mac_id; hns_mac_get_vaddr() local
[all...]
H A Dhns_dsaf_misc.c124 dev_err(mac_cb->dev, "mac_id=%d, cpld syscon is null !\n", in hns_cpld_set_led()
125 mac_cb->mac_id); in hns_cpld_set_led()
162 link_status, mac_cb->mac_id, data); in hns_cpld_set_led_acpi()
186 0, mac_cb->mac_id, 0); in cpld_led_reset_acpi()
232 mac_cb->mac_id); in cpld_set_led_id_acpi()
238 mac_cb->mac_id); in cpld_set_led_id_acpi()
454 int mac_id = mac_cb->mac_id; in hns_mac_get_phy_if() local
461 if (mac_id >= 0 && mac_id < in hns_mac_get_phy_if()
[all...]
H A Dhns_dsaf_main.c268 u32 mac_id; in hns_dsaf_inner_qid_cfg() local
276 for (mac_id = 0, q_id = 0; mac_id < DSAF_SERVICE_NW_NUM; mac_id++) { in hns_dsaf_inner_qid_cfg()
278 DSAFV2_SERDES_LBK_0_REG + 4 * mac_id, in hns_dsaf_inner_qid_cfg()
1163 * @mac_id: mac contrl block
1167 int mac_id, int tc_en) in hns_dsaf_pfc_en_cfg() argument
1169 dsaf_write_dev(dsaf_dev, DSAF_PFC_EN_0_REG + mac_id * 4, tc_en); in hns_dsaf_pfc_en_cfg()
1173 int mac_id, int tx_en, int rx_en) in hns_dsaf_set_pfc_pause() argument
1182 dsaf_set_dev_bit(dsaf_dev, DSAF_PAUSE_CFG_REG + mac_id * in hns_dsaf_set_pfc_pause()
1188 hns_dsaf_set_rx_mac_pause_en(struct dsaf_device * dsaf_dev,int mac_id,u32 en) hns_dsaf_set_rx_mac_pause_en() argument
1204 hns_dsaf_get_rx_mac_pause_en(struct dsaf_device * dsaf_dev,int mac_id,u32 * en) hns_dsaf_get_rx_mac_pause_en() argument
2018 hns_dsaf_clr_mac_mc_port(struct dsaf_device * dsaf_dev,u8 mac_id,u8 port_num) hns_dsaf_clr_mac_mc_port() argument
2119 hns_dsaf_pfc_unit_cnt(struct dsaf_device * dsaf_dev,int mac_id,enum dsaf_port_rate_mode rate) hns_dsaf_pfc_unit_cnt() argument
2151 hns_dsaf_port_work_rate_cfg(struct dsaf_device * dsaf_dev,int mac_id,enum dsaf_port_rate_mode rate_mode) hns_dsaf_port_work_rate_cfg() argument
2179 int mac_id = mac_cb->mac_id; hns_dsaf_fix_mac_mode() local
[all...]
H A Dhns_dsaf_gmac.c112 u32 mac_id = drv->mac_id; in hns_gmac_free() local
114 dsaf_dev->misc_op->ge_srst(dsaf_dev, mac_id, 0); in hns_gmac_free()
283 speed, drv->mac_id); in hns_gmac_adjust_link()
325 "hns ge %d fifo was not idle.\n", drv->mac_id); in hns_gmac_wait_fifo_clean()
339 port = drv->mac_id; in hns_gmac_init()
714 mac_drv->mac_id = mac_param->mac_id; in hns_gmac_config()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h68 int ath11k_dp_process_rxdma_err(struct ath11k_base *ab, int mac_id, int budget);
73 int ath11k_dp_process_rx(struct ath11k_base *ab, int mac_id,
76 int ath11k_dp_rxbufs_replenish(struct ath11k_base *ab, int mac_id,
84 int ath11k_dp_rx_process_mon_rings(struct ath11k_base *ab, int mac_id,
86 int ath11k_dp_rx_process_mon_status(struct ath11k_base *ab, int mac_id,
88 int ath11k_dp_rx_mon_status_bufs_replenish(struct ath11k_base *ab, int mac_id,
H A Ddp_tx.c287 static void ath11k_dp_tx_free_txbuf(struct ath11k_base *ab, u8 mac_id, in ath11k_dp_tx_free_txbuf() argument
310 ar = ab->pdevs[mac_id].ar; in ath11k_dp_tx_free_txbuf()
391 void *desc, u8 mac_id, in ath11k_dp_tx_process_htt_tx_complete() argument
422 ath11k_dp_tx_free_txbuf(ab, mac_id, msdu_id, tx_ring); in ath11k_dp_tx_process_htt_tx_complete()
698 u8 mac_id; in ath11k_dp_tx_completion_handler() local
735 mac_id = FIELD_GET(DP_TX_DESC_ID_MAC_ID, desc_id); in ath11k_dp_tx_completion_handler()
741 mac_id, msdu_id, in ath11k_dp_tx_completion_handler()
757 ar = ab->pdevs[mac_id].ar; in ath11k_dp_tx_completion_handler()
816 int mac_id, u32 ring_id, in ath11k_dp_tx_get_ring_id_type() argument
826 lmac_ring_id_offset = mac_id * HAL_SRNG_RINGS_PER_LMA in ath11k_dp_tx_get_ring_id_type()
878 ath11k_dp_tx_htt_srng_setup(struct ath11k_base * ab,u32 ring_id,int mac_id,enum hal_ring_type ring_type) ath11k_dp_tx_htt_srng_setup() argument
1072 ath11k_dp_tx_htt_rx_filter_setup(struct ath11k_base * ab,u32 ring_id,int mac_id,enum hal_ring_type ring_type,int rx_buf_size,struct htt_rx_ring_tlv_filter * tlv_filter) ath11k_dp_tx_htt_rx_filter_setup() argument
1269 ath11k_dp_tx_htt_rx_full_mon_setup(struct ath11k_base * ab,int mac_id,bool config) ath11k_dp_tx_htt_rx_full_mon_setup() argument
[all...]
H A Ddp_rx.c344 int ath11k_dp_rxbufs_replenish(struct ath11k_base *ab, int mac_id, in ath11k_dp_rxbufs_replenish() argument
405 cookie = FIELD_PREP(DP_RXDMA_BUF_COOKIE_PDEV_ID, mac_id) | in ath11k_dp_rxbufs_replenish()
490 ath11k_dp_rxbufs_replenish(ar->ab, dp->mac_id, rx_ring, num_entries, in ath11k_dp_rxdma_ring_buf_setup()
581 dp->mac_id, DP_RXDMA_BUF_RING_SIZE); in ath11k_dp_rx_pdev_srng_alloc()
592 dp->mac_id + i, 1024); in ath11k_dp_rx_pdev_srng_alloc()
603 HAL_RXDMA_DST, 0, dp->mac_id + i, in ath11k_dp_rx_pdev_srng_alloc()
615 HAL_RXDMA_MONITOR_STATUS, 0, dp->mac_id + i, in ath11k_dp_rx_pdev_srng_alloc()
638 HAL_RXDMA_MONITOR_BUF, 0, dp->mac_id, in ath11k_dp_rx_pdev_srng_alloc()
647 HAL_RXDMA_MONITOR_DST, 0, dp->mac_id, in ath11k_dp_rx_pdev_srng_alloc()
656 HAL_RXDMA_MONITOR_DESC, 0, dp->mac_id, in ath11k_dp_rx_pdev_srng_alloc()
2590 ath11k_dp_rx_process_received_packets(struct ath11k_base * ab,struct napi_struct * napi,struct sk_buff_head * msdu_list,int mac_id) ath11k_dp_rx_process_received_packets() argument
2636 int buf_id, mac_id; ath11k_dp_process_rx() local
2879 ath11k_dp_rx_mon_status_bufs_replenish(struct ath11k_base * ab,int mac_id,struct dp_rxdma_ring * rx_ring,int req_entries,enum hal_rx_buf_return_buf_manager mgr) ath11k_dp_rx_mon_status_bufs_replenish() argument
3021 ath11k_dp_rx_reap_mon_status_ring(struct ath11k_base * ab,int mac_id,int * budget,struct sk_buff_head * skb_list) ath11k_dp_rx_reap_mon_status_ring() argument
3828 int buf_id, mac_id; ath11k_dp_process_rx_err() local
4137 int buf_id, mac_id; ath11k_dp_rx_process_wbm_err() local
4243 ath11k_dp_process_rxdma_err(struct ath11k_base * ab,int mac_id,int budget) ath11k_dp_process_rxdma_err() argument
4411 ath11k_dp_rx_pdev_free(struct ath11k_base * ab,int mac_id) ath11k_dp_rx_pdev_free() argument
4419 ath11k_dp_rx_pdev_alloc(struct ath11k_base * ab,int mac_id) ath11k_dp_rx_pdev_alloc() argument
4529 ath11k_dp_rx_monitor_link_desc_return(struct ath11k * ar,void * p_last_buf_addr_info,u8 mac_id) ath11k_dp_rx_monitor_link_desc_return() argument
4686 ath11k_dp_rx_mon_mpdu_pop(struct ath11k * ar,int mac_id,void * ring_entry,struct sk_buff ** head_msdu,struct sk_buff ** tail_msdu,u32 * npackets,u32 * ppdu_id) ath11k_dp_rx_mon_mpdu_pop() argument
4891 ath11k_dp_rx_mon_merg_msdus(struct ath11k * ar,u32 mac_id,struct sk_buff * head_msdu,struct sk_buff * last_msdu,struct ieee80211_rx_status * rxs,bool * fcs_err) ath11k_dp_rx_mon_merg_msdus() argument
5071 ath11k_dp_rx_mon_deliver(struct ath11k * ar,u32 mac_id,struct sk_buff * head_msdu,struct hal_rx_mon_ppdu_info * ppduinfo,struct sk_buff * tail_msdu,struct napi_struct * napi) ath11k_dp_rx_mon_deliver() argument
5134 ath11k_dp_rx_mon_dest_process(struct ath11k * ar,int mac_id,u32 quota,struct napi_struct * napi) ath11k_dp_rx_mon_dest_process() argument
5238 ath11k_dp_rx_process_mon_status(struct ath11k_base * ab,int mac_id,struct napi_struct * napi,int budget) ath11k_dp_rx_process_mon_status() argument
5524 ath11k_dp_rx_full_mon_deliver_ppdu(struct ath11k * ar,int mac_id,struct ath11k_mon_data * pmon,struct napi_struct * napi) ath11k_dp_rx_full_mon_deliver_ppdu() argument
5556 ath11k_dp_rx_process_full_mon_status_ring(struct ath11k_base * ab,int mac_id,struct napi_struct * napi,int budget) ath11k_dp_rx_process_full_mon_status_ring() argument
5598 ath11k_dp_full_mon_process_rx(struct ath11k_base * ab,int mac_id,struct napi_struct * napi,int budget) ath11k_dp_full_mon_process_rx() argument
5686 ath11k_dp_rx_process_mon_rings(struct ath11k_base * ab,int mac_id,struct napi_struct * napi,int budget) ath11k_dp_rx_process_mon_rings() argument
[all...]
H A Dhw.h237 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
238 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
309 int mac_id) in ath11k_hw_mac_id_to_pdev_id() argument
312 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath11k_hw_mac_id_to_pdev_id()
318 int mac_id) in ath11k_hw_mac_id_to_srng_id() argument
321 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath11k_hw_mac_id_to_srng_id()
H A Ddp_tx.h39 int mac_id, enum hal_ring_type ring_type,
43 int ath11k_dp_tx_htt_rx_full_mon_setup(struct ath11k_base *ab, int mac_id,
H A Ddp.h173 u32 mac_id; member
237 #define DP_HW2SW_MACID(mac_id) ((mac_id) ? ((mac_id) - 1) : 0) argument
238 #define DP_SW2HW_MACID(mac_id) ((mac_id) + 1) argument
1143 * | payload_size | rsvd |pdev_id|mac_id | msg type |
1160 * - mac_id
1162 * Purpose: mac_id of this ppdu_id
1389 * | payload_size | rsvd |pdev_id|mac_id| ms
[all...]
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c281 int mtk_gmac_sgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_sgmii_path_setup() argument
285 path = (mac_id == 0) ? MTK_ETH_PATH_GMAC1_SGMII : in mtk_gmac_sgmii_path_setup()
292 int mtk_gmac_2p5gphy_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_2p5gphy_path_setup() argument
296 if (mac_id == MTK_GMAC2_ID) in mtk_gmac_2p5gphy_path_setup()
306 int mtk_gmac_gephy_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_gephy_path_setup() argument
310 if (mac_id == 1) in mtk_gmac_gephy_path_setup()
320 int mtk_gmac_rgmii_path_setup(struct mtk_eth *eth, int mac_id) in mtk_gmac_rgmii_path_setup() argument
324 path = (mac_id == 0) ? MTK_ETH_PATH_GMAC1_RGMII : in mtk_gmac_rgmii_path_setup()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h228 int (*mac_id_to_pdev_id)(const struct ath12k_hw_params *hw, int mac_id);
229 int (*mac_id_to_srng_id)(const struct ath12k_hw_params *hw, int mac_id);
248 int mac_id) in ath12k_hw_mac_id_to_pdev_id() argument
251 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath12k_hw_mac_id_to_pdev_id()
257 int mac_id) in ath12k_hw_mac_id_to_srng_id() argument
260 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath12k_hw_mac_id_to_srng_id()
H A Ddp_tx.h32 int mac_id, enum hal_ring_type ring_type,
37 int mac_id, enum hal_ring_type ring_type,
H A Ddp_tx.c419 tx_desc->mac_id = ar->pdev_idx; in ath12k_dp_tx()
549 u8 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, desc_params->mac_id); in ath12k_dp_tx_free_txbuf()
1067 desc_params.mac_id = tx_desc->mac_id; in ath12k_dp_tx_completion_handler()
1090 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, desc_params.mac_id); in ath12k_dp_tx_completion_handler()
1103 int mac_id, u32 ring_id, in ath12k_dp_tx_get_ring_id_type() argument
1160 int mac_id, enum hal_ring_type ring_type) in ath12k_dp_tx_htt_srng_setup() argument
1183 ret = ath12k_dp_tx_get_ring_id_type(ab, mac_id, ring_id, in ath12k_dp_tx_htt_srng_setup()
1195 cmd->info0 |= le32_encode_bits(DP_SW2HW_MACID(mac_id), in ath12k_dp_tx_htt_srng_setup()
1198 cmd->info0 |= le32_encode_bits(mac_id, in ath12k_dp_tx_htt_srng_setup()
1364 ath12k_dp_tx_htt_rx_filter_setup(struct ath12k_base * ab,u32 ring_id,int mac_id,enum hal_ring_type ring_type,int rx_buf_size,struct htt_rx_ring_tlv_filter * tlv_filter) ath12k_dp_tx_htt_rx_filter_setup() argument
1676 ath12k_dp_tx_htt_tx_filter_setup(struct ath12k_base * ab,u32 ring_id,int mac_id,enum hal_ring_type ring_type,int tx_buf_size,struct htt_tx_ring_tlv_filter * htt_tlv_filter) ath12k_dp_tx_htt_tx_filter_setup() argument
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h129 * @mac_id: the mac which should send the probe response
136 __le32 mac_id; member
146 * @mac_id: the mac for which the ucode sends the notification for
152 __le32 mac_id; member
184 * @mac_id: the mac for which the ucode sends the notification for
188 __le32 mac_id; member
215 * @mac_id: MAC ID for channel switch
226 __le32 mac_id; member
238 * @mac_id: MAC ID to whom to apply the low-latency configurations
244 __le32 mac_id; member
573 __le32 mac_id; global() member
[all...]
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c656 unsigned int mac_id; in allocate_fw_sta_entry() local
660 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()
661 if (pmlmeinfo->FW_sta_info[mac_id].status == 0) { in allocate_fw_sta_entry()
662 pmlmeinfo->FW_sta_info[mac_id].status = 1; in allocate_fw_sta_entry()
663 pmlmeinfo->FW_sta_info[mac_id].retry = 0; in allocate_fw_sta_entry()
668 return mac_id; in allocate_fw_sta_entry()
1744 psta->mac_id = NUM_STA; in rtw_alloc_macid()
1758 psta->mac_id in rtw_alloc_macid()
[all...]
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c191 u8 mac_id; member
372 fman_unregister_intr(tgec->fm, FMAN_MOD_MAC, tgec->mac_id, in free_init_resources()
624 (fman_reset_mac(tgec->fm, tgec->mac_id) != 0)) { in tgec_init()
654 err = fman_set_mac_max_frame(tgec->fm, tgec->mac_id, in tgec_init()
688 fman_register_intr(tgec->fm, FMAN_MOD_MAC, tgec->mac_id, in tgec_init()
732 tgec->mac_id = params->mac_id; in tgec_config()
H A Dfman_dtsec.c312 u8 mac_id; member
690 fman_reset_mac(dtsec->fm, dtsec->mac_id); in dtsec_isr()
739 fman_unregister_intr(dtsec->fm, FMAN_MOD_MAC, dtsec->mac_id, in free_init_resources()
741 fman_unregister_intr(dtsec->fm, FMAN_MOD_MAC, dtsec->mac_id, in free_init_resources()
1267 (fman_reset_mac(dtsec->fm, dtsec->mac_id) != 0)) { in dtsec_init()
1296 err = fman_set_mac_max_frame(dtsec->fm, dtsec->mac_id, max_frm_ln); in dtsec_init()
1319 fman_register_intr(dtsec->fm, FMAN_MOD_MAC, dtsec->mac_id, in dtsec_init()
1322 fman_register_intr(dtsec->fm, FMAN_MOD_MAC, dtsec->mac_id, in dtsec_init()
1368 dtsec->mac_id = params->mac_id; in dtsec_config()
[all...]
H A Dfman_memac.c287 u8 mac_id; member
511 fman_unregister_intr(memac->fm, FMAN_MOD_MAC, memac->mac_id, in free_init_resources()
514 fman_unregister_intr(memac->fm, FMAN_MOD_MAC, memac->mac_id, in free_init_resources()
945 err = fman_set_mac_max_frame(memac->fm, memac->mac_id, in memac_init()
966 fman_register_intr(memac->fm, FMAN_MOD_MAC, memac->mac_id, in memac_init()
969 fman_register_intr(memac->fm, FMAN_MOD_MAC, memac->mac_id, in memac_init()
1022 memac->mac_id = params->mac_id; in memac_config()
/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c314 void rtl8723b_set_FwMacIdConfig_cmd(struct adapter *padapter, u8 mac_id, u8 raid, u8 bw, u8 sgi, u32 mask) in rtl8723b_set_FwMacIdConfig_cmd() argument
318 SET_8723B_H2CCMD_MACID_CFG_MACID(u1H2CMacIdConfigParm, mac_id); in rtl8723b_set_FwMacIdConfig_cmd()
333 u8 mac_id = *param; in rtl8723b_set_rssi_cmd() local
337 SET_8723B_H2CCMD_RSSI_SETTING_MACID(u1H2CRssiSettingParm, mac_id); in rtl8723b_set_rssi_cmd()
721 u8 mac_id = arg[0]; in rtl8723b_Add_RateATid() local
727 psta = pmlmeinfo->FW_sta_info[mac_id].psta; in rtl8723b_Add_RateATid()
734 mask = ODM_Get_Rate_Bitmap(&pHalData->odmpriv, mac_id, mask, rssi_level); in rtl8723b_Add_RateATid()
736 rtl8723b_set_FwMacIdConfig_cmd(padapter, mac_id, raid, bw, shortGI, mask); in rtl8723b_Add_RateATid()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Ddm.h237 u32 mac_id);
239 u32 mac_id, u32 rx_pwdb_all);
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddm.h247 u8 *pdesc, u32 mac_id);
249 u8 antsel_tr_mux, u32 mac_id,
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c684 return rtwvif_link->mac_id; in rtw89_core_tx_get_mac_id()
686 return rtwsta_link->mac_id; in rtw89_core_tx_get_mac_id()
718 desc_info->mac_id = rtw89_core_tx_get_mac_id(rtwdev, tx_req); in rtw89_core_tx_update_mgmt_info()
935 desc_info->mac_id = rtw89_core_tx_get_mac_id(rtwdev, tx_req); in rtw89_core_tx_update_data_info()
1259 FIELD_PREP(RTW89_TXWD_BODY2_MACID, desc_info->mac_id); in rtw89_build_txwd_body2()
1439 FIELD_PREP(BE_TXD_BODY2_MACID, desc_info->mac_id); in rtw89_build_txwd_body2_v2()
1637 /* For WiFi 7 chips, RXWD.mac_id of PPDU status is not set in rtw89_core_rx_process_mac_ppdu()
1638 * by hardware, so update mac_id by rxinfo_user[].mac_id. in rtw89_core_rx_process_mac_ppdu()
1641 phy_ppdu->mac_id in rtw89_core_rx_process_mac_ppdu()
2519 u8 mac_id = desc_info->mac_id; rtw89_core_correct_mcc_chan() local
2774 u8 mac_id; global() member
2786 u8 mac_id = iter_data->mac_id; rtw89_core_stats_sta_rx_status_iter() local
5005 u8 mac_id; rtw89_acquire_mac_id() local
5020 rtw89_release_mac_id(struct rtw89_dev * rtwdev,u8 mac_id) rtw89_release_mac_id() argument
5026 rtw89_init_vif(struct rtw89_dev * rtwdev,struct rtw89_vif * rtwvif,u8 mac_id,u8 port) rtw89_init_vif() argument
5061 rtw89_init_sta(struct rtw89_dev * rtwdev,struct rtw89_vif * rtwvif,struct rtw89_sta * rtwsta,u8 mac_id) rtw89_init_sta() argument
[all...]

12345