Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_slave.h119 hi_u8 hcc_get_thruput_bypass_enable(hcc_thruput_bypass bypass_type);
120 hi_void hcc_set_thruput_bypass_enable(hcc_thruput_bypass bypass_type, hi_u8 value);
H A Dhcc_slave.c83 hi_u8 hcc_get_thruput_bypass_enable(hcc_thruput_bypass bypass_type) in hcc_get_thruput_bypass_enable() argument
85 if (bypass_type >= HCC_THRUPUT_BYPASS_BUTT) { in hcc_get_thruput_bypass_enable()
88 return g_thruput_bypass_enable[bypass_type]; in hcc_get_thruput_bypass_enable()
91 hi_void hcc_set_thruput_bypass_enable(hcc_thruput_bypass bypass_type, hi_u8 value) in hcc_set_thruput_bypass_enable() argument
93 if (bypass_type >= HCC_THRUPUT_BYPASS_BUTT) { in hcc_set_thruput_bypass_enable()
97 g_thruput_bypass_enable[bypass_type] = value; in hcc_set_thruput_bypass_enable()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_cfg.h444 hi_u8 bypass_type; member

Completed in 4 milliseconds