Home
last modified time | relevance | path

Searched refs:dp_level (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore.h172 if (OSAL_UNLIKELY((p_dev)->dp_level <= ECORE_LEVEL_NOTICE)) { \
183 if (OSAL_UNLIKELY((p_dev)->dp_level <= ECORE_LEVEL_INFO)) { \
193 if (OSAL_UNLIKELY(((p_dev)->dp_level <= ECORE_LEVEL_VERBOSE) && \
659 u8 dp_level; member
790 u8 dp_level; member
H A Decore_dev_api.h55 u8 dp_level,
H A Decore_ooo.c573 if (p_hwfn->dp_level > ECORE_LEVEL_VERBOSE) in ecore_ooo_dump_rx_event()
H A Dqlnx_def.h401 uint32_t dp_level; member
H A Decore_dev.c1671 u8 dp_level, in ecore_init_dp() argument
1676 p_dev->dp_level = dp_level; in ecore_init_dp()
1682 p_hwfn->dp_level = dp_level; in ecore_init_dp()
H A Dqlnx_os.c1208 ha->dp_level = ECORE_LEVEL_NOTICE; in qlnx_init_hw()
1211 ecore_init_dp(&ha->cdev, ha->dp_module, ha->dp_level, ha->pci_dev); in qlnx_init_hw()
2176 ha->dp_level = 0x01; in qlnx_add_sysctls()
2179 &ha->dp_level, ha->dp_level, "DP Level"); in qlnx_add_sysctls()
H A Decore_iwarp.c2505 if ((p_hwfn->dp_level > ECORE_LEVEL_VERBOSE) || in ecore_iwarp_mpa_print_tcp_seq()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h364 uint8_t dp_level; member