Home
last modified time | relevance | path

Searched refs:da (Results 1 - 13 of 13) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_flowring.c58 uint8 prio, char *sa, char *da);
61 uint8 prio, char *sa, char *da);
64 uint8 prio, char *sa, char *da, uint16 *flowid);
529 bool is_tdls_destination(dhd_pub_t *dhdp, uint8 *da) in is_tdls_destination() argument
538 if (!memcmp(da, cur->addr, ETHER_ADDR_LEN)) { in is_tdls_destination()
549 /** Uses hash table to quickly map from ifindex+prio+da to a flow ring id */
551 dhd_flowid_find(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da) in dhd_flowid_find() argument
570 if (dhdp->peer_tbl.tdls_peer_count && !(ETHER_ISMULTI(da)) && in dhd_flowid_find()
571 is_tdls_destination(dhdp, da)) { in dhd_flowid_find()
572 hash = DHD_FLOWRING_HASHINDEX(da, pri in dhd_flowid_find()
620 dhd_flowid_alloc(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da) dhd_flowid_alloc() argument
703 dhd_flowid_lookup(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da, uint16 *flowid) dhd_flowid_lookup() argument
899 dhd_flowid_debug_create(dhd_pub_t *dhdp, uint8 ifindex, uint8 prio, char *sa, char *da, uint16 *flowid) dhd_flowid_debug_create() argument
[all...]
H A Ddhd_flowring.h185 /** each flow ring is dedicated to a tid/sa/da combination */
190 uchar da[ETHER_ADDR_LEN]; member
267 uint8 prio, char *sa, char *da, uint16 *flowid);
H A Dwl_cfg80211.c497 const struct ether_addr *da, const struct ether_addr *sa,
9077 wl_cfg80211_he_p2p_disable(wiphy, action_frame->da); in wl_cfg80211_config_p2p_pub_af_tx()
9388 af_params->action_frame.da.octet, in wl_cfg80211_send_action_frame()
9659 (const struct ether_addr *)mgmt->da, ETHER_ADDR_LEN)) { in wl_cfg80211_mgmt_tx()
9668 memcpy(scb_val.ea.octet, mgmt->da, ETH_ALEN); in wl_cfg80211_mgmt_tx()
9675 MAC2STRDBG(bcm_ether_ntoa((const struct ether_addr *)mgmt->da, in wl_cfg80211_mgmt_tx()
9678 if (num_associated > 0 && ETHER_ISBCAST(mgmt->da)) in wl_cfg80211_mgmt_tx()
9757 memcpy(&action_frame->da, &mgmt->da[0], ETHER_ADDR_LEN); in wl_cfg80211_mgmt_tx()
13801 struct ether_addr da; in wl_notify_connect_status_ap_auth() local
13915 struct ether_addr da; wl_notify_connect_status_ap() local
14192 struct ether_addr da; wl_notify_connect_status_bss() local
14591 struct ether_addr da; wl_notify_connect_status_mesh() local
16446 wl_frame_get_mgmt(struct bcm_cfg80211 *cfg, u16 fc, const struct ether_addr *da, const struct ether_addr *sa, const struct ether_addr *bssid, u8 **pheader, u32 *body_len, u8 *pbody) wl_frame_get_mgmt() argument
16490 wl_gon_req_collision(struct bcm_cfg80211 *cfg, wl_action_frame_t *tx_act_frm, wifi_p2p_pub_act_frame_t *rx_act_frm, struct net_device *ndev, struct ether_addr sa, struct ether_addr da) wl_gon_req_collision() argument
16631 struct ether_addr da; wl_notify_rx_mgmt_frame() local
[all...]
H A Ddhd_msgbuf.c9304 memcpy(flow_create_rqst->da, flow_ring_node->flow_info.da, sizeof(flow_create_rqst->da)); in dhd_prot_flow_ring_create()
9320 !ETHER_ISMULTI(flow_create_rqst->da)) { in dhd_prot_flow_ring_create()
9339 MAC2STRDBG(flow_ring_node->flow_info.da), flow_ring_node->flow_info.tid, in dhd_prot_flow_ring_create()
9646 flow_ring_node->flow_info.da, flow_ring_node->flow_info.tid, in dhd_prot_flow_ring_delete()
H A Ddhd_common.c1440 uint8 sa[ETHER_ADDR_LEN], da[ETHER_ADDR_LEN]; in dhd_flow_ring_debug() local
1442 BCM_REFERENCE(da); in dhd_flow_ring_debug()
1463 da[i] = (uint8)bcm_strtoul(msg, &end_ptr, 16); in dhd_flow_ring_debug()
1489 ret = dhd_flowid_debug_create(dhd, 0, prio, (char *)sa, (char *)da, &flowid); in dhd_flow_ring_debug()
H A Ddhd_linux.c9869 uint8 *da = (uint8 *)&event->addr.octet[0]; in dhd_tdls_update_peer_info() local
9892 if (!memcmp(da, cur->addr, ETHER_ADDR_LEN)) { in dhd_tdls_update_peer_info()
9905 memcpy(new->addr, da, ETHER_ADDR_LEN); in dhd_tdls_update_peer_info()
9914 if (!memcmp(da, cur->addr, ETHER_ADDR_LEN)) { in dhd_tdls_update_peer_info()
9915 dhd_flow_rings_delete_for_peer(dhd_pub, (uint8)ifindex, da); in dhd_tdls_update_peer_info()
H A Ddhd_pcie.c7414 MAC2STRDBG(flow_info->da), in dhd_bus_dump()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dethernet.h208 #define ETHER_ISNULLDEST(da) ((((const uint16 *)(da))[0] | \
209 ((const uint16 *)(da))[1] | \
210 ((const uint16 *)(da))[2]) == 0)
H A D802.11.h245 struct ether_addr da; /* receiver address */ member
1940 struct ether_addr da; /* destination address */ member
1954 struct ether_addr da; /* destination address */ member
2158 uint8 da[ETHER_ADDR_LEN]; member
H A Dbcmmsgbuf.h442 uint8 da[ETHER_ADDR_LEN]; member
H A Dwlioctl.h139 struct ether_addr da; member
155 struct ether_addr da; member
186 struct ether_addr da; member
3814 uint32 rxbadda; /**< rx frames tossed for invalid da */
4665 uint32 rxbadda; /**< rx frames tossed for invalid da */
4971 uint32 rxbadda; /* rx frames tossed for invalid da */
5204 uint32 rxbadda; /**< rx frames tossed for invalid da */
13585 struct ether_addr da; member
13599 struct ether_addr da; member
13609 struct ether_addr da; member
13618 struct ether_addr da; global() member
13628 struct ether_addr da; global() member
13638 struct ether_addr da; /* Destination address */ global() member
13648 struct ether_addr da; /* Destination address */ global() member
13657 struct ether_addr da; /* Destination address */ global() member
13667 struct ether_addr da; /* Destination address */ global() member
13718 struct ether_addr da; global() member
13746 struct ether_addr da; global() member
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h610 hi_u8 da[6]; /* 6: SIZE(0..6) */ member
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_mac80211.c584 memcpy_s(mgmt->da, ETH_ALEN, actionData->dst, ETH_ALEN); in Bdh6SActionEntry()

Completed in 155 milliseconds