Searched refs:psd_set (Results 1 – 4 of 4) sorted by relevance
132 state->psd_set.process_status = HALMAC_CMD_PROCESS_IDLE; in halmac_init_offload_feature_state_machine_88xx()133 state->psd_set.seq_num = halmac_adapter->h2c_packet_seq; in halmac_init_offload_feature_state_machine_88xx()134 state->psd_set.data_size = 0; in halmac_init_offload_feature_state_machine_88xx()135 state->psd_set.segment_size = 0; in halmac_init_offload_feature_state_machine_88xx()136 state->psd_set.data = NULL; in halmac_init_offload_feature_state_machine_88xx()2446 struct halmac_psd_state_set *psd_set = in halmac_parse_psd_data_88xx() local2447 &halmac_adapter->halmac_state.psd_set; in halmac_parse_psd_data_88xx()2452 psd_set->seq_num, h2c_seq); in halmac_parse_psd_data_88xx()2453 if (h2c_seq != psd_set->seq_num) { in halmac_parse_psd_data_88xx()2455 psd_set->seq_num, h2c_seq); in halmac_parse_psd_data_88xx()[all …]
5050 &halmac_adapter->halmac_state.psd_set.process_status; in halmac_psd_88xx()5074 kfree(halmac_adapter->halmac_state.psd_set.data); in halmac_psd_88xx()5075 halmac_adapter->halmac_state.psd_set.data = (u8 *)NULL; in halmac_psd_88xx()5077 halmac_adapter->halmac_state.psd_set.data_size = 0; in halmac_psd_88xx()5078 halmac_adapter->halmac_state.psd_set.segment_size = 0; in halmac_psd_88xx()
389 kfree(halmac_adapter->halmac_state.psd_set.data); in halmac_deinit_adapter()390 halmac_adapter->halmac_state.psd_set.data = (u8 *)NULL; in halmac_deinit_adapter()
1193 struct halmac_psd_state_set psd_set; /* cmd process status */ member