Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c3547 u32 mag_id_reg_l, mag_id_reg_h, port_cfg_reg; in t4_wol_magic_enable() local
3552 port_cfg_reg = PORT_REG(port, XGMAC_PORT_CFG2_A); in t4_wol_magic_enable()
3556 port_cfg_reg = T5_PORT_REG(port, MAC_PORT_CFG2_A); in t4_wol_magic_enable()
3566 t4_set_reg_field(adap, port_cfg_reg, MAGICEN_F, in t4_wol_magic_enable()
3589 u32 port_cfg_reg; in t4_wol_pat_enable() local
3592 port_cfg_reg = PORT_REG(port, XGMAC_PORT_CFG2_A); in t4_wol_pat_enable()
3594 port_cfg_reg = T5_PORT_REG(port, MAC_PORT_CFG2_A); in t4_wol_pat_enable()
3597 t4_set_reg_field(adap, port_cfg_reg, PATEN_F, 0); in t4_wol_pat_enable()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvneta.c2001 u32 port_cfg_reg, val; in mvneta_rx_unicast_promisc_set() local
2003 port_cfg_reg = mvreg_read(pp, MVNETA_PORT_CONFIG); in mvneta_rx_unicast_promisc_set()
2010 port_cfg_reg |= MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set()
2016 port_cfg_reg &= ~MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set()
2020 mvreg_write(pp, MVNETA_PORT_CONFIG, port_cfg_reg); in mvneta_rx_unicast_promisc_set()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_common.c2566 u32 port_cfg_reg = I40E_PRTGEN_CNF + (4 * i); in i40e_parse_discover_capabilities() local
2572 i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL); in i40e_parse_discover_capabilities()