Home
last modified time | relevance | path

Searched refs:peer_mac (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h12 u8 peer_mac[ETH_ALEN]; member
24 memset((invit_info)->peer_mac, 0, ETH_ALEN); \
35 u8 peer_mac[ETH_ALEN]; member
50 memset((nego_info)->peer_mac, 0, ETH_ALEN); \
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.c578 int mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac) in mwifiex_send_addba() argument
593 memcmp(priv->cfg_bssid, peer_mac, ETH_ALEN)) { in mwifiex_send_addba()
597 sta_ptr = mwifiex_get_sta_entry(priv, peer_mac); in mwifiex_send_addba()
602 peer_mac); in mwifiex_send_addba()
628 memcpy(&add_ba_req.peer_mac_addr, peer_mac, ETH_ALEN); in mwifiex_send_addba()
640 int mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac, in mwifiex_send_delba() argument
657 memcpy(&delba.peer_mac_addr, peer_mac, ETH_ALEN); in mwifiex_send_delba()
H A D11n.h39 int mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac);
40 int mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac,
H A Dtdls.c1075 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_config_link()
1102 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link()
1129 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_disable_link()
1274 memcpy(&tdls_oper.peer_mac, sta_ptr->mac_addr, ETH_ALEN); in mwifiex_disable_all_tdls_links()
1532 int mwifiex_stop_tdls_cs(struct mwifiex_private *priv, const u8 *peer_mac) in mwifiex_stop_tdls_cs() argument
1536 ether_addr_copy(stop_tdls_cs_params.peer_mac, peer_mac); in mwifiex_stop_tdls_cs()
1543 int mwifiex_start_tdls_cs(struct mwifiex_private *priv, const u8 *peer_mac, in mwifiex_start_tdls_cs() argument
1548 ether_addr_copy(start_tdls_cs_params.peer_mac, peer_mac); in mwifiex_start_tdls_cs()
H A Dsta_cmdresp.c900 mwifiex_get_sta_entry(priv, cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper()
908 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
912 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
916 cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper()
923 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
929 cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper()
936 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
942 cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper()
H A D11n_rxreorder.c660 mwifiex_del_ba_tbl(struct mwifiex_private *priv, int tid, u8 *peer_mac, in mwifiex_del_ba_tbl() argument
675 peer_mac, tid, initiator); in mwifiex_del_ba_tbl()
679 peer_mac); in mwifiex_del_ba_tbl()
687 ptx_tbl = mwifiex_get_ba_tbl(priv, tid, peer_mac); in mwifiex_del_ba_tbl()
695 ra_list = mwifiex_wmm_get_ralist_node(priv, tid_down, peer_mac); in mwifiex_del_ba_tbl()
H A Dsta_event.c249 u8 *mac = tdls_evt->peer_mac; in mwifiex_parse_tdls_event()
258 sta_ptr = mwifiex_get_sta_entry(priv, tdls_evt->peer_mac); in mwifiex_parse_tdls_event()
267 tdls_evt->peer_mac, in mwifiex_parse_tdls_event()
H A Dioctl.h466 u8 peer_mac[ETH_ALEN]; member
H A Dfw.h1408 u8 peer_mac[ETH_ALEN]; member
1422 u8 peer_mac[ETH_ALEN]; member
1433 u8 peer_mac[ETH_ALEN]; member
2218 u8 peer_mac[ETH_ALEN]; member
H A Dsta_cmd.c1750 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper()
1767 oper->peer_mac); in mwifiex_cmd_tdls_oper()
H A Dmain.h1634 int mwifiex_stop_tdls_cs(struct mwifiex_private *priv, const u8 *peer_mac);
1635 int mwifiex_start_tdls_cs(struct mwifiex_private *priv, const u8 *peer_mac,
H A Dcfg80211.c150 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_del_key() local
152 if (mwifiex_set_encode(priv, NULL, NULL, 0, key_index, peer_mac, 1)) { in mwifiex_cfg80211_del_key()
466 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_add_key() local
484 key_index, peer_mac, 0)) { in mwifiex_cfg80211_add_key()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h57 int ath11k_peer_rx_tid_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id,
94 int ath11k_peer_rx_frag_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id);
H A Ddp_rx.c968 const u8 *peer_mac, int vdev_id, u8 tid) in ath11k_dp_rx_tid_mem_free() argument
975 peer = ath11k_peer_find(ab, vdev_id, peer_mac); in ath11k_dp_rx_tid_mem_free()
996 int ath11k_peer_rx_tid_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id, in ath11k_peer_rx_tid_setup() argument
1011 peer = ath11k_peer_find(ab, vdev_id, peer_mac); in ath11k_peer_rx_tid_setup()
1014 peer_mac); in ath11k_peer_rx_tid_setup()
1028 peer_mac, tid, ret); in ath11k_peer_rx_tid_setup()
1033 peer_mac, paddr, in ath11k_peer_rx_tid_setup()
1037 peer_mac, tid, ret); in ath11k_peer_rx_tid_setup()
1071 peer_mac, tid, ret); in ath11k_peer_rx_tid_setup()
1082 ret = ath11k_wmi_peer_rx_reorder_queue_setup(ar, vdev_id, peer_mac, in ath11k_peer_rx_tid_setup()
[all …]
H A Ddebugfs_htt_stats.c3623 htt_stats_buf->peer_mac.mac_addr_l32), in htt_print_pdev_stats_twt_session_tlv()
3625 htt_stats_buf->peer_mac.mac_addr_l32), in htt_print_pdev_stats_twt_session_tlv()
3627 htt_stats_buf->peer_mac.mac_addr_l32), in htt_print_pdev_stats_twt_session_tlv()
3629 htt_stats_buf->peer_mac.mac_addr_l32), in htt_print_pdev_stats_twt_session_tlv()
3631 htt_stats_buf->peer_mac.mac_addr_h16), in htt_print_pdev_stats_twt_session_tlv()
3633 htt_stats_buf->peer_mac.mac_addr_h16)); in htt_print_pdev_stats_twt_session_tlv()
H A Ddebugfs_htt_stats.h1688 struct htt_mac_addr peer_mac; member
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.h98 int ath12k_dp_rx_peer_tid_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id,
125 int ath12k_dp_rx_peer_frag_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id);
H A Ddp_rx.c933 int ath12k_dp_rx_peer_tid_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id, in ath12k_dp_rx_peer_tid_setup() argument
949 peer = ath12k_peer_find(ab, vdev_id, peer_mac); in ath12k_dp_rx_peer_tid_setup()
983 peer_mac, in ath12k_dp_rx_peer_tid_setup()
1041 ret = ath12k_wmi_peer_rx_reorder_queue_setup(ar, vdev_id, peer_mac, in ath12k_dp_rx_peer_tid_setup()
2745 int ath12k_dp_rx_peer_frag_setup(struct ath12k *ar, const u8 *peer_mac, int vdev_id) in ath12k_dp_rx_peer_frag_setup() argument
2759 peer = ath12k_peer_find(ab, vdev_id, peer_mac); in ath12k_dp_rx_peer_frag_setup()
H A Dwmi.h3596 u8 peer_mac[ETH_ALEN]; member
H A Dmac.c1224 ether_addr_copy(arg->peer_mac, sta->addr); in ath12k_peer_assoc_h_basic()
1453 arg->peer_mac, in ath12k_peer_assoc_h_ht()
/openbmc/linux/net/smc/
H A Dsmc_core.h152 u8 peer_mac[ETH_ALEN]; /* = gid[8:10||13:15] */ member
418 u8 peer_mac[ETH_ALEN]; member
H A Daf_smc.c736 memcpy(link->peer_mac, ini->peer_mac, sizeof(link->peer_mac)); in smc_link_save_peer_info()
1246 memcpy(ini->peer_mac, aclc->r0.lcl.mac, ETH_ALEN); in smc_connect_rdma()
1275 !memcmp(l->peer_mac, &aclc->r0.lcl.mac, in smc_connect_rdma()
1276 sizeof(l->peer_mac)))) { in smc_connect_rdma()
2295 memcpy(ini->peer_mac, pclc->lcl.mac, ETH_ALEN); in smc_find_rdma_v2_device_serv()
2339 memcpy(ini->peer_mac, pclc->lcl.mac, ETH_ALEN); in smc_find_rdma_v1_device_serv()
H A Dsmc_ib.c83 memcpy(&qp_attr.ah_attr.roce.dmac, lnk->peer_mac, in smc_ib_modify_qp_rtr()
84 sizeof(lnk->peer_mac)); in smc_ib_modify_qp_rtr()
H A Dsmc_llc.c1024 memcpy(link->peer_mac, add_llc->sender_mac, ETH_ALEN); in smc_llc_save_add_link_info()
1062 !memcmp(llc->sender_mac, link->peer_mac, ETH_ALEN))) { in smc_llc_cli_add_link()
1488 !memcmp(add_llc->sender_mac, link->peer_mac, ETH_ALEN)))) { in smc_llc_srv_add_link()
H A Dsmc_core.c1887 !memcmp(lnk->peer_mac, peer_mac_v1, ETH_ALEN))) in smcr_lgr_match()
1938 ini->peer_gid, ini->peer_mac, role, in smc_conn_create()

12