Home
last modified time | relevance | path

Searched refs:HCC_EXTEND_TOTAL_SIZE (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_comm.h165 #define HCC_EXTEND_TOTAL_SIZE (WLAN_MAX_MAC_HDR_LEN + HI_MAX_DEV_CB_LEN + (hi_u32)sizeof(frw_hcc_extend_hdr_stru)) macro
H A Dhcc_host.c1493 if (buf_len <= HCC_EXTEND_TOTAL_SIZE) {
1497 buf = (hi_u32 *)((hi_u8 *)oal_netbuf_data(netbuf) + HCC_EXTEND_TOTAL_SIZE);
1500 dev_dump_info((hi_char *)buf, buf_len - HCC_EXTEND_TOTAL_SIZE);
1503 dev_backtrace_info((hi_char *)buf, buf_len - HCC_EXTEND_TOTAL_SIZE);
1510 wlan_pm_dump_device_pm_info((hi_char *)buf, buf_len - HCC_EXTEND_TOTAL_SIZE);
H A Dhcc_slave.c751 ext_hdr = (frw_hcc_extend_hdr_stru *)hcc_get_extend_addr(dev_netbuf, HCC_EXTEND_TOTAL_SIZE); in hcc_oam_log_tx()
759 hcc_hdr_param_init(&param, HCC_ACTION_TYPE_OAM, WIFI_CONTROL_TYPE, HCC_EXTEND_TOTAL_SIZE, DATA_HI_QUEUE, in hcc_oam_log_tx()

Completed in 6 milliseconds