Searched refs:net_open (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/ |
H A D | mac89x0.c | 20 : in net_open() and net_close() so kerneld would know 115 static int net_open(struct net_device *dev); 153 .ndo_open = net_open, 282 net_open(struct net_device *dev) in net_open() function 477 /* The inverse routine to net_open(). */
|
H A D | cs89x0.c | 827 net_open(struct net_device *dev) in net_open() function 1079 cs89_dbg(1, debug, "net_open() succeeded\n"); in net_open() 1085 /* The inverse routine to net_open(). */ 1258 .ndo_open = net_open,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/ |
H A D | mac89x0.c | 20 : in net_open() and net_close() so kerneld would know 115 static int net_open(struct net_device *dev); 153 .ndo_open = net_open, 285 net_open(struct net_device *dev) in net_open() function 480 /* The inverse routine to net_open(). */
|
H A D | cs89x0.c | 828 net_open(struct net_device *dev) in net_open() function 1080 cs89_dbg(1, debug, "net_open() succeeded\n"); in net_open() 1086 /* The inverse routine to net_open(). */ 1259 .ndo_open = net_open,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | atp.c | 196 static int net_open(struct net_device *dev); 244 .ndo_open = net_open, 428 static int net_open(struct net_device *dev) in net_open() function 824 /* The inverse routine to net_open(). */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | atp.c | 196 static int net_open(struct net_device *dev); 244 .ndo_open = net_open, 430 static int net_open(struct net_device *dev) in net_open() function 826 /* The inverse routine to net_open(). */
|
Completed in 14 milliseconds