Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/marvell/
Dmvneta.c3109 u32 port_cfg_reg, val; in mvneta_rx_unicast_promisc_set() local
3111 port_cfg_reg = mvreg_read(pp, MVNETA_PORT_CONFIG); in mvneta_rx_unicast_promisc_set()
3118 port_cfg_reg |= MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set()
3124 port_cfg_reg &= ~MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set()
3128 mvreg_write(pp, MVNETA_PORT_CONFIG, port_cfg_reg); in mvneta_rx_unicast_promisc_set()
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_common.c3409 u32 port_cfg_reg = I40E_PRTGEN_CNF + (4 * i); in i40e_parse_discover_capabilities() local
3415 i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL); in i40e_parse_discover_capabilities()