et_ioctl
int et_ioctl(register struct grf_softc *, u_long cmd, void *);
return (et_ioctl(gp, a2, arg));
ifp->if_ioctl = et_ioctl;
static int et_ioctl(struct ifnet *, u_long, void *);