Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c896 glvc_xport_opt_op_t glvc_xport_cmd; in glvc_ioctl_opt_op() local
901 if (ddi_copyin((caddr_t)arg, (caddr_t)&glvc_xport_cmd, in glvc_ioctl_opt_op()
906 switch (glvc_xport_cmd.opt_sel) { in glvc_ioctl_opt_op()
908 if (glvc_xport_cmd.op_sel == GLVC_XPORT_OPT_GET) { in glvc_ioctl_opt_op()
909 glvc_xport_cmd.opt_val = softsp->mtu; in glvc_ioctl_opt_op()
910 retval = ddi_copyout((caddr_t)&glvc_xport_cmd, in glvc_ioctl_opt_op()
919 if (glvc_xport_cmd.op_sel == GLVC_XPORT_OPT_GET) { in glvc_ioctl_opt_op()
924 glvc_xport_cmd.opt_val = (uint32_t)status_reg; in glvc_ioctl_opt_op()
925 retval = ddi_copyout((caddr_t)&glvc_xport_cmd, in glvc_ioctl_opt_op()