Searched refs:pay_load_len (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_slave.c | 241 hi_void hcc_slave_build_header(const oal_dev_netbuf_stru *dev_netbuf, hi_u16 pay_load_len, in hcc_slave_build_header() argument 259 hcc_hdr->pay_len = pay_load_len; in hcc_slave_build_header() 693 hi_void hcc_slave_tx(oal_dev_netbuf_stru *dev_netbuf, hi_u16 pay_load_len, const hcc_transfer_param *param) in hcc_slave_tx() argument 696 hcc_slave_build_header(dev_netbuf, pay_load_len, param); in hcc_slave_tx() 705 hi_u32 hcc_oam_fill_payload_data(const hi_u8 *data, hi_u16 pay_load_len, oal_dev_netbuf_stru **dev_netbuf) in hcc_oam_fill_payload_data() argument 709 temp_netbuf = oal_mem_dev_netbuf_alloc(OAL_NORMAL_NETBUF, (hi_u16)pay_load_len, OAL_NETBUF_PRIORITY_HIGH); in hcc_oam_fill_payload_data() 719 if (memcpy_s((hi_u8 *)(oal_dev_netbuf_get_payload(temp_netbuf)), pay_load_len, in hcc_oam_fill_payload_data() 720 (hi_u8 *)data, pay_load_len) != HI_SUCCESS) { in hcc_oam_fill_payload_data() 732 hi_u16 pay_load_len; in hcc_oam_log_tx() local 740 pay_load_len in hcc_oam_log_tx() [all...] |
H A D | hcc_slave.h | 116 hi_void hcc_slave_tx(oal_dev_netbuf_stru *dev_netbuf, hi_u16 pay_load_len, const hcc_transfer_param *param);
|
Completed in 2 milliseconds