Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/include/
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); \
/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.h56 int ath11k_peer_rx_tid_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id,
93 int ath11k_peer_rx_frag_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id);
Ddp_rx.c973 const u8 *peer_mac, int vdev_id, u8 tid) in ath11k_dp_rx_tid_mem_free() argument
980 peer = ath11k_peer_find(ab, vdev_id, peer_mac); in ath11k_dp_rx_tid_mem_free()
1000 int ath11k_peer_rx_tid_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id, in ath11k_peer_rx_tid_setup() argument
1015 peer = ath11k_peer_find(ab, vdev_id, peer_mac); in ath11k_peer_rx_tid_setup()
1035 peer_mac, paddr, 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()
1087 ath11k_dp_rx_tid_mem_free(ab, peer_mac, vdev_id, tid); in ath11k_peer_rx_tid_setup()
3108 int ath11k_peer_rx_frag_setup(struct ath11k *ar, const u8 *peer_mac, int vdev_id) in ath11k_peer_rx_frag_setup() argument
3122 peer = ath11k_peer_find(ab, vdev_id, peer_mac); in ath11k_peer_rx_frag_setup()
Ddebugfs_htt_stats.c3537 htt_stats_buf->peer_mac.mac_addr_l32), in htt_print_pdev_stats_twt_session_tlv()
3539 htt_stats_buf->peer_mac.mac_addr_l32), in htt_print_pdev_stats_twt_session_tlv()
3541 htt_stats_buf->peer_mac.mac_addr_l32), in htt_print_pdev_stats_twt_session_tlv()
3543 htt_stats_buf->peer_mac.mac_addr_l32), in htt_print_pdev_stats_twt_session_tlv()
3545 htt_stats_buf->peer_mac.mac_addr_h16), in htt_print_pdev_stats_twt_session_tlv()
3547 htt_stats_buf->peer_mac.mac_addr_h16)); in htt_print_pdev_stats_twt_session_tlv()
Ddebugfs_htt_stats.h1634 struct htt_mac_addr peer_mac; member
Dwmi.h3625 u8 peer_mac[ETH_ALEN]; member
Dmac.c1546 ether_addr_copy(arg->peer_mac, sta->addr); in ath11k_peer_assoc_h_basic()
1783 arg->peer_mac, in ath11k_peer_assoc_h_ht()
Dwmi.c1917 ether_addr_copy(cmd->peer_macaddr.addr, param->peer_mac); in ath11k_wmi_send_peer_assoc_cmd()
2019 cmd->vdev_id, cmd->peer_associd, param->peer_mac, in ath11k_wmi_send_peer_assoc_cmd()
/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
D11n.c590 int mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac) in mwifiex_send_addba() argument
605 memcmp(priv->cfg_bssid, peer_mac, ETH_ALEN)) { in mwifiex_send_addba()
609 sta_ptr = mwifiex_get_sta_entry(priv, peer_mac); in mwifiex_send_addba()
614 peer_mac); in mwifiex_send_addba()
640 memcpy(&add_ba_req.peer_mac_addr, peer_mac, ETH_ALEN); in mwifiex_send_addba()
652 int mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac, in mwifiex_send_delba() argument
669 memcpy(&delba.peer_mac_addr, peer_mac, ETH_ALEN); in mwifiex_send_delba()
D11n.h51 int mwifiex_send_addba(struct mwifiex_private *priv, int tid, u8 *peer_mac);
52 int mwifiex_send_delba(struct mwifiex_private *priv, int tid, u8 *peer_mac,
Dtdls.c1072 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_config_link()
1099 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_create_link()
1126 memcpy(&tdls_oper.peer_mac, peer, ETH_ALEN); in mwifiex_tdls_process_disable_link()
1271 memcpy(&tdls_oper.peer_mac, sta_ptr->mac_addr, ETH_ALEN); in mwifiex_disable_all_tdls_links()
1529 int mwifiex_stop_tdls_cs(struct mwifiex_private *priv, const u8 *peer_mac) in mwifiex_stop_tdls_cs() argument
1533 ether_addr_copy(stop_tdls_cs_params.peer_mac, peer_mac); in mwifiex_stop_tdls_cs()
1540 int mwifiex_start_tdls_cs(struct mwifiex_private *priv, const u8 *peer_mac, in mwifiex_start_tdls_cs() argument
1545 ether_addr_copy(start_tdls_cs_params.peer_mac, peer_mac); in mwifiex_start_tdls_cs()
Dsta_cmdresp.c912 mwifiex_get_sta_entry(priv, cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper()
920 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
924 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
928 cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper()
935 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
941 cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper()
948 cmd_tdls_oper->peer_mac, reason); in mwifiex_ret_tdls_oper()
954 cmd_tdls_oper->peer_mac); in mwifiex_ret_tdls_oper()
D11n_rxreorder.c672 mwifiex_del_ba_tbl(struct mwifiex_private *priv, int tid, u8 *peer_mac, in mwifiex_del_ba_tbl() argument
687 peer_mac, tid, initiator); in mwifiex_del_ba_tbl()
691 peer_mac); in mwifiex_del_ba_tbl()
699 ptx_tbl = mwifiex_get_ba_tbl(priv, tid, peer_mac); in mwifiex_del_ba_tbl()
707 ra_list = mwifiex_wmm_get_ralist_node(priv, tid_down, peer_mac); in mwifiex_del_ba_tbl()
Dsta_event.c261 u8 *mac = tdls_evt->peer_mac; in mwifiex_parse_tdls_event()
270 sta_ptr = mwifiex_get_sta_entry(priv, tdls_evt->peer_mac); in mwifiex_parse_tdls_event()
279 tdls_evt->peer_mac, in mwifiex_parse_tdls_event()
Dioctl.h477 u8 peer_mac[ETH_ALEN]; member
Dfw.h1418 u8 peer_mac[ETH_ALEN]; member
1432 u8 peer_mac[ETH_ALEN]; member
1443 u8 peer_mac[ETH_ALEN]; member
2228 u8 peer_mac[ETH_ALEN]; member
Dsta_cmd.c1762 memcpy(tdls_oper->peer_mac, oper->peer_mac, ETH_ALEN); in mwifiex_cmd_tdls_oper()
1779 oper->peer_mac); in mwifiex_cmd_tdls_oper()
Dmain.h1653 int mwifiex_stop_tdls_cs(struct mwifiex_private *priv, const u8 *peer_mac);
1654 int mwifiex_start_tdls_cs(struct mwifiex_private *priv, const u8 *peer_mac,
Dcfg80211.c161 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_del_key() local
163 if (mwifiex_set_encode(priv, NULL, NULL, 0, key_index, peer_mac, 1)) { in mwifiex_cfg80211_del_key()
477 const u8 *peer_mac = pairwise ? mac_addr : bc_mac; in mwifiex_cfg80211_add_key() local
495 key_index, peer_mac, 0)) { in mwifiex_cfg80211_add_key()
/linux-5.19.10/net/smc/
Dsmc_core.h135 u8 peer_mac[ETH_ALEN]; /* = gid[8:10||13:15] */ member
368 u8 peer_mac[ETH_ALEN]; member
Daf_smc.c666 memcpy(link->peer_mac, ini->peer_mac, sizeof(link->peer_mac)); in smc_link_save_peer_info()
1161 memcpy(ini->peer_mac, aclc->r0.lcl.mac, ETH_ALEN); in smc_connect_rdma()
1188 !memcmp(l->peer_mac, &aclc->r0.lcl.mac, in smc_connect_rdma()
1189 sizeof(l->peer_mac)))) { in smc_connect_rdma()
2138 memcpy(ini->peer_mac, pclc->lcl.mac, ETH_ALEN); in smc_find_rdma_v2_device_serv()
2179 memcpy(ini->peer_mac, pclc->lcl.mac, ETH_ALEN); in smc_find_rdma_v1_device_serv()
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()
Dsmc_llc.c1012 memcpy(link->peer_mac, add_llc->sender_mac, ETH_ALEN); in smc_llc_save_add_link_info()
1045 !memcmp(llc->sender_mac, link->peer_mac, ETH_ALEN))) { in smc_llc_cli_add_link()
1463 !memcmp(add_llc->sender_mac, link->peer_mac, ETH_ALEN)))) { in smc_llc_srv_add_link()
Dsmc_core.c1820 !memcmp(lnk->peer_mac, peer_mac_v1, ETH_ALEN))) in smcr_lgr_match()
1862 ini->peer_gid, ini->peer_mac, role, in smc_conn_create()