Searched refs:tavor_reg_ioctl_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_ioctl.h176 } tavor_reg_ioctl_t; typedef in typeref:struct:tavor_reg_ioctl_s
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c1407 tavor_reg_ioctl_t rdreg;
1425 /* Copy in the tavor_reg_ioctl_t structure */
1426 status = ddi_copyin((void *)arg, &rdreg, sizeof (tavor_reg_ioctl_t),
1462 /* Copy in the result into the tavor_reg_ioctl_t structure */
1463 status = ddi_copyout(&rdreg, (void *)arg, sizeof (tavor_reg_ioctl_t),
1483 tavor_reg_ioctl_t wrreg;
1501 /* Copy in the tavor_reg_ioctl_t structure */
1502 status = ddi_copyin((void *)arg, &wrreg, sizeof (tavor_reg_ioctl_t),

Completed in 61 milliseconds