Searched refs:frw_hcc_extend_hdr_stru (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac.c | 100 frw_hcc_extend_hdr_stru *ext_hdr = HI_NULL; in hcc_hmac_tx_adapt_extend_hdr_init() 105 ext_hdr = (frw_hcc_extend_hdr_stru *)oal_netbuf_data(netbuf); in hcc_hmac_tx_adapt_extend_hdr_init() 167 dmac_tx_ctrl = (dmac_tx_ctl_stru *)(hcc_hdr + HCC_HDR_LEN + sizeof(frw_hcc_extend_hdr_stru)); in hcc_sort_key_frame() 209 dmac_tx_ctrl = (dmac_tx_ctl_stru *)(hcc_hdr + HCC_HDR_LEN + sizeof(frw_hcc_extend_hdr_stru)); in hcc_host_tx() 296 (hdr_len + (hi_u32)sizeof(frw_hcc_extend_hdr_stru)), fc_type, queue_id); in hcc_tx_netbuf_normal() 297 if (oal_netbuf_headroom(netbuf) < sizeof(frw_hcc_extend_hdr_stru)) { in hcc_tx_netbuf_normal() 299 oal_netbuf_headroom(netbuf), sizeof(frw_hcc_extend_hdr_stru)); in hcc_tx_netbuf_normal() 304 oal_netbuf_push(netbuf, sizeof(frw_hcc_extend_hdr_stru)); in hcc_tx_netbuf_normal()
|
H A D | hcc_comm.h | 160 typedef struct hcc_extend_hdr frw_hcc_extend_hdr_stru; typedef 165 #define HCC_EXTEND_TOTAL_SIZE (WLAN_MAX_MAC_HDR_LEN + HI_MAX_DEV_CB_LEN + (hi_u32)sizeof(frw_hcc_extend_hdr_stru))
|
H A D | hcc_host.c | 866 frw_hcc_extend_hdr_stru* ext_hdr = (frw_hcc_extend_hdr_stru*)(hcc_hdr + HCC_HDR_LEN 1364 hi_s32 hcc_hmac_rx_extend_hdr_vaild_check(const frw_hcc_extend_hdr_stru *hcc_ext_hdr) 1378 frw_hcc_extend_hdr_stru *hcc_ext_hdr = HI_NULL; 1385 hcc_ext_hdr = (frw_hcc_extend_hdr_stru *)oal_netbuf_data(hcc_netbuf->pst_netbuf); 1405 oal_netbuf_pull(hcc_netbuf->pst_netbuf, sizeof(frw_hcc_extend_hdr_stru)); 1481 frw_hcc_extend_hdr_stru *hcc_ext_hdr = HI_NULL; 1486 hcc_ext_hdr = (frw_hcc_extend_hdr_stru *)oal_netbuf_data(hcc_netbuf->pst_netbuf); 1590 frw_hcc_extend_hdr_stru *ext_hdr = HI_NULL; 1626 hcc_hdr_param_init(¶m, HCC_ACTION_TYPE_OAM, WIFI_CONTROL_TYPE, ((hi_u32)sizeof(frw_hcc_extend_hdr_stru)), [all...] |
H A D | hcc_slave.c | 735 frw_hcc_extend_hdr_stru *ext_hdr = HI_NULL; in hcc_oam_log_tx() 751 ext_hdr = (frw_hcc_extend_hdr_stru *)hcc_get_extend_addr(dev_netbuf, HCC_EXTEND_TOTAL_SIZE); in hcc_oam_log_tx()
|
Completed in 7 milliseconds