Home
last modified time | relevance | path

Searched refs:port_cfg_reg (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/cxgbe/common/
HDt4_hw.c4067 u32 mag_id_reg_l, mag_id_reg_h, port_cfg_reg; in t4_wol_magic_enable() local
4072 port_cfg_reg = PORT_REG(port, A_XGMAC_PORT_CFG2); in t4_wol_magic_enable()
4076 port_cfg_reg = T5_PORT_REG(port, A_MAC_PORT_CFG2); in t4_wol_magic_enable()
4086 t4_set_reg_field(adap, port_cfg_reg, F_MAGICEN, in t4_wol_magic_enable()
4109 u32 port_cfg_reg; in t4_wol_pat_enable() local
4112 port_cfg_reg = PORT_REG(port, A_XGMAC_PORT_CFG2); in t4_wol_pat_enable()
4114 port_cfg_reg = T5_PORT_REG(port, A_MAC_PORT_CFG2); in t4_wol_pat_enable()
4117 t4_set_reg_field(adap, port_cfg_reg, F_PATEN, 0); in t4_wol_pat_enable()
4151 t4_set_reg_field(adap, port_cfg_reg, 0, F_PATEN); in t4_wol_pat_enable()
/NextBSD/sys/dev/ixl/
HDi40e_common.c3511 u32 port_cfg_reg = I40E_PRTGEN_CNF + (4 * i); in i40e_parse_discover_capabilities() local
3517 i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL); in i40e_parse_discover_capabilities()