Searched refs:mac_id (Results 1 - 25 of 137) sorted by relevance

123456

/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.h80 int mac_id, struct sk_buff *skb,
85 int ath12k_dp_mon_srng_process(struct ath12k *ar, int mac_id,
88 int ath12k_dp_mon_process_ring(struct ath12k_base *ab, int mac_id,
99 int mac_id,
104 int ath12k_dp_mon_rx_process_stats(struct ath12k *ar, int mac_id,
H A Ddp_tx.h31 int mac_id, enum hal_ring_type ring_type,
36 int mac_id, enum hal_ring_type ring_type,
H A Dhw.h218 int (*mac_id_to_pdev_id)(const struct ath12k_hw_params *hw, int mac_id);
219 int (*mac_id_to_srng_id)(const struct ath12k_hw_params *hw, int mac_id);
236 int mac_id)
239 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id);
245 int mac_id)
248 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id);
235 ath12k_hw_mac_id_to_pdev_id(const struct ath12k_hw_params *hw, int mac_id) argument
244 ath12k_hw_mac_id_to_srng_id(const struct ath12k_hw_params *hw, int mac_id) argument
H A Ddp_tx.c252 tx_desc->mac_id = ar->pdev_idx;
347 struct sk_buff *msdu, u8 mac_id,
352 u8 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id);
409 void *desc, u8 mac_id,
433 ath12k_dp_tx_free_txbuf(ab, msdu, mac_id, tx_ring);
542 u8 mac_id, pdev_id; local
597 mac_id = tx_desc->mac_id;
606 mac_id, msdu,
611 pdev_id = ath12k_hw_mac_id_to_pdev_id(ab->hw_params, mac_id);
346 ath12k_dp_tx_free_txbuf(struct ath12k_base *ab, struct sk_buff *msdu, u8 mac_id, struct dp_tx_ring *tx_ring) argument
408 ath12k_dp_tx_process_htt_tx_complete(struct ath12k_base *ab, void *desc, u8 mac_id, struct sk_buff *msdu, struct dp_tx_ring *tx_ring) argument
622 ath12k_dp_tx_get_ring_id_type(struct ath12k_base *ab, int mac_id, u32 ring_id, enum hal_ring_type ring_type, enum htt_srng_ring_type *htt_ring_type, enum htt_srng_ring_id *htt_ring_id) argument
687 ath12k_dp_tx_htt_srng_setup(struct ath12k_base *ab, u32 ring_id, int mac_id, enum hal_ring_type ring_type) argument
881 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) argument
1105 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) argument
[all...]
H A Dhw.c24 int mac_id)
26 return mac_id;
30 int mac_id)
49 int mac_id)
55 int mac_id)
57 return mac_id;
23 ath12k_hw_mac_id_to_pdev_id_qcn9274(const struct ath12k_hw_params *hw, int mac_id) argument
29 ath12k_hw_mac_id_to_srng_id_qcn9274(const struct ath12k_hw_params *hw, int mac_id) argument
48 ath12k_hw_mac_id_to_pdev_id_wcn7850(const struct ath12k_hw_params *hw, int mac_id) argument
54 ath12k_hw_mac_id_to_srng_id_wcn7850(const struct ath12k_hw_params *hw, int mac_id) argument
H A Ddp.h133 u32 mac_id; member in struct:ath12k_pdev_dp
194 #define DP_HW2SW_MACID(mac_id) ({ typeof(mac_id) x = (mac_id); x ? x - 1 : 0; })
195 #define DP_SW2HW_MACID(mac_id) ((mac_id) + 1)
291 u8 mac_id; member in struct:ath12k_tx_desc_info
1316 * | payload_size | rsvd |pdev_id|mac_id | msg type |
1333 * - mac_id
1335 * Purpose: mac_id o
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h67 int ath11k_dp_process_rxdma_err(struct ath11k_base *ab, int mac_id, int budget);
72 int ath11k_dp_process_rx(struct ath11k_base *ab, int mac_id,
75 int ath11k_dp_rxbufs_replenish(struct ath11k_base *ab, int mac_id,
83 int ath11k_dp_rx_process_mon_rings(struct ath11k_base *ab, int mac_id,
85 int ath11k_dp_rx_process_mon_status(struct ath11k_base *ab, int mac_id,
87 int ath11k_dp_rx_mon_status_bufs_replenish(struct ath11k_base *ab, int mac_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 Dhw.h236 int (*mac_id_to_pdev_id)(struct ath11k_hw_params *hw, int mac_id);
237 int (*mac_id_to_srng_id)(struct ath11k_hw_params *hw, int mac_id);
308 int mac_id)
311 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id);
317 int mac_id)
320 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id);
307 ath11k_hw_mac_id_to_pdev_id(struct ath11k_hw_params *hw, int mac_id) argument
316 ath11k_hw_mac_id_to_srng_id(struct ath11k_hw_params *hw, int mac_id) argument
H A Ddp_tx.c286 static void ath11k_dp_tx_free_txbuf(struct ath11k_base *ab, u8 mac_id, argument
309 ar = ab->pdevs[mac_id].ar;
386 void *desc, u8 mac_id,
417 ath11k_dp_tx_free_txbuf(ab, mac_id, msdu_id, tx_ring);
689 u8 mac_id; local
726 mac_id = FIELD_GET(DP_TX_DESC_ID_MAC_ID, desc_id);
732 mac_id, msdu_id,
748 ar = ab->pdevs[mac_id].ar;
807 int mac_id, u32 ring_id,
817 lmac_ring_id_offset = mac_id * HAL_SRNG_RINGS_PER_LMA
385 ath11k_dp_tx_process_htt_tx_complete(struct ath11k_base *ab, void *desc, u8 mac_id, u32 msdu_id, struct dp_tx_ring *tx_ring) argument
806 ath11k_dp_tx_get_ring_id_type(struct ath11k_base *ab, int mac_id, u32 ring_id, enum hal_ring_type ring_type, enum htt_srng_ring_type *htt_ring_type, enum htt_srng_ring_id *htt_ring_id) argument
868 ath11k_dp_tx_htt_srng_setup(struct ath11k_base *ab, u32 ring_id, int mac_id, enum hal_ring_type ring_type) argument
1062 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) argument
1260 ath11k_dp_tx_htt_rx_full_mon_setup(struct ath11k_base *ab, int mac_id, bool config) argument
[all...]
H A Ddp_rx.c344 int ath11k_dp_rxbufs_replenish(struct ath11k_base *ab, int mac_id, argument
405 cookie = FIELD_PREP(DP_RXDMA_BUF_COOKIE_PDEV_ID, mac_id) |
490 ath11k_dp_rxbufs_replenish(ar->ab, dp->mac_id, rx_ring, num_entries,
581 dp->mac_id, DP_RXDMA_BUF_RING_SIZE);
592 dp->mac_id + i, 1024);
603 HAL_RXDMA_DST, 0, dp->mac_id + i,
615 HAL_RXDMA_MONITOR_STATUS, 0, dp->mac_id + i,
638 HAL_RXDMA_MONITOR_BUF, 0, dp->mac_id,
647 HAL_RXDMA_MONITOR_DST, 0, dp->mac_id,
656 HAL_RXDMA_MONITOR_DESC, 0, dp->mac_id,
2597 ath11k_dp_rx_process_received_packets(struct ath11k_base *ab, struct napi_struct *napi, struct sk_buff_head *msdu_list, int mac_id) argument
2646 int buf_id, mac_id; local
2891 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) argument
2993 ath11k_dp_rx_reap_mon_status_ring(struct ath11k_base *ab, int mac_id, int *budget, struct sk_buff_head *skb_list) argument
3775 int buf_id, mac_id; local
4083 int buf_id, mac_id; local
4189 ath11k_dp_process_rxdma_err(struct ath11k_base *ab, int mac_id, int budget) argument
4357 ath11k_dp_rx_pdev_free(struct ath11k_base *ab, int mac_id) argument
4365 ath11k_dp_rx_pdev_alloc(struct ath11k_base *ab, int mac_id) argument
4473 ath11k_dp_rx_monitor_link_desc_return(struct ath11k *ar, void *p_last_buf_addr_info, u8 mac_id) argument
4631 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) argument
4835 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) argument
5016 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) argument
5079 ath11k_dp_rx_mon_dest_process(struct ath11k *ar, int mac_id, u32 quota, struct napi_struct *napi) argument
5181 ath11k_dp_rx_process_mon_status(struct ath11k_base *ab, int mac_id, struct napi_struct *napi, int budget) argument
5463 ath11k_dp_rx_full_mon_deliver_ppdu(struct ath11k *ar, int mac_id, struct ath11k_mon_data *pmon, struct napi_struct *napi) argument
5496 ath11k_dp_rx_process_full_mon_status_ring(struct ath11k_base *ab, int mac_id, struct napi_struct *napi, int budget) argument
5538 ath11k_dp_full_mon_process_rx(struct ath11k_base *ab, int mac_id, struct napi_struct *napi, int budget) argument
5622 ath11k_dp_rx_process_mon_rings(struct ath11k_base *ab, int mac_id, struct napi_struct *napi, int budget) argument
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.c179 mac_cb->mac_id, ret);
199 if (mac_cb->mac_id != DSAF_MAX_PORT_NUM) {
203 mac_cb->mac_id, vmid);
207 if (mac_cb->mac_id >= DSAF_MAX_PORT_NUM) {
211 mac_cb->mac_id, vmid);
216 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id);
222 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id, vmid);
230 vf_num_per_port * q_num_per_vf * mac_cb->mac_id;
255 mac_cb->dsaf_dev->ae_dev.name, mac_cb->mac_id);
284 mac_entry.in_port_num = mac_cb->mac_id;
1001 int mac_id = mac_cb->mac_id; local
[all...]
H A Dhns_dsaf_misc.c124 dev_err(mac_cb->dev, "mac_id=%d, cpld syscon is null !\n",
125 mac_cb->mac_id);
162 link_status, mac_cb->mac_id, data);
186 0, mac_cb->mac_id, 0);
232 mac_cb->mac_id);
238 mac_cb->mac_id);
517 int mac_id = mac_cb->mac_id; local
524 if (mac_id >= 0 && mac_id <
[all...]
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_event.h60 int mac_id; member in struct:stadel_event
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c252 int mtk_gmac_sgmii_path_setup(struct mtk_eth *eth, int mac_id) argument
256 path = (mac_id == 0) ? MTK_ETH_PATH_GMAC1_SGMII :
263 int mtk_gmac_gephy_path_setup(struct mtk_eth *eth, int mac_id) argument
267 if (mac_id == 1)
277 int mtk_gmac_rgmii_path_setup(struct mtk_eth *eth, int mac_id) argument
281 path = (mac_id == 0) ? MTK_ETH_PATH_GMAC1_RGMII :
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h117 * @mac_id: the mac which should send the probe response
124 __le32 mac_id; member in struct:iwl_probe_resp_data_notif
134 * @mac_id: the mac for which the ucode sends the notification for
140 __le32 mac_id; member in struct:iwl_missed_vap_notif
172 * @mac_id: the mac for which the ucode sends the notification for
176 __le32 mac_id; member in struct:iwl_channel_switch_error_notif_v1
203 * @mac_id: MAC ID for channel switch
214 __le32 mac_id; member in struct:iwl_chan_switch_te_cmd
226 * @mac_id: MAC ID to whom to apply the low-latency configurations
232 __le32 mac_id; member in struct:iwl_mac_low_latency_cmd
483 __le32 mac_id; member in struct:iwl_link_config_cmd
[all...]
/linux-master/drivers/net/ethernet/amd/
H A Dau1000_eth.h82 int mac_id; member in struct:au1000_private
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-context-info.h58 * @mac_id: SKU and revision id
63 __le16 mac_id; member in struct:iwl_context_info_version
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dps.c90 .macid = rtwvif->mac_id,
100 static void __rtw89_leave_lps(struct rtw89_dev *rtwdev, u8 mac_id) argument
103 .macid = mac_id,
139 __rtw89_leave_lps(rtwdev, rtwvif->mac_id);
H A Dchan.c394 req.macid_x = ref->rtwvif->mac_id;
395 req.macid_y = aux->rtwvif->mac_id;
511 rtw89_mcc_role_fw_macid_bitmap_set_bit(mcc_role, rtwsta->mac_id);
519 rtw89_mcc_role_fw_macid_bitmap_set_bit(mcc_role, rtwvif->mac_id);
681 ordered_idx, role_vif->mac_id);
703 rtwvif->mac_id, rtwvif->sub_entity_idx);
735 pattern->courtesy.macid_tgt = aux->rtwvif->mac_id;
736 pattern->courtesy.macid_src = ref->rtwvif->mac_id;
740 pattern->courtesy.macid_tgt = ref->rtwvif->mac_id;
741 pattern->courtesy.macid_src = aux->rtwvif->mac_id;
[all...]
/linux-master/drivers/staging/rtl8712/
H A Dsta_info.h52 uint mac_id; member in struct:sta_info
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_mac.h172 u8 mac_id; member in struct:fman_mac_params
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_wlan_util.c695 unsigned int mac_id; local
699 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) {
700 if (pmlmeinfo->FW_sta_info[mac_id].status == 0) {
701 pmlmeinfo->FW_sta_info[mac_id].status = 1;
702 pmlmeinfo->FW_sta_info[mac_id].retry = 0;
707 return mac_id;
1788 psta->mac_id = NUM_STA;
1802 psta->mac_id
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Ddm.h237 u32 mac_id);
239 u32 mac_id, u32 rx_pwdb_all);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.h263 u8 *pdesc, u32 mac_id);
265 u8 antsel_tr_mux, u32 mac_id,

Completed in 345 milliseconds

123456