Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/
HDdbg.h332 u32 timepoint,
HDdbg.c3069 u32 timepoint, argument
3084 hcmd_data.tp = cpu_to_le32(timepoint);
/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDdebugfs.c1536 u32 timepoint; in iwl_dbgfs_dbg_time_point_write() local
1538 if (kstrtou32(buf, 0, &timepoint)) in iwl_dbgfs_dbg_time_point_write()
1541 if (timepoint == IWL_FW_INI_TIME_POINT_INVALID || in iwl_dbgfs_dbg_time_point_write()
1542 timepoint >= IWL_FW_INI_TIME_POINT_NUM) in iwl_dbgfs_dbg_time_point_write()
1545 iwl_dbg_tlv_time_point(&mvm->fwrt, timepoint, NULL); in iwl_dbgfs_dbg_time_point_write()