Home
last modified time | relevance | path

Searched refs:h2c_return_code (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c2416 u8 h2c_return_code; in halmac_parse_scan_status_rpt_88xx() local
2420 h2c_return_code = (u8)SCAN_STATUS_RPT_GET_H2C_RETURN_CODE(c2h_buf); in halmac_parse_scan_status_rpt_88xx()
2421 process_status = (enum halmac_h2c_return_code)h2c_return_code == in halmac_parse_scan_status_rpt_88xx()
2498 u8 h2c_return_code = 0; in halmac_parse_efuse_data_88xx() local
2541 h2c_return_code = in halmac_parse_efuse_data_88xx()
2544 if ((enum halmac_h2c_return_code)h2c_return_code == in halmac_parse_efuse_data_88xx()
2622 u8 h2c_return_code; in halmac_parse_h2c_ack_88xx() local
2629 h2c_return_code = (u8)H2C_ACK_HDR_GET_H2C_RETURN_CODE(c2h_buf); in halmac_parse_h2c_ack_88xx()
2630 if ((enum halmac_h2c_return_code)h2c_return_code != in halmac_parse_h2c_ack_88xx()
2634 h2c_return_code); in halmac_parse_h2c_ack_88xx()
[all …]