Searched refs:devm_alloc_etherdev_mqs (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | etherdevice.h | 54 struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv,57 #define devm_alloc_etherdev(dev, sizeof_priv) devm_alloc_etherdev_mqs(dev, sizeof_priv, 1, 1)
 
 | 
| /Linux-v5.4/net/ethernet/ | 
| D | eth.c | 419 struct net_device *devm_alloc_etherdev_mqs(struct device *dev, int sizeof_priv,  in devm_alloc_etherdev_mqs()  function440 EXPORT_SYMBOL(devm_alloc_etherdev_mqs);
 
 | 
| /Linux-v5.4/drivers/net/ethernet/ti/ | 
| D | cpsw.c | 2703 	ndev = devm_alloc_etherdev_mqs(cpsw->dev, sizeof(struct cpsw_priv),  in cpsw_probe_dual_emac()2875 	ndev = devm_alloc_etherdev_mqs(dev, sizeof(struct cpsw_priv),  in cpsw_probe()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/marvell/ | 
| D | mvneta.c | 4486 	dev = devm_alloc_etherdev_mqs(&pdev->dev, sizeof(struct mvneta_port),  in mvneta_probe()
 | 
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ | 
| D | stmmac_main.c | 4432 	ndev = devm_alloc_etherdev_mqs(device, sizeof(struct stmmac_priv),  in stmmac_dvr_probe()
 |