Searched refs:const_msg_len (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_dbg_fw_funcs.h | 341 u8 const_msg_len); 416 u8 const_msg_len,
|
H A D | ecore_dbg_fw_funcs.c | 5251 u8 const_msg_len) in ecore_dbg_bus_enable_filter() argument 5255 …ORE_MSG_DEBUG, "dbg_bus_enable_filter: block = %d, const_msg_len = %d\n", block_id, const_msg_len); in ecore_dbg_bus_enable_filter() 5274 ecore_wr(p_hwfn, p_ptt, DBG_REG_FILTER_MSG_LENGTH_ENABLE, const_msg_len > 0 ? 1 : 0); in ecore_dbg_bus_enable_filter() 5275 if (const_msg_len > 0) in ecore_dbg_bus_enable_filter() 5276 ecore_wr(p_hwfn, p_ptt, DBG_REG_FILTER_MSG_LENGTH, const_msg_len - 1); in ecore_dbg_bus_enable_filter() 5334 u8 const_msg_len, in ecore_dbg_bus_add_trigger_state() argument 5342 …ate: block = %d, const_msg_len = %d, count_to_next = %d\n", block_id, const_msg_len, count_to_next… in ecore_dbg_bus_add_trigger_state() 5367 …ecore_wr(p_hwfn, p_ptt, DBG_REG_TRIGGER_STATE_MSG_LENGTH_ENABLE_0 + reg_offset, const_msg_len > 0 … in ecore_dbg_bus_add_trigger_state() 5368 if (const_msg_len > 0) in ecore_dbg_bus_add_trigger_state() 5369 ecore_wr(p_hwfn, p_ptt, DBG_REG_TRIGGER_STATE_MSG_LENGTH_0 + reg_offset, const_msg_len - 1); in ecore_dbg_bus_add_trigger_state()
|