/** * union iwl_dbg_tlv_tp_data - data that is given in a time point * @fw_pkt: a packet received from the FW
*/ union iwl_dbg_tlv_tp_data { struct iwl_rx_packet *fw_pkt;
};
/** * struct iwl_dbg_tlv_time_point_data * @trig_list: list of triggers * @active_trig_list: list of active triggers * @hcmd_list: list of host commands * @config_list: list of configuration
*/ struct iwl_dbg_tlv_time_point_data { struct list_head trig_list; struct list_head active_trig_list; struct list_head hcmd_list; struct list_head config_list;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.