Searched refs:hcc_host_tx (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac.c | 183 hi_u32 hcc_host_tx(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf, const hcc_transfer_param *param) in hcc_host_tx() function 308 err_code = hcc_host_tx(hcc_host_get_handler(), netbuf, ¶m); in hcc_tx_netbuf_normal() 310 oam_error_log1(0, 0, "hcc_tx_netbuf_normal:: hcc_host_tx fail[%d]", err_code); in hcc_tx_netbuf_normal()
|
H A D | hcc_host.h | 412 hi_u32 hcc_host_tx(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf, const hcc_transfer_param *param);
|
H A D | hcc_host.c | 1638 ret = hcc_host_tx(hcc_handler, netbuf, ¶m); 1640 oam_error_log1(0, 0, "hcc_tx_netbuf_normal:: hcc_host_tx fail[%d]", ret);
|
Completed in 6 milliseconds