Searched refs:port_cfg_reg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3030 u32 port_cfg_reg, val; in mvneta_rx_unicast_promisc_set() local 3032 port_cfg_reg = mvreg_read(pp, MVNETA_PORT_CONFIG); in mvneta_rx_unicast_promisc_set() 3039 port_cfg_reg |= MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set() 3045 port_cfg_reg &= ~MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set() 3049 mvreg_write(pp, MVNETA_PORT_CONFIG, port_cfg_reg); in mvneta_rx_unicast_promisc_set()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3176 u32 port_cfg_reg, val; in mvneta_rx_unicast_promisc_set() local 3178 port_cfg_reg = mvreg_read(pp, MVNETA_PORT_CONFIG); in mvneta_rx_unicast_promisc_set() 3185 port_cfg_reg |= MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set() 3191 port_cfg_reg &= ~MVNETA_UNI_PROMISC_MODE; in mvneta_rx_unicast_promisc_set() 3195 mvreg_write(pp, MVNETA_PORT_CONFIG, port_cfg_reg); in mvneta_rx_unicast_promisc_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_common.c | 3418 u32 port_cfg_reg = I40E_PRTGEN_CNF + (4 * i); in i40e_parse_discover_capabilities() local 3424 i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL); in i40e_parse_discover_capabilities()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_common.c | 3294 u32 port_cfg_reg = I40E_PRTGEN_CNF + (4 * i); in i40e_parse_discover_capabilities() local 3300 i40e_aq_debug_read_register(hw, port_cfg_reg, &port_cfg, NULL); in i40e_parse_discover_capabilities()
|
Completed in 37 milliseconds