Searched refs:ini_dest (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c1277 enum iwl_fw_ini_buffer_location *ini_dest = &fwrt->trans->dbg.ini_dest; local
1281 if (*ini_dest == IWL_FW_INI_LOCATION_INVALID) {
1292 } else if (*ini_dest != IWL_FW_INI_LOCATION_DRAM_PATH) {
1300 *ini_dest = IWL_FW_INI_LOCATION_INVALID;
1311 if (*ini_dest == IWL_FW_INI_LOCATION_INVALID)
1312 *ini_dest = dest;
1314 if (dest != *ini_dest)
H A Diwl-trans.h838 * @ini_dest: debug monitor destination uses &enum iwl_fw_ini_buffer_location
873 enum iwl_fw_ini_buffer_location ini_dest; member in struct:iwl_trans_debug
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.h187 fwrt->trans->dbg.ini_dest != IWL_FW_INI_LOCATION_INVALID))
H A Ddbg.c2313 dump->fw_mon_mode = cpu_to_le32(fwrt->trans->dbg.ini_dest);

Completed in 346 milliseconds