Searched refs:configed (Results 1 – 4 of 4) sorted by relevance
172 int nfp_port_configure(struct net_device *netdev, bool configed) in nfp_port_configure() argument185 err = nfp_eth_set_configured(port->app->cpp, eth_port->index, configed); in nfp_port_configure()
118 int nfp_port_configure(struct net_device *netdev, bool configed);
427 int nfp_eth_set_configured(struct nfp_cpp *cpp, unsigned int idx, bool configed) in nfp_eth_set_configured() argument449 if (configed != FIELD_GET(NSP_ETH_STATE_CONFIGURED, reg)) { in nfp_eth_set_configured()452 reg |= FIELD_PREP(NSP_ETH_CTRL_CONFIGURED, configed); in nfp_eth_set_configured()
195 bool configed);