Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_hmac.c396 hmac_tx_ctl_stru *hmac_tx_ctrl = (hmac_tx_ctl_stru *)oal_netbuf_cb(netbuf); in hcc_adjust_netbuf_data() local
404 hcc_to_dmac_tx_ctr_convert(&dmac_tx_ctrl, hmac_tx_ctrl); in hcc_adjust_netbuf_data()
411 if (memmove_s(netbuf_hdr + HI_MAX_DEV_CB_LEN, hmac_tx_ctrl->frame_header_length, hmac_tx_ctrl->frame_header, in hcc_adjust_netbuf_data()
412 hmac_tx_ctrl->frame_header_length) != EOK) { in hcc_adjust_netbuf_data()
417 if (hmac_tx_ctrl->mac_head_type == 0) { in hcc_adjust_netbuf_data()
418 oal_free(hmac_tx_ctrl->frame_header); in hcc_adjust_netbuf_data()

Completed in 2 milliseconds