Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c113 state->cfg_para_state_set.cfg_para_cmd_construct_state = in halmac_init_offload_feature_state_machine_88xx()
115 state->cfg_para_state_set.process_status = HALMAC_CMD_PROCESS_IDLE; in halmac_init_offload_feature_state_machine_88xx()
116 state->cfg_para_state_set.seq_num = halmac_adapter->h2c_packet_seq; in halmac_init_offload_feature_state_machine_88xx()
1879 halmac_adapter->halmac_state.cfg_para_state_set.process_status = in halmac_send_h2c_phy_parameter_88xx()
1909 halmac_adapter->halmac_state.cfg_para_state_set.seq_num = in halmac_send_h2c_phy_parameter_88xx()
2736 halmac_adapter->halmac_state.cfg_para_state_set.seq_num, in halmac_parse_h2c_ack_cfg_para_88xx()
2739 halmac_adapter->halmac_state.cfg_para_state_set.seq_num) { in halmac_parse_h2c_ack_cfg_para_88xx()
2741 halmac_adapter->halmac_state.cfg_para_state_set.seq_num, in halmac_parse_h2c_ack_cfg_para_88xx()
2746 if (halmac_adapter->halmac_state.cfg_para_state_set.process_status != in halmac_parse_h2c_ack_cfg_para_88xx()
2753 halmac_adapter->halmac_state.cfg_para_state_set.fw_return_code = in halmac_parse_h2c_ack_cfg_para_88xx()
[all …]
Dhalmac_api_88xx.c2715 &halmac_adapter->halmac_state.cfg_para_state_set.process_status; in halmac_cfg_parameter_88xx()
4846 state->cfg_para_state_set.process_status = in halmac_reset_feature_88xx()
4848 state->cfg_para_state_set.cfg_para_cmd_construct_state = in halmac_reset_feature_88xx()
4867 state->cfg_para_state_set.process_status = in halmac_reset_feature_88xx()
4869 state->cfg_para_state_set.cfg_para_cmd_construct_state = in halmac_reset_feature_88xx()
/Linux-v4.19/drivers/staging/rtlwifi/halmac/
Dhalmac_type.h1185 cfg_para_state_set; /* State machine + cmd process status */ member