Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_sdio_comm.h53 D2H_MSG_FLOWCTRL_ON = 3, /* can send data */ enumerator
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_sdio_device.h54 D2H_MSG_FLOWCTRL_ON = 3, /**< can send data */ enumerator
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c198 hcc_handle->hcc_transer_info.tx_flow_ctrl.flowctrl_flag = D2H_MSG_FLOWCTRL_ON;
1288 hcc_handler->hcc_transer_info.tx_flow_ctrl.flowctrl_flag = D2H_MSG_FLOWCTRL_ON;
1305 if (hcc_handler->hcc_transer_info.tx_flow_ctrl.flowctrl_flag == D2H_MSG_FLOWCTRL_ON) {
1821 if (hcc_message_register(hcc_handler, D2H_MSG_FLOWCTRL_ON, hcc_flow_on_callback, hcc_handler) != HI_SUCCESS) {
1847 hcc_message_unregister(hcc_handler, D2H_MSG_FLOWCTRL_ON);
1974 hcc_message_unregister(hcc, D2H_MSG_FLOWCTRL_ON);
2018 (p_flow_ctrl->flowctrl_flag == D2H_MSG_FLOWCTRL_ON)) {

Completed in 5 milliseconds