Searched refs:ecore_wr_nw_port (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dev.c | 3052 static void ecore_wr_nw_port(struct ecore_hwfn *p_hwfn, in ecore_wr_nw_port() function 3097 ecore_wr_nw_port(p_hwfn, p_ptt, XLPORT_MODE_REG, in ecore_emul_link_init_bb() 3099 ecore_wr_nw_port(p_hwfn, p_ptt, XLPORT_MAC_CONTROL, 0, 1, port); in ecore_emul_link_init_bb() 3100 ecore_wr_nw_port(p_hwfn, p_ptt, XLMAC_CTRL, in ecore_emul_link_init_bb() 3102 ecore_wr_nw_port(p_hwfn, p_ptt, XLMAC_MODE, in ecore_emul_link_init_bb() 3104 ecore_wr_nw_port(p_hwfn, p_ptt, XLMAC_RX_MAX_SIZE, in ecore_emul_link_init_bb() 3106 ecore_wr_nw_port(p_hwfn, p_ptt, XLMAC_TX_CTRL, in ecore_emul_link_init_bb() 3109 ecore_wr_nw_port(p_hwfn, p_ptt, XLMAC_PAUSE_CTRL, in ecore_emul_link_init_bb() 3111 ecore_wr_nw_port(p_hwfn, p_ptt, XLMAC_PFC_CTRL, in ecore_emul_link_init_bb() 3113 ecore_wr_nw_port(p_hwfn, p_ptt, XLMAC_CTRL, 0x3 | (loopback << 2), in ecore_emul_link_init_bb() [all …]
|