Searched refs:prs_reg (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dev.c | 3411 u32 prs_reg; in ecore_hw_init_pf() local 3525 "PRS_REG_SEARCH_TAG1: %x\n", prs_reg); in ecore_hw_init_pf() 3536 prs_reg = ecore_rd(p_hwfn, p_ptt, PRS_REG_SEARCH_TCP); in ecore_hw_init_pf() 3538 "PRS_REG_SEARCH_TCP: %x\n", prs_reg); in ecore_hw_init_pf() 3539 prs_reg = ecore_rd(p_hwfn, p_ptt, PRS_REG_SEARCH_UDP); in ecore_hw_init_pf() 3541 "PRS_REG_SEARCH_UDP: %x\n", prs_reg); in ecore_hw_init_pf() 3544 "PRS_REG_SEARCH_FCOE: %x\n", prs_reg); in ecore_hw_init_pf() 3547 "PRS_REG_SEARCH_ROCE: %x\n", prs_reg); in ecore_hw_init_pf() 3548 prs_reg = ecore_rd(p_hwfn, p_ptt, in ecore_hw_init_pf() 3552 prs_reg); in ecore_hw_init_pf() [all …]
|