Searched refs:vortex_open (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 757 static int vortex_open(struct net_device *dev); 1049 .ndo_open = vortex_open, 1066 .ndo_open = vortex_open, 1681 for (i = 0; i < RX_RING_SIZE; i++) /* AKPM: this is done in vortex_open, too */ in vortex_up() 1718 vortex_open(struct net_device *dev) in vortex_open() function 1776 pr_err("%s: vortex_open() fails: returning %d\n", dev->name, retval); in vortex_open()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 757 static int vortex_open(struct net_device *dev); 1049 .ndo_open = vortex_open, 1066 .ndo_open = vortex_open, 1683 for (i = 0; i < RX_RING_SIZE; i++) /* AKPM: this is done in vortex_open, too */ in vortex_up() 1720 vortex_open(struct net_device *dev) in vortex_open() function 1778 pr_err("%s: vortex_open() fails: returning %d\n", dev->name, retval); in vortex_open()
|
Completed in 10 milliseconds