Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c299 p_ptt, &num_dwords); in qlnx_get_trace_cmd_size()
304 p_ptt, &num_dwords); in qlnx_get_trace_cmd_size()
325 num_dwords = 0; in qlnx_get_trace_cmd_size()
377 &num_dwords); in qlnx_get_trace()
383 &num_dwords); in qlnx_get_trace()
389 &num_dwords); in qlnx_get_trace()
395 &num_dwords); in qlnx_get_trace()
401 &num_dwords); in qlnx_get_trace()
407 num_dwords = 0; in qlnx_get_trace()
414 if (num_dwords) { in qlnx_get_trace()
[all …]
H A Dqlnx_os.c138 static int qlnx_grc_dumpsize(qlnx_host_t *ha, uint32_t *num_dwords,
140 static int qlnx_idle_chk_size(qlnx_host_t *ha, uint32_t *num_dwords,
7355 qlnx_grc_dumpsize(qlnx_host_t *ha, uint32_t *num_dwords, int hwfn_index) in qlnx_grc_dumpsize() argument
7371 rval = ecore_dbg_grc_get_dump_buf_size(p_hwfn, p_ptt, num_dwords); in qlnx_grc_dumpsize()
7386 qlnx_idle_chk_size(qlnx_host_t *ha, uint32_t *num_dwords, int hwfn_index) in qlnx_idle_chk_size() argument
7402 rval = ecore_dbg_idle_chk_get_dump_buf_size(p_hwfn, p_ptt, num_dwords); in qlnx_idle_chk_size()
H A Decore_dbg_fw_funcs.c5683 u8 num_dwords = 0; in ecore_assign_hw_ids() local
5687 num_dwords++; in ecore_assign_hw_ids()
5689 if (num_dwords > 1) in ecore_assign_hw_ids()
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h2292 __le32 num_dwords; member