Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
Dwlan_serialization_debug.c237 struct ser_history *ser_history_info; in wlan_ser_update_cmd_history() local
239 ser_history_info = &pdev_queue->history; in wlan_ser_update_cmd_history()
240 ser_history_info->index %= SER_MAX_HISTORY_CMDS; in wlan_ser_update_cmd_history()
242 ser_data_info = &ser_history_info->data[ser_history_info->index]; in wlan_ser_update_cmd_history()
255 ser_history_info->index++; in wlan_ser_update_cmd_history()