Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.c318 hi_sdio_extendfunc *hcc_extfunc = hi_sdio_get_extend_info(); in hcc_update_high_priority_buffer_credit() local
320 memset_s(hcc_extfunc, sizeof(hi_sdio_extendfunc), 0, sizeof(hi_sdio_extendfunc)); in hcc_update_high_priority_buffer_credit()
331 hcc_extfunc->credit_info = g_flow_ctrl_reg_info; in hcc_update_high_priority_buffer_credit()
332 hcc_extfunc->credit_isvalid = 1; in hcc_update_high_priority_buffer_credit()
333 (hi_void)hi_sdio_write_extinfo(hcc_extfunc); in hcc_update_high_priority_buffer_credit()
877 hi_sdio_extendfunc *hcc_extfunc = hi_sdio_get_extend_info(); in hcc_slave_tx_queue_sched() local
890 memset_s(hcc_extfunc, sizeof(hi_sdio_extendfunc), 0, sizeof(hi_sdio_extendfunc)); in hcc_slave_tx_queue_sched()
896 hcc_extfunc->credit_info = g_flow_ctrl_reg_info; in hcc_slave_tx_queue_sched()
897 hcc_extfunc->credit_isvalid = 1; in hcc_slave_tx_queue_sched()
898 (hi_void)hi_sdio_write_extinfo(hcc_extfunc); in hcc_slave_tx_queue_sched()
[all...]

Completed in 2 milliseconds