Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore.h173 if (OSAL_UNLIKELY((p_dev)->dp_level <= ECORE_LEVEL_NOTICE)) { \
184 if (OSAL_UNLIKELY((p_dev)->dp_level <= ECORE_LEVEL_INFO)) { \
194 if (OSAL_UNLIKELY(((p_dev)->dp_level <= ECORE_LEVEL_VERBOSE) && \
660 u8 dp_level; member
791 u8 dp_level; member
H A Decore_dev_api.h57 u8 dp_level,
H A Decore_ooo.c575 if (p_hwfn->dp_level > ECORE_LEVEL_VERBOSE) in ecore_ooo_dump_rx_event()
H A Dqlnx_def.h403 uint32_t dp_level; member
H A Decore_dev.c1673 u8 dp_level, in ecore_init_dp() argument
1678 p_dev->dp_level = dp_level; in ecore_init_dp()
1684 p_hwfn->dp_level = dp_level; in ecore_init_dp()
H A Dqlnx_os.c1247 ha->dp_level = ECORE_LEVEL_NOTICE; in qlnx_init_hw()
1250 ecore_init_dp(&ha->cdev, ha->dp_module, ha->dp_level, ha->pci_dev); in qlnx_init_hw()
2215 ha->dp_level = 0x01; in qlnx_add_sysctls()
2218 &ha->dp_level, ha->dp_level, "DP Level"); in qlnx_add_sysctls()
H A Decore_iwarp.c2507 if ((p_hwfn->dp_level > ECORE_LEVEL_VERBOSE) || in ecore_iwarp_mpa_print_tcp_seq()
/freebsd-13.1/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h369 uint8_t dp_level; member