Searched refs:configed (Results 1 – 4 of 4) sorted by relevance
155 int nfp_port_configure(struct net_device *netdev, bool configed) in nfp_port_configure() argument168 err = nfp_eth_set_configured(port->app->cpp, eth_port->index, configed); in nfp_port_configure()
128 int nfp_port_configure(struct net_device *netdev, bool configed);
437 int nfp_eth_set_configured(struct nfp_cpp *cpp, unsigned int idx, bool configed) in nfp_eth_set_configured() argument459 if (configed != FIELD_GET(NSP_ETH_STATE_CONFIGURED, reg)) { in nfp_eth_set_configured()462 reg |= FIELD_PREP(NSP_ETH_CTRL_CONFIGURED, configed); in nfp_eth_set_configured()
244 bool configed);