Home
last modified time | relevance | path

Searched refs:OAL_TX_CB_LEN (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_mem.h81 #define OAL_TX_CB_LEN 48 macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_slave.c718 memset_s(cb, OAL_TX_CB_LEN, 0, OAL_TX_CB_LEN); in hcc_oam_fill_payload_data()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_config.c3041 if (memset_s(oal_netbuf_cb(netbuf_dpd_data), OAL_TX_CB_LEN, 0, OAL_TX_CB_LEN) != EOK) { in hmac_dpd_data_processed_send()