Home
last modified time | relevance | path

Searched refs:cvm_oct_ioctl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/octeon/
H A Dethernet-mdio.h25 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
H A Dethernet.c527 .ndo_eth_ioctl = cvm_oct_ioctl,
543 .ndo_eth_ioctl = cvm_oct_ioctl,
559 .ndo_eth_ioctl = cvm_oct_ioctl,
573 .ndo_eth_ioctl = cvm_oct_ioctl,
589 .ndo_eth_ioctl = cvm_oct_ioctl,
602 .ndo_eth_ioctl = cvm_oct_ioctl,
H A Dethernet-mdio.c56 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in cvm_oct_ioctl() function