Searched refs:port_cfg_reg (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 3547 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/ |
D | mvneta.c | 2001 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/ |
D | i40e_common.c | 2566 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()
|