Searched refs:dp_module (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_ooo.c | 569 u32 dp_module = ECORE_MSG_OOO; in ecore_ooo_dump_rx_event() local 575 if (!(p_hwfn->dp_module & dp_module)) in ecore_ooo_dump_rx_event() 580 DP_VERBOSE(p_hwfn, dp_module, in ecore_ooo_dump_rx_event() 584 DP_VERBOSE(p_hwfn, dp_module, in ecore_ooo_dump_rx_event() 589 DP_VERBOSE(p_hwfn, dp_module, in ecore_ooo_dump_rx_event()
|
H A D | ecore.h | 194 ((p_dev)->dp_module & module))) { \ 658 u32 dp_module; member 789 u32 dp_module; member
|
H A D | ecore_dev_api.h | 54 u32 dp_module,
|
H A D | qlnx_def.h | 402 uint32_t dp_module; member
|
H A D | ecore_dev.c | 1670 u32 dp_module, in ecore_init_dp() argument 1677 p_dev->dp_module = dp_module; in ecore_init_dp() 1683 p_hwfn->dp_module = dp_module; in ecore_init_dp()
|
H A D | qlnx_os.c | 1211 ecore_init_dp(&ha->cdev, ha->dp_module, ha->dp_level, ha->pci_dev); in qlnx_init_hw() 2193 ha->dp_module = 0; in qlnx_add_sysctls() 2196 &ha->dp_module, ha->dp_module, "DP Module"); in qlnx_add_sysctls()
|
H A D | ecore_iwarp.c | 2506 !(p_hwfn->dp_module & ECORE_MSG_RDMA)) in ecore_iwarp_mpa_print_tcp_seq()
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_def.h | 363 uint32_t dp_module; member
|